FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | Organization |
| Id | Organization-krcore-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 krcore-organization-example-01
Profile: KR Core Organization Profile
identifier: http://www.example.co.kr/119/059-255-5871
type: Government
name: xx시 중부 소방센터
telecom: ph: 059-255-5871(Work)
{
"resourceType": "Organization",
"id": "krcore-organization-example-01",
"meta": {
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}