FHIR IG analytics| Package | phis.ig.createtest |
| Resource Type | Organization |
| Id | Organization-krcore-healthcare-organization-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "krcore-healthcare-organization-example-01"
identifier: id: 11100000
type: 상급종합병원 (HIRA Healthcare Organization Types#01)
name: 한국병원
telecom: ph: 02-1237-4567, ph: 02-1237-4568, fax: 02-1237-4569
address: 서울특별시 중구 서소문동 37
{
"resourceType": "Organization",
"id": "krcore-healthcare-organization-example-01",
"meta": {
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-healthcare-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "한국병원",
"telecom": [
{
"system": "phone",
"value": "02-1237-4567"
},
{
"system": "phone",
"value": "02-1237-4568"
},
{
"system": "fax",
"value": "02-1237-4569"
}
],
"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"
}
]
}