RelatedPerson-RyanneBoulder-Example

Example of a RelatedPerson resource linking a Proband to a Patient resource, as in the case of Duo/Trio testing. Demographic details of the related person should be stored in the associated Patient resource (or attached Observations etc.)

RelatedPerson
{
"resourceType": "RelatedPerson",
"id": "RelatedPerson-RyanneBoulder-Example",
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307687"
}
],
"patient": {
"reference": "Patient/Patient-FoetusOfRyanneBoulder-Example",
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
"value": "FT-RWT13521",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RAX"
}
}
}
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "NMTHF",
"display": "natural mother of fetus"
}
]
}
]
}
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="RelatedPerson-RyanneBoulder-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307687" />
</identifier>
<reference value="Patient/Patient-FoetusOfRyanneBoulder-Example" />
<system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
<value value="FT-RWT13521" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RAX" />
</identifier>
</assigner>
</identifier>
</patient>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="NMTHF" />
<display value="natural mother of fetus" />
</coding>
</relationship>
</RelatedPerson>