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-paramedic-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-paramedic-example-01</b></p><a name=\"krcore-paramedic-example-01\"> </a><a name=\"hckrcore-paramedic-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>: <code>https://www.example119.com/Identifier/paramedic-id</code>/example-paramedic-id-01</p><p><b>name</b>: 김하늘(Official)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1993-03-15</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:{http://snomed.info/sct 397897005}\">응급구조사</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://www.example119.com/Identifier/paramedic-id",
"value" : "example-paramedic-id-01"
}
],
"name" : [
{
"use" : "official",
"text" : "김하늘"
}
],
"gender" : "female",
"birthDate" : "1993-03-15",
"qualification" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "397897005",
"display" : "Paramedic (occupation)"
}
],
"text" : "응급구조사"
}
}
]
}