FHIR IG analytics| Package | hl7.fhir.us.smp |
| Resource Type | Patient |
| Id | Patient-examplePatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient examplePatient
John Doe (official) Male, DoB: 1960-01-01 ( http://hospital.example.com/mrn#12345)
{
"resourceType": "Patient",
"id": "examplePatient",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.example.com/mrn",
"value": "12345"
}
],
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1960-01-01"
}