FHIR IG analytics| Package | hl7.fhir.uv.pocd |
| Resource Type | Patient |
| Id | Patient-SomePatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient SomePatient
John Doe Male, DoB: 1967-05-04 ( Medical record number)
| Active: | true | ||
{
"resourceType": "Patient",
"id": "SomePatient",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"value": "0815"
}
],
"active": true,
"name": [
{
"use": "usual",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1967-05-04"
}