FHIR IG analytics| Package | johnmoehrke.correction.example |
| Resource Type | Patient |
| Id | Patient-ex-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 ex-patient-1
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
Jane Smith Female, DoB Unknown ( http://example.org/mrn#MRN-001)
| Other Id: | http://example.org/ssn/666-99-9999 | ||
{
"resourceType": "Patient",
"id": "ex-patient-1",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/mrn",
"value": "MRN-001"
},
{
"system": "http://example.org/ssn",
"value": "666-99-9999"
}
],
"name": [
{
"use": "usual",
"family": "Smith",
"given": [
"Jane"
]
}
],
"gender": "female"
}