FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relatedPerson-LisaJohnson01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson relatedPerson-LisaJohnson01
Profile: US Core RelatedPerson Profile
active: true
patient: Betsy Smith-Johnson
relationship: daughter in-law
name: Lisa Johnson (Official)
telecom: ph: (555) 555-3333(Mobile), Mmoen+lisajohnson@mydirectives.com
address: 17040 E Warren Ave Detroit MI 48224 (home)
{
"resourceType": "RelatedPerson",
"id": "relatedPerson-LisaJohnson01",
"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"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "DAUINLAW",
"display": "daughter in-law"
}
]
}
],
"name": [
{
"use": "official",
"family": "Johnson",
"given": [
"Lisa"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(555) 555-3333",
"use": "mobile"
},
{
"system": "email",
"value": "Mmoen+lisajohnson@mydirectives.com"
}
],
"address": [
{
"use": "home",
"line": [
"17040 E Warren Ave"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48224"
}
]
}