FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-shaw-grandson-first-alternate.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson shaw-grandson-first-alternate
Profile: US Core RelatedPerson Profile
active: true
patient: Amy V. Baxter
relationship: 75784-9 (LOINC): First alternate healthcare agent [Reported]
name: Ethan Baxter (Official)
telecom: ph: 555-555-2150(Mobile), ethan.baxter@example.com
birthDate: 2004-09-12
address: 12 RIDGEFIELD DR TULSA OK 74105 (home)
{
"resourceType": "RelatedPerson",
"id": "shaw-grandson-first-alternate",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Related Person Grandson As First Alternate Healthcare Agent Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core RelatedPerson Profile* records the patient's grandson in the first alternate Healthcare Agent role."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/example",
"display": "Amy V. Baxter"
},
"relationship": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "75784-9",
"display": "First alternate healthcare agent [Reported]"
}
],
"text": "75784-9 (LOINC): First alternate healthcare agent [Reported]"
}
],
"name": [
{
"use": "official",
"family": "Baxter",
"given": [
"Ethan"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-2150",
"use": "mobile"
},
{
"system": "email",
"value": "ethan.baxter@example.com",
"use": "home"
}
],
"birthDate": "2004-09-12",
"address": [
{
"use": "home",
"line": [
"12 RIDGEFIELD DR"
],
"city": "TULSA",
"state": "OK",
"postalCode": "74105"
}
]
}