Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
RelatedPerson-JamesLawrenceProbandFather-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 |
id : RelatedPerson-JamesLawrenceProbandFather-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307636 |
patient |
reference : Patient/Patient-PheobeSmitham-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307539 |
relationship |
coding |
system : http://terminology.hl7.org/CodeSystem/v3-RoleCode |
code : NFTH |
display : natural father |
{ "resourceType": "RelatedPerson", "id": "RelatedPerson-JamesLawrenceProbandFather-Example", "identifier": [ { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307636" } ], "patient": { "reference": "Patient/Patient-PheobeSmitham-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307539" } }, "relationship": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "NFTH", "display": "natural father" } ] } ] }
<RelatedPerson xmlns="http://hl7.org/fhir"> <id value="RelatedPerson-JamesLawrenceProbandFather-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307636" /> </identifier> <patient> <reference value="Patient/Patient-PheobeSmitham-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307539" /> </identifier> </patient> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="NFTH" /> <display value="natural father" /> </coding> </relationship> </RelatedPerson>