FHIR IG analytics| Package | johnmoehrke.consentwithsegmentation |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-ex-son2.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson ex-son2
active: true
patient: John Schmidt Other, DoB: 1923-07-25
relationship: dependent, natural son
name: John Jacob Jingleheimer Schmidt (Official)
gender: Male
{
"resourceType": "RelatedPerson",
"id": "ex-son2",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/ex-patient"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
"code": "DEPEN"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "SON",
"display": "natural son"
}
]
}
],
"name": [
{
"use": "official",
"family": "Schmidt",
"given": [
"John",
"Jacob",
"Jingleheimer"
]
}
],
"gender": "male"
}