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
: Wynik testu laboratoryjnego: 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SsidlLabObservationResults-2160-0"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-labObservation-results"^^xsd:anyURI ;
fhir:link <http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-labObservation-results> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation SsidlLabObservationResults-2160-0</b></p><a name=\"SsidlLabObservationResults-2160-0\"> </a><a name=\"hcSsidlLabObservationResults-2160-0\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ssidl-labObservation-results.html\">Observation: Laboratory Results (SSIDL)</a></p></div><p><b>instantiates</b>: <a href=\"ObservationDefinition-SsidlLabCatalogTest-2160-0.html\">ObservationDefinition Kreatynina:stężenie masowe:punkt w czasie:surowica lub osocze:ilościowy</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-SsidlLabOrder-2160-0.html\">ServiceRequest ->Kreatynina w surowicy/osoczu</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.com 2160-0}\">Kreatynina:stężenie masowe:punkt w czasie:surowica lub osocze:ilościowy</span></p><p><b>subject</b>: <a href=\"Patient-SsidlPatient-JK.html\">Jan Kowalski (no stated gender), DoB Unknown ( urn:oid:2.16.840.1.113883.3.4424.1.1.616#99999999999)</a></p><p><b>effective</b>: 2025-08-17</p><p><b>performer</b>: <a href=\"PractitionerRole-SsidlPerformer-AW.html\">PractitionerRole</a></p><p><b>value</b>: 0.9<span style=\"background: LightGoldenRodYellow\"> (Details: [not stated] codemg/dL = 'mg/dL')</span></p><p><b>specimen</b>: <a href=\"Specimen-SsidlSpecimen-blood.html\">Specimen: identifier = urn:oid:2.16.840.1.113883.3.4424.000.000.000#00011111; type = LP100815-2</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>0.7 mg/dL</td><td>1.3 mg/dL</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:instantiates [
a fhir:Reference ;
fhir:reference [ fhir:v "ObservationDefinition/SsidlLabCatalogTest-2160-0" ]
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/SsidlLabOrder-2160-0" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] ) ; #
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:subject [
fhir:reference [ fhir:v "Patient/SsidlPatient-JK" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-08-17"^^xsd:date
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/SsidlPerformer-AW" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 0.9 ] ;
fhir:code [ fhir:v "mg/dL" ]
] ; #
fhir:specimen [
fhir:reference [ fhir:v "Specimen/SsidlSpecimen-blood" ]
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v 0.7 ] ;
fhir:unit [ fhir:v "mg/dL" ] ] ;
fhir:high [
fhir:value [ fhir:v 1.3 ] ;
fhir:unit [ fhir:v "mg/dL" ] ]
] ) . #