PreNUDGE FHIR® IG for Data Provider / Data from Apps (R4)
0.1.0 - ci-build

PreNUDGE FHIR® IG for Data Provider / Data from Apps (R4) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Physical Activity Minutes O - (e) All Three Components (Automated, MET-Cal) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/Observation/physical-activity-minutes-all-components-example> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "physical-activity-minutes-all-components-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-physical-activity-minutes-observation" ;
       fhir:index 0 ;
       fhir:link <https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-physical-activity-minutes-observation>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation physical-activity-minutes-all-components-example</b></p><a name=\"physical-activity-minutes-all-components-example\"> </a><a name=\"hcphysical-activity-minutes-all-components-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-prenudge-physical-activity-minutes-observation.html\">AT PreNUDGE Observation Physical Activity Minutes</a></p></div><p><b>identifier</b>: <code>https://www.joanneum.at</code>/obs-pa-e-2026-03-24-001</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 101691-4}\">Duration of physical activity</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)</a></p><p><b>effective</b>: 2026-03-24 08:00:00+0100</p><p><b>issued</b>: 2026-03-24 08:00:00+0100</p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 8359006}\">Automated</span></p><p><b>device</b>: <a href=\"Device-device-wearable-example.html\">Device: identifier = https://www.joanneum.at/devices#dev-wearable-001; status = active; manufacturer = PreNUDGE Demo Devices GmbH; modelNumber = PND-FT-001</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 77592-4}\">Moderate physical activity [IPAQ]</span></p><p><b>value</b>: 120 min/wk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemin/wk = 'min/wk')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 77593-2}\">Vigorous physical activity [IPAQ]</span></p><p><b>value</b>: 60 min/wk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemin/wk = 'min/wk')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 101691-4}\">Duration of physical activity</span></p><p><b>value</b>: 240 min/wk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemin/wk = 'min/wk')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 246501002}\">Technique</span></p><p><b>value</b>: <span title=\"Codes:{https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/at-prenudge-physical-activity-classification-method-cs met-cal}\">MET Value Calculated</span></p></blockquote></div>"
  ] ;
  fhir:Observation.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://www.joanneum.at" ] ;
     fhir:Identifier.value [ fhir:value "obs-pa-e-2026-03-24-001" ]
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:101691-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "101691-4" ] ;
       fhir:Coding.display [ fhir:value "Duration of physical activity" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-03-24T08:00:00+01:00"^^xsd:dateTime] ;
  fhir:Observation.issued [ fhir:value "2026-03-24T08:00:00+01:00"^^xsd:dateTime] ;
  fhir:Observation.method [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:8359006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "8359006" ] ;
       fhir:Coding.display [ fhir:value "Automated" ]
     ]
  ] ;
  fhir:Observation.device [
     fhir:link <http://hl7.org/fhir/Device/device-wearable-example> ;
     fhir:Reference.reference [ fhir:value "Device/device-wearable-example" ]
  ] ;
  fhir:Observation.component [
     fhir:index 0 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:77592-4 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "77592-4" ] ;
         fhir:Coding.display [ fhir:value "Moderate physical activity [IPAQ]" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "120"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "min/wk" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "min/wk" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:77593-2 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "77593-2" ] ;
         fhir:Coding.display [ fhir:value "Vigorous physical activity [IPAQ]" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "60"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "min/wk" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "min/wk" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:101691-4 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "101691-4" ] ;
         fhir:Coding.display [ fhir:value "Duration of physical activity" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "240"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "min/wk" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "min/wk" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:246501002 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "246501002" ] ;
         fhir:Coding.display [ fhir:value "Technique" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/at-prenudge-physical-activity-classification-method-cs" ] ;
         fhir:Coding.code [ fhir:value "met-cal" ] ;
         fhir:Coding.display [ fhir:value "MET Value Calculated" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Patient/example> a fhir:Patient .

<http://hl7.org/fhir/Device/device-wearable-example> a fhir:Device .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/physical-activity-minutes-all-components-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/physical-activity-minutes-all-components-example.ttl> .