FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4b
Resource TypeImmunization
IdImmunization-negation-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "Immunization",
  "id": "negation-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-immunizationnotdone"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "not-done",
  "statusReason": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "182895007",
        "display": "Drug declined by patient"
      }
    ]
  },
  "vaccineCode": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/codeOptions",
        "valueCanonical": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.196.11.1212"
      }
    ],
    "text": "Value Set: DTaP Vaccine"
  },
  "patient": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "occurrenceDateTime": "2013-01-10",
  "recorded": "2013-01-10",
  "primarySource": true
}