PH Core Implementation Guide
0.1.0 - ci-build Philippines flag

PH Core Implementation Guide, published by UP Manila SILab. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: immunization-single-ex - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "immunization-single-ex",
  "meta" : {
    "profile" : [
      🔗 "urn://example.com/ph-core/fhir/StructureDefinition/ph-core-immunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Juan Dela Cruz received a completed intramuscular flu shot (H5N1-1203) in the left arm on January 10, 2013. The vaccine lot number was AAJN11K and it was privately funded.</div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "code" : "123"
      }
    ],
    "text" : "influenza, H5N1-1203"
  },
  "patient" : {
    🔗 "reference" : "Patient/patient-single-ex"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encounter-single-ex"
  },
  "occurrenceDateTime" : "2013-01-10",
  "primarySource" : true,
  "lotNumber" : "AAJN11K",
  "expirationDate" : "2015-02-15",
  "site" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActSite",
        "code" : "LA",
        "display" : "left arm"
      }
    ]
  },
  "route" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code" : "IM",
        "display" : "Injection, intramuscular"
      }
    ]
  },
  "doseQuantity" : {
    "value" : 5,
    "system" : "http://unitsofmeasure.org",
    "code" : "mg"
  },
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code" : "OP"
          }
        ]
      },
      "actor" : {
        🔗 "reference" : "Practitioner/practitioner-single-ex"
      }
    }
  ],
  "note" : [
    {
      "text" : "Notes on adminstration of vaccine"
    }
  ],
  "isSubpotent" : true,
  "fundingSource" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/immunization-funding-source",
        "code" : "private"
      }
    ]
  }
}