FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | Immunization |
| Id | Immunization-krcore-immunization-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| - | DoseNumber[x] |
| * | 1 |
{
"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
}
]
}