MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MyHealthWay Organization Example - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "MyHealthWayOrganizationExample",
"meta" : {
"profile" : [
🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"MyHealthWayOrganizationExample\"> </a></p><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\">Resource Organization "MyHealthWayOrganizationExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-organization.html\">MyHealthWay Organization Profile</a></p></div><p><b>identifier</b>: id:\u00a0<a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/NamingSystem-ns-hira-healthcare-organization-identifier.html\">#</a>11100000</p><p><b>type</b>: 상급종합병원 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-hira-healthcare-organization-types.html\">HIRA Healthcare Organization Types</a>#01)</span></p><p><b>name</b>: 한국병원</p><p><b>address</b>: 서울특별시 중구 서소문동 37</p></div>"
},
"identifier" : [
{
"system" : "http://www.hl7korea.or.kr/Identifier/hira-krnpi",
"value" : "11100000"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/hira-healthcare-organization-types",
"code" : "01",
"display" : "상급종합병원"
}
]
}
],
"name" : "한국병원",
"address" : [
{
"extension" : [
{
"extension" : [
{
"url" : "district",
"valueString" : "서울특별시 중구"
},
{
"url" : "roadName",
"valueString" : "덕수궁길"
},
{
"url" : "detailedAddress",
"valueString" : "15"
},
{
"url" : "complements",
"valueString" : "서소문동"
}
],
"url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
}
],
"text" : "서울특별시 중구 서소문동 37",
"postalCode" : "04515"
}
]
}