Finnish Base Profiles 1.0.0-rc15 - ballot
Finnish Base Profiles - Local Development build (v1.0.0-rc15). See the Directory of published versions
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 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 "mtvpa-min"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://phr.kanta.fi/StructureDefinition/fiphr-sd-moderatetovigorouspatime"^^xsd:anyURI ; fhir:link <http://phr.kanta.fi/StructureDefinition/fiphr-sd-moderatetovigorouspatime> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Code: Moderate to vigorous physical activity minutes in 24 hours (82290-8-24h)<br />Time: 20.11.2017 11:46<br />Result: 76 min </div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273a9549222" ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://phr.kanta.fi/fiphr-cs-fitnesscategory"^^xsd:anyURI ] ; fhir:code [ fhir:v "fitness" ] ; fhir:display [ fhir:v "Fitness" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a loinc:82290-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "82290-8" ] ; fhir:display [ fhir:v "Weekly moderate to vigorous physical activity in minutes" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2017-11-30T02:00:00.936+02:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2017-12-02T02:00:00.936+02:00"^^xsd:dateTime ] ] ; # fhir:issued [ fhir:v "2012-02-02T10:00:00.936+02:00"^^xsd:dateTime] ; # fhir:performer ( [ fhir:reference [ fhir:v "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "76"^^xsd:decimal ] ; fhir:unit [ fhir:v "min" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "min" ] ] . #