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

FHIR IG analytics

Packagetw.gov.mohw.cdc.tb
Resource TypePatient
IdPatient-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

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

識別碼型別:Health Card Number Identifier Type Codes#HC)
健保卡序號(official):0000111122223333 (https://www.nhi.gov.tw)

姓名(usual):王大明

性別:男

出生日期:1996-01-01


Source1

{
  "resourceType": "Patient",
  "id": "example",
  "meta": {
    "profile": [
      "https://tb.cdc.gov.tw/tb/StructureDefinition/Patient-tb"
    ]
  },
  "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": "HC"
          }
        ]
      },
      "system": "https://www.nhi.gov.tw",
      "value": "0000111122223333"
    }
  ],
  "name": [
    {
      "use": "usual",
      "text": "王大明"
    }
  ],
  "gender": "male",
  "birthDate": "1996-01-01",
  "managingOrganization": {
    "reference": "Organization/hosp"
  }
}