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

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypePatient
IdPatient-f022f679-dbdb-4610-bb20-8f49c09def55.json
FHIR VersionR5

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

Patient with which of their names they want to be called by (Henrik) supplied in the given element together with the nameQualifier code "call me", as well as their middle name (Tomas) supplied in the middleName extension. The full name, including the name the patient does not go by, is supplied in the text element

Source1

{
  "resourceType": "Patient",
  "id": "f022f679-dbdb-4610-bb20-8f49c09def55",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPatient"
    ]
  },
  "name": [
    {
      "given": [
        "Henrik"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "CL"
            }
          ]
        }
      ],
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRMiddleNameExtension",
          "valueString": "Tomas"
        }
      ],
      "family": "Andersson",
      "text": "Carl Henrik Tomas Andersson"
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "additional"
  }
}