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

FHIR IG analytics

Packagetw.gov.mohw.cdc.twidir
Resource TypePatient
IdPatient-patient-id-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 IdentifierType#NNxxx [extension: Identifier Suffi]:TWN)
身分證字號(official):A123456789 (http://www.moi.gov.tw/)

識別碼型別:Medical record number IdentifierType#MR)
病歷號(official):8862168 (https://tpech.gov.taipei/)

姓名(official):陳嘉明

性別:男

出生日期:1990-01-01

居住地址:臺北市大安區 ( postal-code3-tw#106)


Source1

{
  "resourceType": "Patient",
  "id": "patient-id-min",
  "meta": {
    "profile": [
      "https://twidir.cdc.gov.tw/twidir/StructureDefinition/patient-reporting"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNxxx",
            "_code": {
              "extension": [
                {
                  "extension": [
                    {
                      "url": "suffix",
                      "valueString": "TWN"
                    },
                    {
                      "url": "valueSet",
                      "valueCanonical": "http://hl7.org/fhir/ValueSet/iso3166-1-3"
                    }
                  ],
                  "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix"
                }
              ]
            }
          }
        ]
      },
      "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": "88001555"
    }
  ],
  "name": [
    {
      "use": "usual",
      "text": "陳嘉明"
    }
  ],
  "gender": "male",
  "birthDate": "1995-06-26",
  "address": [
    {
      "_postalCode": {
        "extension": [
          {
            "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw",
                  "code": "106"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}