CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions
: Catalog Header of Labor Pipette - 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 -------------------------------------------------------------------
a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Pipette-Catalog-Header"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader> ] )
] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Additional Narrative:</b></p><p><b>Laboratory catalog title</b>: Labor Pipette - Directory of Diagnostic Services</p><p><b>id:</b> example-lab-catalog-header</p><p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader</p><p><b>status:</b> preliminary</p><p><b>type:</b> catalog</p><p><b>category:</b> protocol</p><p><b>date published:</b> June 8, 2020</p><p><b>valid from:</b> 2020-08-01 <b>to:</b> 2021-12-31</p><!--\n<p><b>author:</b> <a href=\"Organization-Labor-Pipette.html\"> Labor Pipette</a></p>\n \n<p><b>custodian:</b> <a href=\"Organization-Labor-Pipette.html\"> Labor Pipette</a></p>\n \n--></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-08-01"^^xsd:date ] ;
fhir:end [ fhir:v "2022-12-31"^^xsd:date ] ]
] ) ; #
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://fhir.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PipetteLabCatalog" ]
] ; #
fhir:status [ fhir:v "preliminary"] ; #
fhir:type [
fhir:text [ fhir:v "Catalog" ]
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/catalogType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "protocol" ] ] )
] ) ; #
fhir:date [ fhir:v "2020-06-01T17:00:00+02:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Organization/LaborPipette" ]
] ) ; #
fhir:title [ fhir:v "Pipette laboratory - Directory of Diagnostic Services"] ; #
fhir:custodian [
fhir:reference [ fhir:v "Organization/LaborPipette" ]
] . #