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

FHIR IG analytics

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

Profile: Patient

Ned LIVERPOOL (official) Male, DoB: 1942-06-18 ( Medical record number)


Active:true
Other Id:National Health Plan Identifier/9737383206 (use: official, )
Contact Detail20 Forthlin Road LIVERPOOL L18 9TN (home)
Contact:
  • Ringo LIVERPOOL (Official)
  • ph: 077021231231(Mobile)
Links:

Source1

{
  "resourceType": "Patient",
  "id": "Patient-Liverpool",
  "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": "9737383206"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "value": "A765432",
      "assigner": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "RBS"
        }
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "LIVERPOOL",
      "given": [
        "Ned"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1942-06-18",
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "20 Forthlin Road"
      ],
      "city": "LIVERPOOL",
      "postalCode": "L18 9TN"
    }
  ],
  "contact": [
    {
      "name": {
        "use": "official",
        "family": "LIVERPOOL",
        "given": [
          "Ringo"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "077021231231",
          "use": "mobile"
        }
      ]
    }
  ],
  "generalPractitioner": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "N82035"
      },
      "display": "MATHER AVENUE SURGERY"
    }
  ]
}