eLab posistemės integracijos dokumentacija
0.3.21 - versija Lithuania flag

eLab posistemės integracijos dokumentacija - Local Development build (v0.3.21) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: observation-type-quantity - TTL Representation

Peržiūrėti ttl | Atsisiųsti


@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-type-quantity"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2025-07-24T12:43:14.934+03:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#iHMQ9IAVUC8eI69X"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-observation"^^xsd:anyURI ;
fhir:link <http://esveikata.lt/fhir/StructureDefinition/lt-observation>     ] )
  ] ; # 
  fhir:status [ fhir:v "registered"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-klt-nomenclature"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100715-2" ] ;
fhir:display [ fhir:v "Protipendilas" ]     ] )
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2025-07-24T12:42:59+03:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "1"       ]     ] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "1"       ]     ] ) ;
fhir:reference [ fhir:v "PractitionerRole/e4915b05-ae22-45c1-9ef6-21be84cd5d26" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 4.0 ] ;
fhir:unit [ fhir:v "ug/L" ]
  ] ; # 
  fhir:method [
    ( fhir:coding [
fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-methods"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C/MS/MS" ] ;
fhir:display [ fhir:v "Chromatografijos / masių spektrometrijos" ]     ] )
  ] ; # 
  fhir:referenceRange ( [
fhir:high [
fhir:value [ fhir:v 3.0 ]     ] ;
fhir:text [ fhir:v "<3" ]
  ] ) . #