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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypePatient
IdPatient-FayMutlow-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": "Patient-FayMutlow-Example",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
            "code": "F",
            "display": "Female"
          }
        ]
      }
    },
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
            "code": "A",
            "display": "White - British"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307806",
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                "version": "1.1.1",
                "code": "01",
                "display": "Number present and verified"
              }
            ]
          }
        }
      ]
    },
    {
      "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
      "value": "RR12437",
      "assigner": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "RGD12"
        }
      }
    }
  ],
  "name": [
    {
      "given": [
        "Fay"
      ],
      "family": "Mutlow"
    }
  ],
  "birthDate": "1990-06-01",
  "deceasedBoolean": false,
  "address": [
    {
      "line": [
        "Union Mills",
        "9 Dewsbury Rd",
        "Leeds"
      ],
      "postalCode": "LSD11 5DD"
    }
  ],
  "generalPractitioner": [
    {
      "identifier": {
        "system": "https://fhir.hl7.org.uk/Id/gmp-number",
        "value": "G9999999"
      },
      "display": "Dr. Test GP"
    },
    {
      "identifier": {
        "system": "https://fhir.hl7.org.uk/Id/ODS-code",
        "value": "B86012"
      },
      "display": "LEEDS CITY MEDICAL PRACTICE"
    }
  ]
}