FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | Patient |
| Id | Patient-krcore-patient-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
박아픔 male, DoB: 2001-01-01 ( Medical record number: PID12345)
| Contact Details: |
| ||
{
"resourceType": "Patient",
"id": "krcore-patient-example-01",
"meta": {
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "urn:oid:1.2.3.4.5.6",
"value": "PID12345"
}
],
"name": [
{
"text": "박아픔"
}
],
"telecom": [
{
"system": "phone",
"value": "010-1234-5678"
},
{
"system": "email",
"value": "patientKim@example.co.kr"
}
],
"gender": "male",
"birthDate": "2001-01-01",
"address": [
{
"extension": [
{
"extension": [
{
"url": "district",
"valueString": "서울특별시 강남구"
},
{
"url": "roadName",
"valueString": "일원로"
},
{
"url": "detailedAddress",
"valueString": "81"
},
{
"url": "complements",
"valueString": "일원동"
}
],
"url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
}
],
"text": "서울특별시 강남구 일원로 81 (일원동)",
"postalCode": "06351"
}
]
}