FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Immunization/notGiven (JSON)

Public Health Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

Not Given Immunization Example

{
  "resourceType" : "Immunization",
  "id" : "notGiven",
  "status" : "not-done",
  "statusReason" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "MEDPREC",
      "display" : "medical precaution"
    }]
  },
  "vaccineCode" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/sid/cvx",
      "code" : "01",
      "display" : "DTP"
    }]
  },
  "patient" : {
    "reference" : "Patient/example"
  },
  "occurrenceDateTime" : "2013-01-10",
  "primarySource" : true
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.