FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Patient |
| Id | Patient-rf-scenario2-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient rf-scenario2-patient
Example Patient Female, DoB: 1990-10-01
| Active: | true | Deceased: | false | ||
{
"resourceType": "Patient",
"id": "rf-scenario2-patient",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"name": [
{
"use": "usual",
"text": "Example Patient",
"family": "Patient",
"given": [
"Example"
]
}
],
"gender": "female",
"birthDate": "1990-10-01",
"deceasedBoolean": false
}