FHIR IG analytics| Package | hl7.fhir.us.physical-activity.r4b |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-ExampleRelatedPerson.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson
Resource RelatedPerson "ExampleRelatedPerson"
active: true
patient: http://example.org/Patient/1: Example Patient
relationship: Mother (RoleCode#MTH)
name: Jane Doe
telecom: jane.doe@somewhere.com
address: 123 Some Street Some town MI 012345
{
"resourceType": "RelatedPerson",
"id": "ExampleRelatedPerson",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "http://example.org/Patient/1",
"display": "Example Patient"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH",
"display": "Mother"
}
],
"text": "Mother"
}
],
"name": [
{
"family": "Doe",
"given": [
"Jane"
]
}
],
"telecom": [
{
"system": "email",
"value": "jane.doe@somewhere.com"
}
],
"address": [
{
"line": [
"123 Some Street"
],
"city": "Some town",
"state": "MI",
"postalCode": "012345"
}
]
}