HL7 FHIR JP Core ImplementationGuide
1.1.0 - release Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.0). See the Directory of published versions

: JP Core Immunization Example 肺炎球菌ワクチン接種 - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="jp-immunization-example-1"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Immunization"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Immunization</b><a name="jp-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">Resource Immunization "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"> (unknown#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/4.0.0/CodeSystem-v3-ActSite.html">ActSite</a>#LA)</span></p><p><b>doseQuantity</b>: 0.45 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM code mL = 'mL')</span></p><h3>Performers</h3><table class="grid"><tr><td>-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td>*</td><td>Administering Provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.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>-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>肺炎球菌感染症 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#VQH3)</span></td><td>1</td></tr></table></div>
  </text>
  <extension
             url="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Immunization_DueDateOfNextDose">
    <valueDate value="2021-10-10"/>
  </extension>
  <extension
             url="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Immunization_ManufacturedDate">
    <valueDate value="2021-03-01"/>
  </extension>
  <extension
             url="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Immunization_CertificatedDate">
    <valueDate value="2021-03-15"/>
  </extension>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="urn:oid:1.2.392.200119.4.403.1"/>
      <code value="111501701"/>
      <display value="肺炎球菌ワクチン"/>
    </coding>
  </vaccineCode>
  <patient>
    <reference value="Patient/jp-patient-example-1"/>
  </patient>
  <occurrenceDateTime value="2021-07-01T10:30:00+09:00"/>
  <lotNumber value="12345678"/>
  <site>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActSite"/>
      <code value="LA"/>
      <display value="left arm"/>
    </coding>
  </site>
  <doseQuantity>
    <value value="0.45"/>
    <unit value="mL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mL"/>
  </doseQuantity>
  <performer>
    <function>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>
        <code value="AP"/>
        <display value="Administering Provider"/>
      </coding>
    </function>
    <actor>
      <reference value="Practitioner/jp-practitioner-example-male-1"/>
      <display value="大阪 一郎"/>
    </actor>
  </performer>
  <protocolApplied>
    <targetDisease>
      <coding>
        <system value="urn:oid:1.2.392.200119.4.101.6"/>
        <code value="VQH3"/>
        <display value="肺炎球菌感染症"/>
      </coding>
    </targetDisease>
    <doseNumberPositiveInt value="1"/>
  </protocolApplied>
</Immunization>