FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | Patient |
| Id | Patient-patient-healthcare-agent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-healthcare-agent
Profile: US Core Patient Profile
Helen Carter (no stated gender), DoB: 1942-03-22 ( Medical Record Number: 1099501 (use: usual, ))
| Active: | true | ||
| Contact Detail |
| ||
| Patient Healthcare agent: |
| ||
{
"resourceType": "Patient",
"id": "patient-healthcare-agent",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Patient With Healthcare Agent Contact Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core Patient Profile* illustrates the use of `Patient.contact` to record the patient's Healthcare Agent - the related person legally authorized to make healthcare decisions on behalf of the patient if the patient cannot do so."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://example.org/patient/identifiers",
"value": "1099501"
}
],
"active": true,
"name": [
{
"use": "usual",
"family": "Carter",
"given": [
"Helen"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-3300",
"use": "home"
}
],
"birthDate": "1942-03-22",
"address": [
{
"line": [
"56 SYCAMORE LN"
],
"city": "EVERYTOWN",
"state": "OK",
"postalCode": "74047",
"country": "US"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "81335-2",
"display": "Patient Healthcare agent"
}
],
"text": "81335-2 (lLOINC): Patient Healthcare agent"
}
],
"name": {
"use": "official",
"family": "van Putten",
"given": [
"Sarah"
]
},
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "email",
"value": "sarah.vanputten@example.com",
"use": "home"
}
]
}
]
}