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

FHIR IG analytics

Packagehl7.at.fhir.elga.ediag.r4
Resource TypeList
IdList-ListExample01.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: List ListExample01

Date: 2026-03-01 08:00:00+0000 Mode: Working List Status: Current Code: Problem list - Reported
Subject: Max Mustermann Male, DoB: 1900-01-01 ( Social Security number: 1234010100)Source:
Items

Source1

{
  "resourceType": "List",
  "id": "ListExample01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-elga-ediag-list"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "123"
    }
  ],
  "status": "current",
  "mode": "working",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11450-4"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientExample"
  },
  "date": "2026-03-01T08:00:00+00:00",
  "source": {
    "reference": "Practitioner/PractitionerExample"
  },
  "emptyReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/list-empty-reason",
        "code": "notstarted"
      }
    ]
  }
}