Implementation Guide
TIFlow - Verordnungen für Arzneimittel
Version 2.0.0-ballot.2 - ballot

: Gerät für Quittungs-Bundle - 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/Device/ReceiptBundleDevice> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ReceiptBundleDevice"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Device" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Device>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device ReceiptBundleDevice</b></p><a name=\"ReceiptBundleDevice\"> </a><a name=\"hcReceiptBundleDevice\"> </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=\"https://gematik.de/fhir/tiflow/2.0.0-ballot.2/StructureDefinition-GEM-ERP-PR-Device.html\">GEM ERP PR Device</a></p></div><p><b>status</b>: Active</p><p><b>serialNumber</b>: 1.14.0</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>TI-Flow-Fachdienst</td><td>User Friendly name</td></tr></table><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>1.14.0</td></tr></table><p><b>contact</b>: <a href=\"mailto:betrieb@gematik.de\">betrieb@gematik.de</a></p></div>"
  ] ;
  fhir:Device.status [ fhir:value "active"] ;
  fhir:Device.serialNumber [ fhir:value "1.14.0"] ;
  fhir:Device.deviceName [
     fhir:index 0 ;
     fhir:Device.deviceName.name [ fhir:value "TI-Flow-Fachdienst" ] ;
     fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]
  ] ;
  fhir:Device.version [
     fhir:index 0 ;
     fhir:Device.version.value [ fhir:value "1.14.0" ]
  ] ;
  fhir:Device.contact [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "betrieb@gematik.de" ]
  ] .

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

<http://hl7.org/fhir/Device/ReceiptBundleDevice.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Device/ReceiptBundleDevice.ttl> .