FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | Organization |
| Id | Organization-krcore-organization-example-02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization krcore-organization-example-02
Profile: KR Core Organization Profile
identifier: http://www.hangukhospital.co.kr/medicaldept-example/example-medical-department-id-01
type: Hospital Department
name: 내과
telecom: ph: 5785(Work)
partOf: Organization 한국병원
{
"resourceType": "Organization",
"id": "krcore-organization-example-02",
"meta": {
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}