FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | Patient |
| Id | Patient-connectdtx-patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
김환자 male, DoB: 1990-10-12 ( Medical record number: P12345)
| Contact Detail: | ph: 010-1234-5678 | ||
{
"resourceType": "Patient",
"id": "connectdtx-patient-example",
"meta": {
"profile": [
"http://connectdtx.kr/fhir/StructureDefinition/connectdtx-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": "P12345"
}
],
"name": [
{
"text": "김환자"
}
],
"telecom": [
{
"system": "phone",
"value": "010-1234-5678"
}
],
"gender": "male",
"birthDate": "1990-10-12"
}