Physical Activity Implementation Guide
1.0.1 - STU Release 1 United States of America flag

Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions

: DiagnosticReport - Physical Activity Report - TTL Representation

Page standards status: Informative

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:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleReport"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 11488-4}\">Consult note</span> (<span title=\"Codes: {http://loinc.org LP29708-2}\">Cardiology</span>, <span title=\"Codes: {http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes PhysicalActivity}\">Physical Activity</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2022-09-18 --&gt; (ongoing)</td></tr><tr><td>Reported</td><td>2022-09-18 13:47:58-0500</td></tr></table><p><b>Report Details</b></p></div>"
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/ExampleServiceRequest" ] ;
fhir:display [ fhir:v "Referral" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:LP29708-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP29708-2" ] ;
fhir:display [ fhir:v "Cardiology" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PhysicalActivity" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:11488-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11488-4" ] ;
fhir:display [ fhir:v "Consult note" ]     ] )
  ] ; # 
  fhir:subject [
fhir:link <http://example.org/fhir/Patient/1> ;
fhir:reference [ fhir:v "http://example.org/fhir/Patient/1" ] ;
fhir:display [ fhir:v "Example Patient" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2022-09-18"^^xsd:date ]
  ] ; # 
  fhir:issued [ fhir:v "2022-09-18T13:47:58.0282-05:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:link <http://example.org/fhir/PractitionerRole/2> ;
fhir:reference [ fhir:v "http://example.org/fhir/PractitionerRole/2" ] ;
fhir:display [ fhir:v "Performing Provider" ]
  ] ) . #