FHIR IG analytics| Package | hl7.fhir.us.vr-common-library.r4 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relatedperson-parent-vr-stepmother.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson relatedperson-parent-vr-stepmother
RelatedPerson Birth Place Vital Records: Brooklyn New York
active: true
patient: Patient - Child (Baby G Quinn)
relationship: Stepmother
name: Susan Grant (Official)
gender: Female
birthDate: 1985-03-15
{
"resourceType": "RelatedPerson",
"id": "relatedperson-parent-vr-stepmother",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-parent-vr"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-relatedperson-birthplace-vr",
"valueAddress": {
"city": "Brooklyn",
"state": "New York"
}
}
],
"active": true,
"patient": {
"reference": "Patient/patient-child-vr-babyg-quinn-common",
"display": "Patient - Child (Baby G Quinn)"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "STPMTH",
"display": "stepmother"
}
],
"text": "Stepmother"
}
],
"name": [
{
"use": "official",
"family": "Grant",
"given": [
"Susan"
]
}
],
"gender": "female",
"birthDate": "1985-03-15"
}