FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | Patient |
| Id | Patient-stroke-patient-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient stroke-patient-001
Profile: 根據醫院實際病人範例進行資料定義
先生 張 (official) Male, DoB: 1965-03-15 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code)
| Active: | true | ||
| Contact Detail | 重新路 三重區 null 臺灣(TW) | ||
{
"resourceType": "Patient",
"id": "stroke-patient-001",
"meta": {
"profile": [
"https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NNxxx"
}
]
},
"system": "http://www.moi.gov.tw",
"value": "A123456789"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "張",
"given": [
"先生"
]
}
],
"gender": "male",
"birthDate": "1965-03-15",
"address": [
{
"extension": [
{
"url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
"valueString": "五段"
},
{
"url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane",
"valueString": "609巷"
},
{
"url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
"valueString": "16號"
},
{
"url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor",
"valueString": "6樓之11"
}
],
"line": [
"重新路"
],
"city": "三重區",
"district": "新北市",
"_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-code6-tw",
"code": "241408"
}
]
}
}
]
},
"country": "臺灣(TW)"
}
]
}