FHIR IG analytics| Package | tw.gov.mohw.nhi.pas |
| Resource Type | Organization |
| Id | Organization-org-hosp-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Profile: 機構-Organization TWPAS
機構名稱:臺北市立聯合醫院
識別碼型別:Provider number( IdentifierType#PRN)
機構代碼(official):0101090517 (https://nhicore.nhi.gov.tw/pas/CodeSystem/organization-identifier-tw)
機構種類:Healthcare Provider ( OrganizationType#prov)
{
"resourceType": "Organization",
"id": "org-hosp-example",
"meta": {
"profile": [
"https://nhicore.nhi.gov.tw/pas/StructureDefinition/Organization-twpas"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN"
}
]
},
"system": "https://nhicore.nhi.gov.tw/pas/CodeSystem/organization-identifier-tw",
"value": "0101090517"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov"
}
]
}
],
"name": "臺北市立聯合醫院"
}