FHIR IG analytics| Package | hl7.fhir.uv.eyecare |
| Resource Type | Patient |
| Id | Patient-ophthal-patient-example-0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Eve Bill female, DoB: 1958-12-24 ( Medical Record Number: 02134005)
{
"resourceType": "Patient",
"id": "ophthal-patient-example-0",
"meta": {
"versionId": "1",
"lastUpdated": "2021-01-25T14:36:03Z"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "http://fhir.medisoft.com",
"value": "02134005"
}
],
"active": true,
"name": [
{
"text": "Eve Bill",
"family": "Bill",
"given": [
"Eve"
]
}
],
"gender": "female",
"birthDate": "1958-12-24",
"address": [
{
"text": "home",
"line": [
"31 Pacquola Street"
],
"city": "Blacktown",
"state": "NSW",
"postalCode": "2148",
"country": "Australia"
}
]
}