This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

{
  "resourceType" : "ValueSet",
  "id" : "daf-core-narrative-status",
  "url" : "http://hl7.org/fhir/us/daf/ValueSet/daf-core-narrative-status",
  "name" : "Narrative Status",
  "status" : "draft",
  "publisher" : "FHIR Project Team",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      }
    }
  },
  "date" : "2016-08-11T20:06:35+10: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"
          }
        }
      }
    }
  }
}