FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting |
| Resource Type | Patient |
| Id | Patient-patient-ledner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-ledner
Language: en
Dominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
| Deceased: | false | Marital Status: | Legally married | ||
| Other Ids: |
| ||||
| Contact Detail |
| ||||
| Language: | English (preferred) | ||||
| Links: |
| ||||
{
"resourceType": "Patient",
"id": "patient-ledner",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.4.3.6",
"value": "patient-LednerDominique"
},
{
"use": "usual",
"type": {
"text": "SHID"
},
"system": "http://example.org/hospital.smarthealth",
"value": "12446"
},
{
"use": "usual",
"type": {
"text": "FHIR"
},
"system": "http://example.com/FHIR/StructureDefinition/patient-fhir-id",
"value": "66574567"
},
{
"use": "usual",
"type": {
"text": "MRN"
},
"system": "urn:oid:2.16.840.1.113883.4.3.2",
"value": "abc123"
}
],
"name": [
{
"family": "Ledner",
"given": [
"Dominique"
]
}
],
"telecom": [
{
"system": "phone",
"value": "1-(303)555-1212",
"use": "home"
},
{
"system": "email",
"value": "dominique.ledner@example.com"
}
],
"gender": "female",
"birthDate": "1965-06-22",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"line": [
"25 Church St"
],
"city": "Bixby",
"state": "OK",
"postalCode": "74008",
"country": "USA"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36629006",
"display": "Legally married"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
},
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
]
},
"preferred": true
}
],
"generalPractitioner": [
{
"reference": "Practitioner/practitioner-nichols"
}
],
"managingOrganization": {
"reference": "Organization/organization-healthcare",
"display": "Healthcare Example"
}
}