FHIR IG analytics| Package | johnmoehrke.correction.example |
| Resource Type | Patient |
| Id | Patient-ex-patient-2.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-2
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
Janie Smith (no stated gender), DoB Unknown ( http://example.org/mrn#MRN-002)
| Other Id: | http://example.org/ssn/666-99-9999 | ||
| Contact Detail | 123 Main St Anytown NY 12345 | ||
{
"resourceType": "Patient",
"id": "ex-patient-2",
"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-002"
},
{
"system": "http://example.org/ssn",
"value": "666-99-9999"
}
],
"name": [
{
"use": "usual",
"family": "Smith",
"given": [
"Janie"
]
}
],
"address": [
{
"line": [
"123 Main St"
],
"city": "Anytown",
"state": "NY",
"postalCode": "12345"
}
]
}