Specyfikacja interoperacyjności prototypu SSIDL
0.1.1 - ci-build

Specyfikacja interoperacyjności prototypu SSIDL, published by Uniwersytet Medyczny w Łodzi. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SSIDL/ssidl-ig/ and changes regularly. See the Directory of published versions

: SSIDL LabCatalogTest: MCV - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:ObservationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SsidlLabCatalogTest-787-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-observationDefinition-labCatalogTest"^^xsd:anyURI ;
fhir:link <http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-observationDefinition-labCatalogTest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div><p><strong>Definicja testu laboratoryjnego</strong></p><div><p>Nazwa na wyniku badania: <strong>MCV</strong></p><p>LOINC: <strong>[787-2] [Brak pozycji w polskiej wersji]</strong></p><p>Metoda<strong>: [LP6141-8] Automatyczne zliczanie</strong></p><p>Jednostka wyniku:<strong> fL 'femtolitr'</strong></p></div><p><strong>Wartości referencyjne</strong></p><ul><li><strong>Wartości normalne: 77.0-93.0 fL</strong></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/ObservationDefinition/ssidl-labCatalogTest-787-2"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1"] ; # 
  fhir:title [ fhir:v "[Brak pozycji w polskiej wersji]"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:useContext ( [
fhir:code [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "workflow" ] ;
fhir:display [ fhir:v "Workflow Setting" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/CodeSystem/ssidl-definitionUseContext-CS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KU" ] ;
fhir:display [ fhir:v "Katalog usług" ]       ] )     ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://loinc.com"^^xsd:anyURI ] ;
fhir:code [ fhir:v "787-2" ] ;
fhir:display [ fhir:v "[Brak pozycji w polskiej wersji]" ]     ] )
  ] ; # 
  fhir:permittedDataType ( [ fhir:v "Quantity"] ) ; # 
  fhir:method [
    ( fhir:coding [
fhir:system [ fhir:v "http://loinc.org/part"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP6141-8" ] ;
fhir:display [ fhir:v "Automatyczne zliczanie" ]     ] )
  ] ; # 
  fhir:preferredReportName [ fhir:v "MCV"] ; # 
  fhir:permittedUnit ( [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fL" ] ;
fhir:display [ fhir:v "femtolitr" ]
  ] ) ; # 
  fhir:qualifiedValue ( [
fhir:context [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/5.1.0/CodeSystem-referencerange-meaning.html"^^xsd:anyURI ] ;
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "Wartości normalne" ]       ] )     ] ;
fhir:range [
fhir:low [
fhir:value [ fhir:v "77"^^xsd:decimal ] ;
fhir:unit [ fhir:v "fL" ]       ] ;
fhir:high [
fhir:value [ fhir:v "93"^^xsd:decimal ] ;
fhir:unit [ fhir:v "fL" ]       ]     ]
  ] ) . #