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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypePatient
IdUKCore-Patient-BabyPatient-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": "UKCore-Patient-BabyPatient-Example",
  "extension": [
    {
      "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": [
    {
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                "code": "01",
                "display": "Number present and verified"
              }
            ]
          }
        }
      ],
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9912003890"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "JONES",
      "given": [
        "Melanie"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "01131231266"
    }
  ],
  "gender": "female",
  "birthDate": "2021-02-11",
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime": "2021-02-11T15:39:00+00:00"
      }
    ]
  },
  "address": [
    {
      "line": [
        "10 Fearnville Grove"
      ],
      "city": "LEEDS",
      "postalCode": "LS8 3DR"
    }
  ]
}