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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypePatient
Idpatient-adt_a28.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": "221c028d-e15b-4d60-8035-c460c8231fa3",
  "identifier": [
    {
      "system": "https://fhir.yorkhospitals.nhs.uk/Id/MRN",
      "value": "E3843677"
    },
    {
      "system": "https://fhir.yorkhospitals.nhs.uk/Id/MR",
      "value": "900070078"
    },
    {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9333333333"
    }
  ],
  "name": [
    {
      "family": "SMITH",
      "given": [
        "FREDRICA"
      ],
      "prefix": [
        "MRS"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+441234567890",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1965-11-12",
  "address": [
    {
      "use": "home",
      "city": "MALTON",
      "district": "NORTH YORKSHIRE",
      "postalCode": "YO32 5TT"
    }
  ],
  "contact": [
    {
      "name": {
        "family": "SMITH",
        "given": [
          "FRANCESCA"
        ],
        "prefix": [
          "MRS"
        ]
      },
      "address": {
        "use": "home",
        "city": "MALTON",
        "district": "NORTH YORKSHIRE",
        "postalCode": "YO32 5TT"
      }
    }
  ],
  "generalPractitioner": [
    {
      "identifier": {
        "system": "https://fhir.hl7.org.uk/Id/gmc-number",
        "value": "G5612908"
      },
      "display": "Dr Gregory Townley"
    },
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "Y06601"
      },
      "display": "MALTON GP PRACTICE"
    }
  ]
}