Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
: Observation CDR - Exercise Activity Walking - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cb3c778b-cee4-4027-8163-c082958f87f1"] ; #
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 cb3c778b-cee4-4027-8163-c082958f87f1</b></p><a name=\"cb3c778b-cee4-4027-8163-c082958f87f1\"> </a><a name=\"hccb3c778b-cee4-4027-8163-c082958f87f1\"> </a><a name=\"cb3c778b-cee4-4027-8163-c082958f87f1-en-GB\"> </a><p><b>identifier</b>: <code>https://tools.ietf.org/html/rfc4122</code>/cb3c778b-cee4-4027-8163-c082958f87f1</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category activity}\">Activity</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 73985-4}\">Exercise activity</span></p><p><b>subject</b>: <a href=\"Patient-073eef49-81ee-4c2e-893b-bc2e4efd2630.html\">Rachel Kanfeld Female, DoB: 1998-03-16 ( https://fhir.nhs.uk/Id/nhs-number#9876543210)</a></p><p><b>effective</b>: 2024-10-28 04:49:08+0000</p><p><b>performer</b>: <a href=\"Patient-073eef49-81ee-4c2e-893b-bc2e4efd2630.html\">Rachel Kanfeld Female, DoB: 1998-03-16 ( https://fhir.nhs.uk/Id/nhs-number#9876543210)</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 870595007}\">Walking</span></p><p><b>device</b>: Apple Healthkit</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://tools.ietf.org/html/rfc4122"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cb3c778b-cee4-4027-8163-c082958f87f1" ]
] ) ; #
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 "activity" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:73985-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "73985-4" ] ;
fhir:display [ fhir:v "Exercise activity" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/073eef49-81ee-4c2e-893b-bc2e4efd2630" ]
] ; #
fhir:effective [ fhir:v "2024-10-28T04:49:08.943Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/073eef49-81ee-4c2e-893b-bc2e4efd2630" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:870595007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "870595007" ] ;
fhir:display [ fhir:v "Walking" ] ] )
] ; #
fhir:device [
fhir:display [ fhir:v "Apple Healthkit" ]
] . #