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

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypePatient
IdPatient relationship to Self.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": "529b583f-5e01-41ea-9b49-0b7e3fee719f",
  "meta": {
    "lastUpdated": "2021-11-26T15:00:00+00:00",
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
    ]
  },
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
      "valueCode": "F"
    },
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategory",
            "code": "A",
            "display": "British, Mixed British"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
            "code": "1041",
            "display": "Roman Catholic Church"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatus",
                "code": "number-present-and-verified",
                "display": "Number present and verified"
              }
            ]
          }
        }
      ],
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "3478526985"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Mrs Julie Jones",
      "family": "Jones",
      "given": [
        "Julie"
      ],
      "prefix": [
        "Mrs"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1959-05-04",
  "address": [
    {
      "use": "home",
      "type": "both",
      "text": "22 Brightside Crescent, Overtown, West Yorkshire, LS10 4YU",
      "line": [
        "22 Brightside Crescent"
      ],
      "city": "Overtown",
      "district": "West Yorkshire",
      "postalCode": "LS10 4YU"
    }
  ],
  "contact": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "PreferredContactMethod",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod",
                    "code": "3",
                    "display": "Telephone"
                  }
                ]
              }
            }
          ],
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"
        },
        {
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank",
          "valuePositiveInt": 1
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "01138698975",
          "use": "home",
          "rank": 2
        },
        {
          "system": "phone",
          "value": "07736312544",
          "use": "mobile",
          "rank": 1
        },
        {
          "system": "email",
          "value": "jjones@hotmail.co.uk",
          "use": "home",
          "rank": 1
        }
      ]
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "ONESELF"
            }
          ]
        }
      ],
      "name": {
        "family": "Grayson",
        "given": [
          "Jack"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0789 1234123",
          "rank": 3
        }
      ],
      "gender": "male"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
            "code": "en",
            "display": "English"
          }
        ]
      },
      "preferred": true
    }
  ]
}