FHIR IG analytics| Package | hl7.fhir.uv.cql |
| Resource Type | Patient |
| Id | Patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example
Language: en
Alana Asdf (no stated gender), DoB: 1993-06-14
| Contact Detail | Somewhere | ||
{
"resourceType": "Patient",
"id": "example",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Asdf",
"given": [
"Alana"
]
}
],
"birthDate": "1993-06-14",
"address": [
{
"line": [
"Somewhere"
]
}
]
}