Release 4

Codesystem-narrative-status.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code System NarrativeStatus

{
  "resourceType" : "CodeSystem",
  "id" : "narrative-status",
  "meta" : {
    "lastUpdated" : "2021-01-21T15:34:20.265+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "url" : "http://hl7.org/fhir/narrative-status",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.56"
  }],
  "version" : "4.0.1",
  "name" : "NarrativeStatus",
  "title" : "NarrativeStatus",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-21T15:34:20+00:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The status of a resource narrative.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/narrative-status",
  "content" : "complete",
  "concept" : [{
    "code" : "generated",
    "display" : "Generated",
    "definition" : "The contents of the narrative are entirely generated from the core elements in the content."
  },
  {
    "code" : "extensions",
    "display" : "Extensions",
    "definition" : "The contents of the narrative are entirely generated from the core elements in the content and some of the content is generated from extensions. The narrative SHALL reflect the impact of all modifier extensions."
  },
  {
    "code" : "additional",
    "display" : "Additional",
    "definition" : "The contents of the narrative may contain additional information not found in the structured data. Note that there is no computable way to determine what the extra information is, other than by human inspection."
  },
  {
    "code" : "empty",
    "display" : "Empty",
    "definition" : "The contents of the narrative are some equivalent of \"No human-readable text provided in this case\"."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.