Fujitsu Healthy Living Implementation Guide
1.1.28 - release

Publication Build: This will be filled in by the publication tooling

: ImmunizationExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "i001",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-immunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"i001\"> </a><a name=\"hci001\"> </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 &quot;i001&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-immunization.html\">Fujitsu Immunization Profile</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: コミナティ筋注 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://ig.fujitsu.com/healthy-living-jpcore-ext/CodeSystem-jp-medicationcode-hot9-cs.html\">JP Core MedicationCode HOT9 CodeSystem</a>#182110901 &quot;コミナティ筋注(1価:起源株)&quot;)</span></p><p><b>patient</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p><p><b>encounter</b>: <a href=\"Encounter-e001.html\">Encounter/e001</a></p><p><b>occurrence</b>: 2021-10-01</p><p><b>recorded</b>: 2021-10-01</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/3.1.0/CodeSystem-v2-0443.html\">providerRole</a>#AP)</span></td><td><a href=\"PractitionerRole-r001.html\">PractitionerRole/r001</a></td></tr></table><p><b>note</b>: ノート</p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.392.200119.4.403.1",
        "code" : "182110901",
        "display" : "コミナティ筋注(1価:起源株)"
      }
    ],
    "text" : "コミナティ筋注"
  },
  "patient" : {
    🔗 "reference" : "Patient/p001"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/e001"
  },
  "occurrenceDateTime" : "2021-10-01",
  "recorded" : "2021-10-01",
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code" : "AP",
            "display" : "Administering Provider"
          }
        ],
        "text" : "Administering Provider"
      },
      "actor" : {
        🔗 "reference" : "PractitionerRole/r001"
      }
    }
  ],
  "note" : [
    {
      "text" : "ノート"
    }
  ]
}