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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeRelatedPerson
IdPDS-RelatedPerson-507B7621-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": "PDS-RelatedPerson-507B7621-Example",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator",
      "valueBoolean": true
    },
    {
      "extension": [
        {
          "url": "PreferredWrittenCommunicationFormat",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat",
                "code": "12",
                "display": "Braille"
              }
            ]
          }
        },
        {
          "url": "PreferredContactMethod",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod",
                "code": "1",
                "display": "Letter"
              }
            ]
          }
        },
        {
          "url": "PreferredContactTimes",
          "valueString": "Not after 7pm"
        }
      ],
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/Patient-NHS-9459304130-Jane-Smith",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9100000009"
    }
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole",
          "code": "Guardian",
          "display": "Guardian of patient"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Smith",
      "given": [
        "Jane"
      ],
      "prefix": [
        "Mrs"
      ],
      "suffix": [
        "MBE"
      ],
      "period": {
        "start": "2020-01-01",
        "end": "2021-12-31"
      }
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "01632960587",
      "use": "home",
      "period": {
        "start": "2020-01-01",
        "end": "2021-12-31"
      }
    }
  ],
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "type",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType",
                    "code": "PAF"
                  }
                ]
              }
            },
            {
              "url": "value",
              "valueString": "12345678"
            }
          ],
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey"
        },
        {
          "extension": [
            {
              "url": "type",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType",
                    "code": "UPRN"
                  }
                ]
              }
            },
            {
              "url": "value",
              "valueString": "123456789012"
            }
          ],
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey"
        }
      ],
      "use": "home",
      "line": [
        "1 Trevelyan Square",
        "Boar Lane",
        "City Centre",
        "Leeds",
        "West Yorkshire"
      ],
      "postalCode": "LS1 6AE",
      "period": {
        "start": "2020-01-01",
        "end": "2021-12-31"
      }
    }
  ],
  "period": {
    "start": "2020-01-01",
    "end": "2021-12-31"
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "fr",
            "display": "French"
          }
        ]
      }
    }
  ]
}