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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypePatient
IdPatient-pat-min.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):A123456789 (http://www.moi.gov.tw)

識別碼型別:Medical record number Identifier Type Codes#MR)
病歷號(official):123456 (https://tpech.gov.taipei)

姓名(usual):王大明

性別:男

出生日期:2001-01-01


Source1

{
  "resourceType": "Patient",
  "id": "pat-min",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Patient-twpas"
    ]
  },
  "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": "A123456789"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "https://tpech.gov.taipei",
      "value": "123456"
    }
  ],
  "name": [
    {
      "use": "usual",
      "text": "王大明"
    }
  ],
  "gender": "male",
  "birthDate": "2001-01-01"
}