@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.hl7.at/elga/core/r4/List/AtElgaCoreList01> a fhir:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AtElgaCoreList01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.hl7.at/elga/core/r4/StructureDefinition/at-elga-core-list"^^xsd:anyURI ;
       fhir:l <https://fhir.hl7.at/elga/core/r4/StructureDefinition/at-elga-core-list>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List AtElgaCoreList01</b></p><a name=\"AtElgaCoreList01\"> </a><a name=\"hcAtElgaCoreList01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-elga-core-list.html\">AT ELGA Core List Profil</a></p></div><table class=\"clstu\"><tr><td>Date: 2026-02-27 08:00:00+0000 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Medication management plan (record artifact) </td></tr><tr><td>Subject: <a href=\"Patient-AtElgaCorePatientExample01.html\">Max Mustermann  Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:value [ fhir:v "123" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "working"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:736378000 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "736378000" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir.hl7.at/elga/core/r4/Patient/AtElgaCorePatientExample01> ;
     fhir:reference [ fhir:v "Patient/AtElgaCorePatientExample01" ]
  ] ; # 
  fhir:date [ fhir:v "2026-02-27T08:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:source [
     fhir:l <https://fhir.hl7.at/elga/core/r4/Device/AtElgaCoreDevice01> ;
     fhir:reference [ fhir:v "Device/AtElgaCoreDevice01" ]
  ] ; # 
  fhir:emptyReason [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/list-empty-reason>
       ] ;
       fhir:code [ fhir:v "notstarted" ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

