Austrian Patient Summary (R4) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: observation-exercise-02 - 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 "002"] ; #
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 002</b></p><a name=\"002\"> </a><a name=\"hc002\"> </a><a name=\"002-de-AT\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 89555-7}\">How many days per week did you engage in moderate to strenuous physical activity in the last 30 days</span></p><p><b>subject</b>: <a href=\"Patient-002.html\">Maria Musterfrau</a></p><p><b>effective</b>: 2024-12-02</p><p><b>performer</b>: <a href=\"Patient-002.html\">Maria Musterfrau</a></p><p><b>value</b>: 3 days per week</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:89555-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "89555-7" ] ;
fhir:display [ fhir:v "How many days per week did you engage in moderate to strenuous physical activity in the last 30 days" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/002" ] ;
fhir:display [ fhir:v "Maria Musterfrau" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-12-02"^^xsd:date
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/002" ] ;
fhir:display [ fhir:v "Maria Musterfrau" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days per week" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]
] . #