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

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypePatient
IdPatient-47b4f0b3-99bc-4883-81de-2a1e2e11b8a9.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 personal identity number that is linked to the Patient instance that contains a managingOrganization. If the patient is registered at multiple healthcare providers, this example shows how the master patient record should look like - since the patient identifier can only be used in one instance.

Source1

{
  "resourceType": "Patient",
  "id": "47b4f0b3-99bc-4883-81de-2a1e2e11b8a9",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPatient"
    ]
  },
  "identifier": [
    {
      "system": "http://electronichealth.se/identifier/personnummer",
      "value": "198001032385"
    }
  ],
  "link": [
    {
      "type": "seealso",
      "other": {
        "reference": "Patient/fbd04c13-a78f-4b0d-b5c0-1c47f0120fb1"
      }
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "additional"
  }
}