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

FHIR IG analytics

Packageuk-core-access
Resource TypePatient
IdPatient-b88f0099-5213-4502-a49d-cc3887027bdd.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient b88f0099-5213-4502-a49d-cc3887027bdd

Mary MORRIS (official) Female, DoB: 1972-10-07 ( https://fhir.nhs.uk/Id/nhs-number#4123456879)


Other Id:https://fhir.another-provider.nhs.uk/Id/pas-identifier/12345

Source1

{
  "resourceType": "Patient",
  "id": "b88f0099-5213-4502-a49d-cc3887027bdd",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "4123456879"
    },
    {
      "system": "https://fhir.another-provider.nhs.uk/Id/pas-identifier",
      "value": "12345"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "MORRIS",
      "given": [
        "Mary"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1972-10-07"
}