QI-Core Implementation Guide: STU 4 (v4.0.0 for FHIR 4.0.1)

QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions

Immunization/negation-example

Formats: Narrative, XML, JSON, Turtle

Raw json

{
  "resourceType" : "Immunization",
  "id" : "negation-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: negation-example</p><p><b>status</b>: not-done</p><p><b>statusReason</b>: Procedure refused for religious reason (situation) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '183945002' = 'Procedure refused for religious reason (situation)', given as 'Procedure refused for religious reason (situation)'})</span></p><p><b>vaccineCode</b>: Influenze Vaccine value set <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'null' = 'null)</span></p><p><b>patient</b>: <a href=\"Patient-example.html\">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 1974-12-25; </a></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Generated Summary: id: example; status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99223}\">Inpatient Hospital Care</span></a></p><p><b>occurrence</b>: Jan 10, 2013 12:00:00 AM</p><p><b>recorded</b>: Jan 10, 2013 12:00:00 AM</p><p><b>primarySource</b>: true</p></div>"
  },
  "status" : "not-done",
  "statusReason" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "183945002",
        "display" : "Procedure refused for religious reason (situation)"
      }
    ]
  },
  "vaccineCode" : {
    "coding" : [
      {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-reference",
            "valueUri" : "http://cts.nlm.nih.gov/fhir/2.16.840.1.113883.3.464.1003.196.12.1218"
          }
        ]
      }
    ],
    "text" : "Influenze Vaccine value set"
  },
  "patient" : {
    "reference" : "Patient/example"
  },
  "encounter" : {
    "reference" : "Encounter/example"
  },
  "occurrenceDateTime" : "2013-01-10",
  "recorded" : "2013-01-10",
  "primarySource" : true
}