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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeRelatedPerson
IdUKCore-RelatedPerson-JoySmith-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate a person who is related to the patient

Source1

{
  "resourceType": "RelatedPerson",
  "id": "UKCore-RelatedPerson-JoySmith-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "PreferredContactMethod",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod",
                "code": "3",
                "display": "Telephone"
              }
            ]
          }
        },
        {
          "url": "PreferredContactTimes",
          "valueTiming": {
            "repeat": {
              "frequency": 1,
              "period": 1,
              "periodUnit": "d",
              "dayOfWeek": [
                "mon",
                "wed",
                "fri"
              ],
              "when": [
                "AFT"
              ]
            }
          }
        },
        {
          "url": "PreferredWrittenCommunicationFormat",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat",
                "code": "11",
                "display": "Large print"
              }
            ]
          }
        }
      ],
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"
    },
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator",
      "valueBoolean": true
    }
  ],
  "patient": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "WIFE",
          "display": "wife"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "SMITH",
      "given": [
        "Joy"
      ]
    }
  ]
}