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

FHIR IG analytics

Packagetw.gov.mohw.nhi.empd
Resource TypeOrganization
IdOrganization-org-02-ep.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

Generated Narrative: Organization org-02-ep

identifier: Government Organization Identifier/A21000000I

type: Government

name: 衛生福利部

telecom: https://www.mohw.gov.tw/mp-1.html

address: 臺北市大安區龍圖里信義路三段140號(work)


Source1

{
  "resourceType": "Organization",
  "id": "org-02-ep",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Organization-EMPD"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "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"
    }
  ],
  "address": [
    {
      "use": "work",
      "text": "臺北市大安區龍圖里信義路三段140號"
    }
  ]
}