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

FHIR IG analytics

Packagefhir.nwgenomics.nhs.uk
Resource TypePatient
IdPatient-Patient-Leeds.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 Patient-Leeds

Profile: Patient

Rob LEEDS (official) Male, DoB: 1978-01-17 ( Medical record number)


Active:true
Other Id:National Health Plan Identifier/9737383222 (use: official, )
Contact DetailMaison Lane LEEDS LS8 2HH (home)
Contact:
  • Andrew LEEDS (Official)
  • ph: 077021231231(Mobile)
Links:
  • General Practitioner: Shaftesbury Medical Centre & Church View Surgery (Identifier: ODS Organisation Code/B86016)

Source1

{
  "resourceType": "Patient",
  "id": "Patient-Leeds",
  "meta": {
    "profile": [
      "https://fhir.nwgenomics.nhs.uk/StructureDefinition/Patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NH"
          }
        ]
      },
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9737383222"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "value": "L765432",
      "assigner": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "RR8"
        }
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "LEEDS",
      "given": [
        "Rob"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1978-01-17",
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "Maison Lane"
      ],
      "city": "LEEDS",
      "postalCode": "LS8 2HH"
    }
  ],
  "contact": [
    {
      "name": {
        "use": "official",
        "family": "LEEDS",
        "given": [
          "Andrew"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "077021231231",
          "use": "mobile"
        }
      ]
    }
  ],
  "generalPractitioner": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "B86016"
      },
      "display": "Shaftesbury Medical Centre & Church View Surgery"
    }
  ]
}