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

FHIR IG analytics

Packagejp-core.r4
Resource TypeImmunization
IdImmunization-jp-immunization-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Immunization",
  "id": "jp-immunization-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Immunization"
    ]
  },
  "extension": [
    {
      "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Immunization_DueDateOfNextDose",
      "valueDate": "2021-10-10"
    },
    {
      "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Immunization_ManufacturedDate",
      "valueDate": "2021-03-01"
    },
    {
      "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Immunization_CertificatedDate",
      "valueDate": "2021-03-15"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "code": "111501701",
        "system": "urn:oid:1.2.392.200119.4.403.1",
        "display": "肺炎球菌ワクチン"
      }
    ]
  },
  "patient": {
    "reference": "Patient/jp-patient-example-1"
  },
  "occurrenceDateTime": "2021-07-01T10:30:00+09:00",
  "lotNumber": "12345678",
  "site": {
    "coding": [
      {
        "code": "LA",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
        "display": "left arm"
      }
    ]
  },
  "doseQuantity": {
    "value": 0.45,
    "code": "mL",
    "system": "http://unitsofmeasure.org",
    "unit": "mL"
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "code": "AP",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/jp-practitioner-example-male-1",
        "display": "大阪 一郎"
      }
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "code": "VQH3",
              "system": "urn:oid:1.2.392.200119.4.101.6",
              "display": "肺炎球菌感染症"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1
    }
  ]
}