HL7 Europe Laboratory Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/laboratory/ and changes regularly. See the Directory of published versions
: Observation: invariant test with top-level value extension - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "a9d31b0d-a2e2-4dd8-95c3-1b99f6c13d11"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/laboratory/StructureDefinition/Observation-resultslab-eu-lab"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/laboratory/StructureDefinition/Observation-resultslab-eu-lab> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation a9d31b0d-a2e2-4dd8-95c3-1b99f6c13d11</b></p><a name=\"a9d31b0d-a2e2-4dd8-95c3-1b99f6c13d11\"> </a><a name=\"hca9d31b0d-a2e2-4dd8-95c3-1b99f6c13d11\"> </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-Observation-resultslab-eu-lab.html\">Observation Results: laboratory</a></p></div><p><b>R5: value additional types</b>: text/plain: Q2xvdWR5</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.org 24357-6}\">Urinalysis macro (dipstick) panel - Urine</span></p><p><b>subject</b>: <a href=\"Bundle-SimpleChemistryResultReport.html#urn-uuid-de17bfd2-8d73-45fa-b0bb-8eb0e463ddb8\">František Očkovaný Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))</a></p><p><b>effective</b>: 2023-03-27 11:24:26+0100</p><p><b>performer</b>: Jan Laborant</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.value"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.value> ] ;
fhir:value [
a fhir:Attachment ;
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:data [ fhir:v "Q2xvdWR5"^^xsd:base64Binary ] ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:24357-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "24357-6" ] ;
fhir:display [ fhir:v "Urinalysis macro (dipstick) panel - Urine" ] ] )
] ; #
fhir:subject [
fhir:l <urn:uuid:de17bfd2-8d73-45fa-b0bb-8eb0e463ddb8> ;
fhir:reference [ fhir:v "urn:uuid:de17bfd2-8d73-45fa-b0bb-8eb0e463ddb8" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2023-03-27T11:24:26+01:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:display [ fhir:v "Jan Laborant" ]
] ) . #