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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypePatient
IdPatient-RegistrationAlbertEinsteinCommunication-Example.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

Albert Einstein has returned to England after spending many years abroad. Albert has changed his name several times and can't remember any addresses he had in England. He does remember being in hospital as a child in Devon.

Amy Armstrong tries several Queries using some of the names Albert has used over the years but she can find no record for Albert. She decides to allocate an NHS Number and completes the on screen record with the mandatory information that Albert provides, address, telephone, name, gender, date of birth. She also asks Albert for his preferences and adds his preferred contact method, preferred written communication format and preferred language and interpreter required, she also marks the record to say that Albert has had previous NHS contact.

Source1

{
  "resourceType": "Patient",
  "id": "Patient-RegistrationAlbertEinsteinCommunication-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "meta": {
    "profile": [
      "https://fhir.nhs.uk/England/StructureDefinition/England-Patient-PDS"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
      "valueBoolean": true
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Einstein",
      "given": [
        "Albert"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1879-03-14",
  "address": [
    {
      "use": "home",
      "line": [
        "35 Market St",
        "Kirkby Stephen",
        "Cumbria"
      ],
      "postalCode": "CA17 4QN"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      }
    },
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de",
            "display": "German"
          }
        ]
      },
      "preferred": true
    }
  ]
}