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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypePatient
IdUKCore-Patient-MichaelJones-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": "41e4b604-37f3-4799-a6b3-ab5b104f3c97",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
            "code": "M",
            "display": "Male"
          }
        ]
      }
    },
    {
      "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"
          }
        ]
      }
    },
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus",
            "code": "H",
            "display": "UK Resident"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9999999999"
    }
  ],
  "name": [
    {
      "family": "Jones",
      "given": [
        "Michael"
      ]
    }
  ],
  "birthDate": "1989-12-08",
  "address": [
    {
      "line": [
        "48 Astoria Drive"
      ],
      "city": "Coventry",
      "postalCode": "CV4 9ZY"
    }
  ]
}