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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypePatient
Idpatient-RichardSmith.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": "440a0906-8638-4acd-b6b1-cd13159cebc7",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9871223456"
    },
    {
      "system": "https://fhir.nhs.uk/Id/nhs-login-sub",
      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "SMITH",
      "given": [
        "Richard"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "rsmith@test.com"
    },
    {
      "system": "phone",
      "use": "mobile",
      "value": "01131231234"
    }
  ],
  "gender": "male",
  "birthDate": "1970-09-11",
  "address": [
    {
      "postalCode": "LS17 7DF"
    }
  ],
  "generalPractitioner": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "B81001"
      }
    }
  ]
}