FHIR IG analytics| Package | ihe.domain.profile |
| Resource Type | Patient |
| Id | Patient-ex-patient.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
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
John Schmidt Other, DoB: 1923-07-25
| Contact Detail | WI USA | ||
{
"resourceType": "Patient",
"id": "ex-patient",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"use": "usual",
"family": "Schmidt",
"given": [
"John"
]
},
{
"use": "old",
"family": "Schnidt",
"given": [
"John",
"Jacob",
"Jingle",
"Heimer"
],
"period": {
"end": "1960"
}
},
{
"use": "official",
"family": "Schmidt",
"given": [
"John",
"Jacob",
"Jingleheimer"
],
"period": {
"start": "1960-01-01"
}
},
{
"use": "nickname",
"family": "Schmidt",
"given": [
"Jack"
]
}
],
"gender": "other",
"birthDate": "1923-07-25",
"address": [
{
"state": "WI",
"country": "USA"
}
]
}