FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | Organization |
| Id | Organization-connectdtx-organization-example.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 "connectdtx-organization-example"
Profile: ConnectDTx Organization
identifier: id: urn:oid:1.2.3.4.5.6
type: 상급종합병원 (Hira Oraganization Type#01)
name: 파이종합병원
telecom: http://www.phidigital.co.kr/
address: 서울특별시 서대문구 연대동문길 37, 1층
{
"resourceType": "Organization",
"id": "connectdtx-organization-example",
"meta": {
"profile": [
"http://connectdtx.kr/fhir/StructureDefinition/connectdtx-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:1.2.3.4.5.6"
}
],
"type": [
{
"coding": [
{
"system": "https://hira.or.kr/CodeSystem/organization-type",
"code": "01",
"display": "상급종합병원"
}
]
}
],
"name": "파이종합병원",
"telecom": [
{
"system": "url",
"value": "http://www.phidigital.co.kr/"
}
],
"address": [
{
"text": "서울특별시 서대문구 연대동문길 37, 1층",
"postalCode": "03721"
}
]
}