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" : "Organization",
"id" : "krcore-organization-example-02",
"meta" : {
"profile" : [
🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization krcore-organization-example-02</b></p><a name=\"krcore-organization-example-02\"> </a><a name=\"hckrcore-organization-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-organization.html\">KR Core Organization Profile</a></p></div><p><b>identifier</b>: <code>http://www.hangukhospital.co.kr/medicaldept-example</code>/example-medical-department-id-01</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type dept}\">Hospital Department</span></p><p><b>name</b>: 내과</p><p><b>telecom</b>: ph: 5785(Work)</p><p><b>partOf</b>: <a href=\"Organization-krcore-healthcare-organization-example-01.html\">Organization 한국병원</a></p></div>"
},
"identifier" : [
{
"system" : "http://www.hangukhospital.co.kr/medicaldept-example",
"value" : "example-medical-department-id-01"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "dept",
"display" : "Hospital Department"
}
]
}
],
"name" : "내과",
"telecom" : [
{
"system" : "phone",
"value" : "5785",
"use" : "work"
}
],
"partOf" : {
🔗 "reference" : "Organization/krcore-healthcare-organization-example-01"
}
}