FHIR IG analytics| Package | hl7.fhir.us.vrdr |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-FatherUT-Example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson FatherUT-Example1
active: true
patient: Davis Lineberry (official) Male, DoB: 2021-03-04 ( Social Security number)
relationship: father
name: * * Lineberry (Official)
{
"resourceType": "RelatedPerson",
"id": "FatherUT-Example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-father"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/DecedentUT-Example1"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FTH",
"display": "father"
}
]
}
],
"name": [
{
"use": "official",
"family": "Lineberry",
"given": [
"*",
"*"
]
}
]
}