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" : "Practitioner",
"id" : "krcore-nurse-example-01",
"meta" : {
"profile" : [
🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner krcore-nurse-example-01</b></p><a name=\"krcore-nurse-example-01\"> </a><a name=\"hckrcore-nurse-example-01\"> </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-practitioner.html\">KR Core Practitioner Profile</a></p></div><p><b>identifier</b>: 원내 식별자/example-nurse-id-01\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: 전진현</p><p><b>telecom</b>: ph: 05-2222-1111(Work), <a href=\"mailto:ghanho@examplehospital.com\">ghanho@examplehospital.com</a></p><p><b>address</b>: 대구광역시 동구 효동로6길 예병원(work)</p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">간호사</span></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"text" : "원내 식별자"
},
"system" : "https://www.examplehospital.com/Identifier/practitioner-id",
"value" : "example-nurse-id-01"
}
],
"name" : [
{
"text" : "전진현",
"family" : "전",
"given" : [
"진현"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "05-2222-1111",
"use" : "work"
},
{
"system" : "email",
"value" : "ghanho@examplehospital.com",
"use" : "work"
}
],
"address" : [
{
"extension" : [
{
"extension" : [
{
"url" : "district",
"valueString" : "대구광역시 동구"
},
{
"url" : "roadName",
"valueString" : "효동로6길"
},
{
"url" : "detailedAddress",
"valueString" : "-"
},
{
"url" : "complements",
"valueString" : "예병원"
}
],
"url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
}
],
"use" : "work",
"text" : "대구광역시 동구 효동로6길 예병원",
"postalCode" : "04454"
}
],
"gender" : "female",
"qualification" : [
{
"code" : {
"text" : "간호사"
}
}
]
}