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

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypePatient
IdPatient-fbd04c13-a78f-4b0d-b5c0-1c47f0120fb1.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 registered at healthcare provider by referencing to an Organization instance in the Patient.managingOrganization element. The patient identifier can be found in the Patient instance that is linked to

Source1

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