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

FHIR IG analytics

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

Profile: Patient

Tommen Birmingham (official) Male, DoB: 1999-09-07 ( Medical record number (use: official, ))


Active:true
Other Id:National Health Plan Identifier/801850508989737383249 (use: official, )
Links:

Source1

{
  "resourceType": "Patient",
  "id": "Patient-Birmingham",
  "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": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PI"
          }
        ]
      },
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "801850508989737383249"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "value": "1234567",
      "assigner": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "RXK"
        }
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Birmingham",
      "given": [
        "Tommen"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1999-09-07",
  "generalPractitioner": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "M85124"
      },
      "display": "Bellevue Medical Centre"
    }
  ]
}