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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypePatient
IdUKCore-Patient-RichardSmith-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": "Patient",
  "id": "UKCore-Patient-RichardSmith-Example",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
            "code": "G",
            "display": "Mixed - Any other mixed background"
          }
        ]
      }
    },
    {
      "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": [
                "MORN"
              ]
            }
          }
        },
        {
          "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"
    },
    {
      "extension": [
        {
          "url": "deathNotificationStatus",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus",
                "code": "U",
                "display": "Removed"
              }
            ]
          }
        },
        {
          "url": "systemEffectiveDate",
          "valueDateTime": "2019-08-01T00:00:00.000Z"
        }
      ],
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus"
    },
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus",
            "code": "H",
            "display": "UK Resident"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                "code": "01",
                "display": "Number present and verified"
              }
            ]
          }
        }
      ],
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9912003888"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "SMITH",
      "given": [
        "Richard"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "01131231234"
    }
  ],
  "gender": "male",
  "birthDate": "1970-09-11",
  "address": [
    {
      "line": [
        "4 Sandmoor Drive"
      ],
      "city": "LEEDS",
      "postalCode": "LS17 7DF"
    }
  ],
  "contact": [
    {
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank",
          "valuePositiveInt": 1
        },
        {
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator",
          "valueBoolean": true
        }
      ],
      "relationship": [
        {
          "coding": [
            {
              "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole",
              "code": "Personal",
              "display": "Personal relationship with the patient"
            }
          ]
        }
      ],
      "name": {
        "use": "official",
        "text": "JACKSON Jane (Miss)",
        "family": "Jackson",
        "given": [
          "Jane"
        ],
        "prefix": [
          "Miss"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "07777123123",
          "use": "mobile"
        }
      ],
      "address": {
        "use": "home",
        "type": "physical",
        "line": [
          "5 Alwoodley Road"
        ],
        "city": "LEEDS",
        "postalCode": "LS17 6EH"
      },
      "gender": "female"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "bfi",
            "display": "British Sign Language"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "703963007",
            "display": "Makaton vocabulary"
          }
        ]
      }
    }
  ]
}