FHIR IG analytics| Package | hl7.fhir.us.davinci-pct |
| Resource Type | Patient |
| Id | Patient-patient1001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Eve Betterhalf female, DoB: 1955-07-23 ( http://example.com/identifiers/patient/1001)
| Marital Status: | unmarried | ||
| Contact Details: |
| ||
| Language: | English (United States) (preferred) | ||
{
"resourceType": "Patient",
"id": "patient1001",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|7.0.0"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.com/identifiers/patient",
"value": "1001"
}
],
"name": [
{
"text": "Eve Betterhalf",
"family": "Betterhalf",
"given": [
"Eve"
]
}
],
"telecom": [
{
"system": "phone",
"value": "781-949-4949",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1955-07-23",
"address": [
{
"text": "222 Burlington Road, Bedford MA 01730"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "U",
"display": "unmarried"
}
]
},
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en-US",
"display": "English (United States)"
}
]
},
"preferred": true
}
]
}