@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.ch/ig/ch-elm/DocumentReference/1-DocumentReferenceResponseCompleted> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "1-DocumentReferenceResponseCompleted"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "2" ] ;
     fhir:lastUpdated [ fhir:v "2023-10-10T13:30:23.00+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "status"^^xsd:anyURI ;
         fhir:l fhir:status
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "completed"
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-ext-elm-status"^^xsd:anyURI ;
       fhir:l <http://fhir.ch/ig/ch-elm/StructureDefinition/ch-ext-elm-status>
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:uuid:1901332d-6012-443f-9690-9291adb2e19d" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:date [ fhir:v "2023-10-10T13:30:18.668+02:00"^^xsd:dateTime] ; # 
  fhir:content ( [
     fhir:attachment [
       fhir:url [
         fhir:v "urn:uuid:1901332d-6012-443f-9690-9291adb2e19d"^^xsd:anyURI ;
         fhir:l <urn:uuid:1901332d-6012-443f-9690-9291adb2e19d>
       ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

