FHIR IG analytics| Package | hl7.fhir.us.vdor |
| Resource Type | Patient |
| Id | Patient-alice-freeman-example-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient alice-freeman-example-patient
Profile: VDOR Decedent
Alice J. Freeman (official) Female, DoB: 1978-03-12 ( Social Security number: SSN#987054321 (use: usual, ))
| Active: | true | ||
| Contact Detail | 112 Miramar Ct Danville IL (home) | ||
| US Core Ethnicity Extension: |
| ||
| US Core Race Extension: |
| ||
{
"resourceType": "Patient",
"id": "alice-freeman-example-patient",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-decedent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "detailed",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2029-7",
"display": "Asian Indian"
}
},
{
"url": "text",
"valueString": "Asian Indian"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2186-5",
"display": "Not Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Not Hispanic or Latino"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SS",
"display": "Social Security number"
}
],
"text": "Social Security number"
},
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "987054321"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Freeman",
"given": [
"Alice",
"J."
]
}
],
"gender": "female",
"birthDate": "1978-03-12",
"address": [
{
"use": "home",
"line": [
"112 Miramar Ct"
],
"city": "Danville",
"state": "IL"
}
]
}