FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relatedPerson-HowardThompson-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson relatedPerson-HowardThompson-01
Profile: US Core RelatedPerson Profile
active: true
patient: Betsy Smith-Johnson
name: Thompson Howard (Official)
telecom: Mmoen+howardthompson@midirectives.com
address: The Vernon Center 9341 Agnes Street, Unit 114 Detroit MI 48214 (home)
{
"resourceType": "RelatedPerson",
"id": "relatedPerson-HowardThompson-01",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/patient-betsysmith-johnson01",
"display": "Betsy Smith-Johnson"
},
"name": [
{
"use": "official",
"family": "Howard",
"given": [
"Thompson"
]
}
],
"telecom": [
{
"system": "email",
"value": "Mmoen+howardthompson@midirectives.com"
}
],
"address": [
{
"use": "home",
"line": [
"The Vernon Center 9341 Agnes Street, Unit 114"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48214"
}
]
}