{

"resourceType": "Immunization",
"id": "subpotent",
"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": "urn:oid:1.2.36.1.2001.1005.17",
      "code": "GNHEP"
    }
  ],
  "text": "Hepatitis B"
},
"patient": {
  "reference": "Patient/example"
},
"encounter": {
  "reference": "Encounter/example"
},
"occurrenceDateTime": "2015-01-15",
"primarySource": true,
"location": {
  "reference": "Location/1"
},
"manufacturer": {
  "reference": "Organization/hl7"
},
"lotNumber": "AAJN11K",
"expirationDate": "2015-02-28",
"site": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
      "code": "LT",
      "display": "left thigh"
    }
  ]
},
"route": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
      "code": "IM",
      "display": "Injection, intramuscular"
    }
  ]
},
"doseQuantity": {
  "value": 0.5,
  "system": "http://unitsofmeasure.org",
  "code": "ml"
},
"performer": [
  {
    "function": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
          "code": "OP"
        }
      ]
    },
    "actor": {
      "reference": "Practitioner/example"
    }
  },
  {
    "function": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
          "code": "AP"
        }
      ]
    },
    "actor": {
      "reference": "Practitioner/example"
    }
  }
],
"note": [
  {
    "text": "Notes on adminstration of vaccine"
  }
],
"isSubpotent": false,
"subpotentReason": [
  {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/immunization-subpotent-reason",
        "code": "partial"
      }
    ]
  }
],
"education": [
  {
    "documentType": "253088698300010311120702",
    "publicationDate": "2012-07-02",
    "presentationDate": "2013-01-10"
  }
],
"programEligibility": [
  {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/immunization-program-eligibility",
        "code": "ineligible"
      }
    ]
  }
],
"fundingSource": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/immunization-funding-source",
      "code": "private"
    }
  ]
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}