FHIR IG analytics| Package | fhir.argonaut.smart-imaging |
| Resource Type | Patient |
| Id | Patient-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 patient-example
Jason Argonaut (no stated gender), DoB Unknown ( http://hospital.example.org/mrn#8675309)
{
"resourceType": "Patient",
"id": "patient-example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.example.org/mrn",
"value": "8675309"
}
],
"name": [
{
"family": "Argonaut",
"given": [
"Jason"
]
}
]
}