@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "observation1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-observation"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/observation-resultsInterpreter"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ] ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-klt-nomenclature"^^xsd:anyURI ] ; fhir:code [ fhir:v "69423-2" ] ; fhir:display [ fhir:v "Rosner indeksas" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/patient1" ] ] ; # fhir:effective [ fhir:v "2022-12-20T17:27:00+03:00"^^xsd:dateTime] ; # fhir:issued [ fhir:v "2023-06-26T17:27:00+03:00"^^xsd:dateTime] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "5"^^xsd:decimal ] ; fhir:unit [ fhir:v "ml" ] ] ; # fhir:method [ fhir:coding ( [ fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-methods"^^xsd:anyURI ] ; fhir:code [ fhir:v "ELCH" ] ; fhir:display [ fhir:v "Elektrocheminis" ] ] ) ] ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v "4"^^xsd:decimal ] ] ; fhir:high [ fhir:value [ fhir:v "9.8"^^xsd:decimal ] ] ; fhir:text [ fhir:v "4,0-9,8" ] ] ) . # # -------------------------------------------------------------------------------------