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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypePatient
Idpatient-jack-dawkins.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": "18d69a47-1a29-4de5-a942-7fd278f09dad",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9912003888"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Dawkins",
      "given": [
        "Jack"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1965-02-28",
  "address": [
    {
      "use": "home",
      "postalCode": "AB12 3CD"
    }
  ],
  "generalPractitioner": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "B81001"
      }
    }
  ]
}