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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeOrganization
IdOrganization-org-govt-example.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

政府機構基本資料

機構名稱:衛生福利部

識別碼型別:Government Organization Identifier臺灣識別碼類型值集#GOI)
機關代號(official):A21000000I (https://oid.nat.gov.tw/)

機構種類:Government ( OrganizationType#govt)

聯絡方式:URLContactPointSystem#url)
網站連結https://www.mohw.gov.tw/mp-1.html


Source1

{
  "resourceType": "Organization",
  "id": "org-govt-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-govt-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203",
            "code": "GOI"
          }
        ]
      },
      "system": "https://oid.nat.gov.tw/",
      "value": "A21000000I"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "govt"
        }
      ]
    }
  ],
  "name": "衛生福利部",
  "telecom": [
    {
      "system": "url",
      "value": "https://www.mohw.gov.tw/mp-1.html"
    }
  ]
}