{
  "resourceType": "CodeSystem",
  "id": "narrative-status",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/narrative-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.51"
  },
  "version": "3.0.0",
  "name": "NarrativeStatus",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-03T11:27:53+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 structured data in the content."
    },
    {
      "code": "extensions",
      "display": "Extensions",
      "definition": "The contents of the narrative are entirely generated from the structured data in the content and some of the content is generated from 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\""
    }
  ]
}