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

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypeImmunization
IdImmunization-krcore-immunization-example-02.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Immunization krcore-immunization-example-02

status: Completed

vaccineCode: B형간염(HepB) 예방 주사

patient: null Unknown, DoB: ( Medical record number)

occurrence: 2025-05-20 12:23:12+0900

primarySource: true

lotNumber: UBX20250520

site: Left upper arm structure (body structure)

route: Intramuscular route (qualifier value)

performer

function: Ordering Provider

actor: Practitioner 김의사

performer

function: Administering Provider

actor: Practitioner 전진현


Source1

{
  "resourceType": "Immunization",
  "id": "krcore-immunization-example-02",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-vcnt-types",
        "code": "18",
        "display": "B형간염(HepB)"
      },
      {
        "system": "http://www.hl7korea.or.kr/CodeSystem/kpis-kdcode",
        "code": "8806689021617",
        "display": "유박스비프리필드주[B형간염백신(유전자재조합)]"
      }
    ],
    "text": "B형간염(HepB) 예방 주사"
  },
  "patient": {
    "reference": "Patient/krcore-patient-example-03"
  },
  "occurrenceDateTime": "2025-05-20T12:23:12+09:00",
  "primarySource": true,
  "lotNumber": "UBX20250520",
  "site": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368208006",
        "display": "Left upper arm structure (body structure)"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "78421000",
        "display": "Intramuscular route (qualifier value)"
      }
    ]
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "OP",
            "display": "Ordering Provider"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/krcore-medicaldoctor-example-01"
      }
    },
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/krcore-nurse-example-01"
      }
    }
  ]
}