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: Erytrocyty - 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-789-8"] ; # 
  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 "generated" ] ;
fhir:div "<div><p><strong>Definicja testu laboratoryjnego</strong></p><div><p>Nazwa na wyniku badania: <strong>Erytrocyty</strong></p><p>LOINC: <strong>[789-8] Erytrocyty: stężenie liczbowe: punkt w czasie: krew: ilościowy: automatyczne liczenie</strong></p><p>Metoda<strong>: [LP6141-8] Automatyczne zliczanie</strong></p><p>Jednostka wyniku:<strong> /uL 'na mikrolitr'</strong></p></div><p><strong>Wartości referencyjne</strong></p><ul><li><strong>Wartości normalne: kobieta 3.8-5.8 /uL</strong></li><li><strong>Wartości normalne: mężczyzna 4.5-6.5 /uL</strong></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/ObservationDefinition/ssidl-labCatalogTest-789-8"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1"] ; # 
  fhir:title [ fhir:v "Erytrocyty: stężenie liczbowe: punkt w czasie: krew: ilościowy: automatyczne liczenie"] ; # 
  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 "789-8" ] ;
fhir:display [ fhir:v "Erytrocyty: stężenie liczbowe: punkt w czasie: krew: ilościowy: automatyczne liczenie" ]     ] )
  ] ; # 
  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 "Erytrocyty"] ; # 
  fhir:permittedUnit ( [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "/uL" ] ;
fhir:display [ fhir:v "na mikrolitr" ]
  ] ) ; # 
  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:gender [ fhir:v "female" ] ;
fhir:range [
fhir:low [
fhir:value [ fhir:v 3.8 ] ;
fhir:unit [ fhir:v "/uL" ]       ] ;
fhir:high [
fhir:value [ fhir:v 5.8 ] ;
fhir:unit [ fhir:v "/uL" ]       ]     ]
  ] [
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:gender [ fhir:v "male" ] ;
fhir:range [
fhir:low [
fhir:value [ fhir:v 4.5 ] ;
fhir:unit [ fhir:v "/uL" ]       ] ;
fhir:high [
fhir:value [ fhir:v 6.5 ] ;
fhir:unit [ fhir:v "/uL" ]       ]     ]
  ] ) . #