FHIR IG analytics| Package | tsti.adultcheck |
| Resource Type | Patient |
| Id | Patient-patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "patient-example",
"meta": {
"profile": [
"https://tstifhir.azurehealthcareapis.com/StructureDefinition/Patient-adultcheck"
]
},
"identifier": [
{
"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"
}
]
}
}
]
},
"use": "official",
"system": "http://www.moi.gov.tw/",
"value": "A123456789"
},
{
"use": "official",
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://www.tph.mohw.gov.tw/",
"value": "8862168"
}
],
"name": [
{
"use": "official",
"text": "陳加玲"
}
],
"telecom": [
{
"system": "phone",
"value": "0911327999",
"use": "mobile"
}
],
"address": [
{
"use": "home",
"type": "both",
"city": "臺北市"
}
],
"active": true,
"gender": "female",
"birthDate": "1990-01-01",
"managingOrganization": {
"reference": "Organization/org-hosp-example"
}
}