FHIR IG analytics| Package | hl7.at.fhir.elga.ediag.r4 |
| Resource Type | List |
| Id | List-ListExample02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: List ListExample02
Profile: AT ELGA e-Diagnose List
| Date: 2026-03-01 00: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 | Flag |
| Condition Hypothyroidism | Neuer Planeintrag |
{
"resourceType": "List",
"id": "ListExample02",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-elga-ediag-list"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:list-02"
}
],
"status": "current",
"mode": "working",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11450-4"
}
]
},
"subject": {
"reference": "Patient/PatientExample"
},
"date": "2026-03-01T00:00:00+00:00",
"source": {
"reference": "Practitioner/PractitionerExample"
},
"entry": [
{
"flag": {
"coding": [
{
"system": "https://fhir.hl7.at/elga/core/r4/CodeSystem/ElgaListEntryFlagCS",
"code": "new"
}
]
},
"item": {
"reference": "Condition/DiagnoseCurrentlyRelevantExample"
}
}
]
}