HL7 FHIR JP Core ImplementationGuide
1.1.2 - release
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "jp-immunization-example-1",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Immunization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization </b><a name=\"jp-immunization-example-1\"> </a><a name=\"hcjp-immunization-example-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceImmunization "jp-immunization-example-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-immunization.html\">JP Core Immunization Profile</a></p></div><p><b>JP Core Immunization DueDateOfNextDose Extension</b>: 2021-10-10</p><p><b>JP Core Immunization ManufacturedDate Extension</b>: 2021-03-01</p><p><b>JP Core Immunization CertificatedDate Extension</b>: 2021-03-15</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: 肺炎球菌ワクチン <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"urn:oid:1.2.392.200119.4.403.1\">MEDIS 基準番号(HOT9)</a>#111501701)</span></p><p><b>patient</b>: <a href=\"Patient-jp-patient-example-1.html\">Patient/jp-patient-example-1</a> " 山田"</p><p><b>occurrence</b>: 2021-07-01 10:30:00+0900</p><p><b>lotNumber</b>: 12345678</p><p><b>site</b>: left arm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActSite.html\">ActSite</a>#LA)</span></p><p><b>doseQuantity</b>: 0.45 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Administering Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v2-0443.html\">providerRole</a>#AP)</span></td><td><a href=\"Practitioner-jp-practitioner-example-male-1.html\">Practitioner/jp-practitioner-example-male-1: 大阪 一郎</a> " 大阪"</td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>肺炎球菌感染症 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"urn:oid:1.2.392.200119.4.101.6\">MEDIS病名交換用コード propertyなし</a>#VQH3)</span></td><td>1</td></tr></table></div>"
},
"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" : [
{
"system" : "urn:oid:1.2.392.200119.4.403.1",
"code" : "111501701",
"display" : "肺炎球菌ワクチン"
}
]
},
"patient" : {
🔗 "reference" : "Patient/jp-patient-example-1"
},
"occurrenceDateTime" : "2021-07-01T10:30:00+09:00",
"lotNumber" : "12345678",
"site" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActSite",
"code" : "LA",
"display" : "left arm"
}
]
},
"doseQuantity" : {
"value" : 0.45,
"unit" : "mL",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
},
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "AP",
"display" : "Administering Provider"
}
]
},
"actor" : {
🔗 "reference" : "Practitioner/jp-practitioner-example-male-1",
"display" : "大阪 一郎"
}
}
],
"protocolApplied" : [
{
"targetDisease" : [
{
"coding" : [
{
"system" : "urn:oid:1.2.392.200119.4.101.6",
"code" : "VQH3",
"display" : "肺炎球菌感染症"
}
]
}
],
"doseNumberPositiveInt" : 1
}
]
}