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-01",
"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-01</b></p><a name=\"krcore-organization-example-01\"> </a><a name=\"hckrcore-organization-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-organization.html\">KR Core Organization Profile</a></p></div><p><b>identifier</b>: <code>http://www.example.co.kr/119</code>/059-255-5871</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}\">Government</span></p><p><b>name</b>: xx시 중부 소방센터</p><p><b>telecom</b>: ph: 059-255-5871(Work)</p></div>"
},
"identifier" : [
{
"system" : "http://www.example.co.kr/119",
"value" : "059-255-5871"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "govt",
"display" : "Government"
}
]
}
],
"name" : "xx시 중부 소방센터",
"telecom" : [
{
"system" : "phone",
"value" : "059-255-5871",
"use" : "work"
}
]
}