Finnish Base Profiles
1.0.0-rc24 - qa-preview Finland flag

This page is part of the Finnish Base Profiles (v1.0.0-rc24: QA Preview) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Kanta PHR - step count mandatory - 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 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 "4137d1c4-1e87-4e86-8c15-344ad086e3f8"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2019-05-27T12:05:44.669+03:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://phr.kanta.fi/StructureDefinition/fiphr-sd-stepstaken"^^xsd:anyURI ;
fhir:link <http://phr.kanta.fi/StructureDefinition/fiphr-sd-stepstaken>     ] )
  ] ; # 
  fhir:language [ fhir:v "fi"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Code: Daily steps (41950-7)<br />Time: 20.11.2017 11:46<br />Result: 165 </div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:0b0a55d2-799a-45f5-a161-6a4a5faad1f8" ]
  ] ) ; # 
  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:66334-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "66334-4" ] ;
fhir:display [ fhir:v "Steps" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad" ]
  ] ; # 
  fhir:effective [ fhir:v "2012-09-17"^^xsd:date] ; # 
  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 "165"^^xsd:decimal ] ;
fhir:unit [ fhir:v "1" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ]
  ] . #