FHIR IG analytics| Package | hl7.fhir.uv.phr |
| Resource Type | Patient |
| Id | Patient-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient 1
Language: en
Profile: PGHD Patient Profile
John Doe Male, DoB: 1990-01-01
{
"resourceType": "Patient",
"id": "1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-patient"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1990-01-01"
}