CH ELM (R4)
1.14.1 - release Switzerland flag

CH ELM (R4), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 1.14.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-elm/ and changes regularly. See the Directory of published versions

: Example of a Find Document References Response Message - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/ex-findDocumentReferencesResponse> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ex-findDocumentReferencesResponse"] ;
  fhir:Bundle.type [ fhir:value "searchset"] ;
  fhir:Bundle.timestamp [ fhir:value "2023-10-10T14:30:18.668+02:00"^^xsd:dateTime] ;
  fhir:Bundle.total [ fhir:value "1"^^xsd:nonNegativeInteger] ;
  fhir:Bundle.link [
     fhir:index 0 ;
     fhir:Bundle.link.relation [ fhir:value "self" ] ;
     fhir:Bundle.link.url [ fhir:value "http://test.fhir.net/R4/fhir/DocumentReference?_lastUpdate=gt2023-10-02T08:00:00+02:00&elm-status=failed" ]
  ] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.net/R4/fhir/DocumentReference/1-DocumentReferenceResponseFailed" ] ;
     fhir:Bundle.entry.resource <http://test.fhir.net/R4/fhir/DocumentReference/1-DocumentReferenceResponseFailed>
  ] .

<http://test.fhir.net/R4/fhir/DocumentReference/1-DocumentReferenceResponseFailed> a fhir:DocumentReference ;
  fhir:Resource.id [ fhir:value "1-DocumentReferenceResponseFailed"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2023-10-10T13:30:25.00+02:00"^^xsd:dateTime ]
  ] ;
  fhir:DomainResource.contained [
     a fhir:OperationOutcome ;
     fhir:index 0 ;
     fhir:Resource.id [ fhir:value "1-OperationOutcome" ] ;
     fhir:OperationOutcome.issue [
       fhir:index 0 ;
       fhir:OperationOutcome.issue.severity [ fhir:value "error" ] ;
       fhir:OperationOutcome.issue.code [ fhir:value "not-supported" ] ;
       fhir:OperationOutcome.issue.details [
         fhir:CodeableConcept.text [ fhir:value "unknown type of laboratory report" ]
       ]
     ]
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "status" ] ;
       fhir:Extension.valueCode [ fhir:value "failed" ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "outcome" ] ;
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "#1-OperationOutcome" ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-ext-elm-status" ]
  ] ;
  fhir:DocumentReference.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:uuid:1901332d-6012-443f-9690-9291adb2e19d" ]
  ] ;
  fhir:DocumentReference.status [ fhir:value "current"] ;
  fhir:DocumentReference.date [ fhir:value "2023-10-10T13:30:18.668+02:00"^^xsd:dateTime] ;
  fhir:DocumentReference.content [
     fhir:index 0 ;
     fhir:DocumentReference.content.attachment [
       fhir:Attachment.url [ fhir:value "urn:uuid:1901332d-6012-443f-9690-9291adb2e19d" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/ex-findDocumentReferencesResponse.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/ex-findDocumentReferencesResponse.ttl> .