FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeRelatedPerson
IdRelatedPerson-JamesLawrenceProbandFather-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
        }
      ]
    }
  ]
}