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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypePractitioner
IdPractitioner-prac-adoption-manager.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

收出養機構負責人資料

識別碼型別:National Person Identifier Identifier Type Codes#NNxxx)
身分證字號(official):D223456789 (http://www.moi.gov.tw)

姓名:李負責

聯絡方式:Phone ContactPointSystem#phone)
聯絡電話:0912333444

聯絡地址:11558臺北市南港區新光里忠孝東路六段488號


Source1

{
  "resourceType": "Practitioner",
  "id": "prac-adoption-manager",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/Practitioner-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNxxx"
          }
        ]
      },
      "system": "http://www.moi.gov.tw",
      "value": "D223456789"
    }
  ],
  "name": [
    {
      "text": "李負責"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0912333444"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village",
          "valueString": "新光里"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
          "valueString": "六段"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
          "valueString": "488號"
        }
      ],
      "text": "11558臺北市南港區新光里忠孝東路六段488號",
      "line": [
        "忠孝東路"
      ],
      "city": "南港區",
      "district": "臺北市",
      "postalCode": "11558"
    }
  ]
}