FHIR IG analytics| Package | tw.cathay.fhir.imri |
| Resource Type | Patient |
| Id | Patient-Patient-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
識別碼型別:National Person Identifier ( Identifier Type Codes#NNxxx [extension: Identifier Suffix]:TWN)
身分證字號(official)A123456789 (http://www.moi.gov.tw)
識別碼型別:Medical record number ( Identifier Type Codes#MR)
病歷號(official):70892114 (https://www.cgh.org.tw)
姓名(official):安格斯
性別:Male ( AdministrativeGender#male)
出生日期:2000-02-02
{
"resourceType": "Patient",
"id": "Patient-min",
"meta": {
"profile": [
"https://imri.cgh.org.tw/imri/StructureDefinition/patient-imri"
]
},
"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://www.cgh.org.tw",
"value": "70892114"
}
],
"name": [
{
"use": "usual",
"text": "安格斯"
}
],
"gender": "male",
"birthDate": "2000-02-02"
}