FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.rehabig
Resource TypeOrganization
IdOrganization-OrganizationExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

醫療機構

機構名稱: "台灣健康醫院"

機構代碼: "XYZ54321"

聯絡電話: "02-22765566"


Source1

{
  "resourceType": "Organization",
  "id": "OrganizationExample",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.mohw.gov.tw/orgID",
      "value": "XYZ54321"
    }
  ],
  "active": true,
  "name": "台灣健康醫院",
  "telecom": [
    {
      "system": "phone",
      "value": "02-22765566"
    }
  ],
  "address": [
    {
      "line": [
        "123 健康路"
      ],
      "city": "臺北市",
      "state": "中正區",
      "postalCode": "100"
    }
  ]
}