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

FHIR IG analytics

Packagephis.ig.dev
Resource TypeImmunization
IdImmunization-krcore-immunization-example-01.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

Resource Immunization "krcore-immunization-example-01"

Profile: KR Core Immunization Profile

status: completed

vaccineCode: 인플루엔자 예방 주사 (KR Core Vaccination Types#13 "인플루엔자"; kpis-kdcode#8806659002219 "박씨그리프테트라주(인플루엔자분할백신)")

patient: Patient/krcore-patient-example-01 ""

occurrence: 2023-04-01

ProtocolApplieds

-DoseNumber[x]
*1

Source1

{
  "resourceType": "Immunization",
  "id": "krcore-immunization-example-01",
  "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": "13",
        "display": "인플루엔자"
      },
      {
        "system": "http://www.hl7korea.or.kr/CodeSystem/kpis-kdcode",
        "code": "8806659002219",
        "display": "박씨그리프테트라주(인플루엔자분할백신)"
      }
    ],
    "text": "인플루엔자 예방 주사"
  },
  "patient": {
    "reference": "Patient/krcore-patient-example-01"
  },
  "occurrenceDateTime": "2023-04-01",
  "protocolApplied": [
    {
      "doseNumberPositiveInt": 1
    }
  ]
}