US-Core CI Build

This page is part of the US Core (v0.0.0: STU1 Ballot 1) based on FHIR v1.8.0. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

Narrative Status

{
  "resourceType" : "ValueSet",
  "id" : "us-core-narrative-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Narrative Status</h2><div><p>This value set limits the text status for the resource narrative.</p>
</div><p><b>Copyright Statement:</b> HL7</p><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/2017Jan/codesystem-narrative-status.html">http://hl7.org/fhir/narrative-status</a><table class="none"><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td>additional</td><td>additional</td><td>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</td></tr><tr><td>generated</td><td>generated</td><td>The contents of the narrative are entirely generated from the structured data in the content.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/core/ValueSet/us-core-narrative-status",
  "name" : "Narrative Status",
  "status" : "draft",
  "publisher" : "FHIR Project Team",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "date" : "2016-12-06T16:58:21+11:00",
  "description" : "This value set limits the text status for the resource narrative.",
  "copyright" : "HL7",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/narrative-status",
        "concept" : [
          {
            "code" : "additional",
            "display" : "additional"
          },
          {
            "code" : "generated",
            "display" : "generated"
          }
        ]
      }
    ]
  }
}