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

: Usługa katalogowa wg SSIDL: Kreatynina - 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-2160-0"] ; # 
  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>Kreatynina</strong></p><p>LOINC: <strong>[2160-0] Kreatynina:stężenie masowe:punkt w czasie:surowica lub osocze:ilościowy</strong></p></div><p>Jednostka wyniku: <strong>mg/dL 'miligram na decylitr'</strong></p><p><strong>Wartości referencyjne</strong></p><ul><li><strong>Wartości normalne: 0.6-1.3 mg/dL</strong></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/ObservationDefinition/ssidl-labCatalogTest-2160-0"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1"] ; # 
  fhir:title [ fhir:v "Kreatynina:stężenie masowe:punkt w czasie:surowica lub osocze:ilościowy"] ; # 
  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 "2160-0" ] ;
fhir:display [ fhir:v "Kreatynina:stężenie masowe:punkt w czasie:surowica lub osocze:ilościowy" ]     ] )
  ] ; # 
  fhir:permittedDataType ( [ fhir:v "Quantity"] ) ; # 
  fhir:preferredReportName [ fhir:v "Kreatynina"] ; # 
  fhir:permittedUnit ( [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/dL" ] ;
fhir:display [ fhir:v "miligram na decylitr" ]
  ] ) ; # 
  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 0.6 ] ;
fhir:unit [ fhir:v "mg/dL" ]       ] ;
fhir:high [
fhir:value [ fhir:v 1.3 ] ;
fhir:unit [ fhir:v "mg/dL" ]       ]     ]
  ] ) . #