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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeRelatedPerson
IdNationalProxy-RelatedPerson-91000000009-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": "NationalProxy-RelatedPerson-91000000009-Example",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "91000000009"
    }
  ],
  "active": false,
  "patient": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9000000017"
    },
    "display": "Jane Marie Anne Smith"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "NMTH",
          "display": "natural mother"
        }
      ],
      "text": "Natural Mother"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Smith",
      "given": [
        "Jayne"
      ]
    }
  ],
  "birthDate": "1916-12-05"
}