FHIR IG analytics| Package | hl7.fhir.cr.laboratory-results |
| Resource Type | Patient |
| Id | Patient-patient-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-example
Juan Pérez García Male, DoB: 1980-05-15 ( http://example.cr/patient-id#12345678)
{
"resourceType": "Patient",
"id": "patient-example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.cr/patient-id",
"value": "12345678"
}
],
"name": [
{
"family": "Pérez García",
"given": [
"Juan"
]
}
],
"gender": "male",
"birthDate": "1980-05-15"
}