KR Core Implementation Guide
2.0.0-preview - STU2
KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Immunization",
"id" : "krcore-immunization-example-02",
"meta" : {
"profile" : [
🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-immunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization krcore-immunization-example-02</b></p><a name=\"krcore-immunization-example-02\"> </a><a name=\"hckrcore-immunization-example-02\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-krcore-immunization.html\">KR Core Immunization Profile</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-vcnt-types 18}, {http://www.hl7korea.or.kr/CodeSystem/kpis-kdcode 8806689021617}\">B형간염(HepB) 예방 주사</span></p><p><b>patient</b>: <a href=\"Patient-krcore-patient-example-03.html\">null Unknown, DoB: ( Medical record number)</a></p><p><b>occurrence</b>: 2025-05-20 12:23:12+0900</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: UBX20250520</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Left upper arm structure (body structure)</span></p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 78421000}\">Intramuscular route (qualifier value)</span></p><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 OP}\">Ordering Provider</span></p><p><b>actor</b>: <a href=\"Practitioner-krcore-medicaldoctor-example-01.html\">Practitioner 김의사</a></p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}\">Administering Provider</span></p><p><b>actor</b>: <a href=\"Practitioner-krcore-nurse-example-01.html\">Practitioner 전진현</a></p></blockquote></div>"
},
"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"
}
}
]
}