This page is part of the U.S. Physical Activity IG (v1.0.0: STU 1.0) 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
@prefix fhir: <http://hl7.org/fhir/> .
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Scen1ExerciseRxBundle"] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "https://goodhealth.example.org/fhir/ServiceRequest?patient=Patient/Scen1PatientKhatun&status=active,on-hold&category=http%3A//hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes|PhysicalActivity"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/ServiceRequest/Scen1ExerciseRx"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/ServiceRequest/Scen1ExerciseRx> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ] ]
] ) . #
<http://example.org/fhir/ServiceRequest/Scen1ExerciseRx> a fhir:ServiceRequest ;
fhir:id [ fhir:v "Scen1ExerciseRx"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"Scen1ExerciseRx\"> </a></p><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\">Resource ServiceRequest "Scen1ExerciseRx" </p></div><p><b>pertains to goal</b>: <a href=\"Goal-Scen1GoalV1.html\">Goal/Scen1GoalV1</a></p><p><b>basedOn</b>: <a href=\"CarePlan-Scen1CarePlanV1.html\">CarePlan/Scen1CarePlanV1</a></p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Physical Activity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-pa-temporary-codes.html\">Temporary Codes</a>#PhysicalActivity)</span></p><p><b>priority</b>: routine</p><p><b>code</b>: Exercise therapy (regime/therapy) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#229065009)</span></p><p><b>subject</b>: <a href=\"Patient-Scen1PatientKhatun.html\">Patient/Scen1PatientKhatun: Jorin Khatun</a> " KHATUN"</p><p><b>occurrence</b>: 2022-12-01 --> 2023-05-01</p><p><b>authoredOn</b>: 2022-12-01</p><p><b>requester</b>: <a href=\"Practitioner-Scen1PractitionerPatel.html\">Practitioner/Scen1PractitionerPatel: Dr. Rajesh Patel</a> " PATEL"</p><p><b>performer</b>: <a href=\"Patient-Scen1PatientKhatun.html\">Patient/Scen1PatientKhatun: Jorin Khatun</a> " KHATUN"</p><p><b>reasonCode</b>: Hypertension <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#38341003)</span>, Lack of physical exercise <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#40979000)</span></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Goal/Scen1GoalV1" ] ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "CarePlan/Scen1CarePlanV1" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( 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:priority [ fhir:v "routine"] ; #
fhir:code [
( fhir:coding [
a sct:229065009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "229065009" ] ;
fhir:display [ fhir:v "Exercise therapy (regime/therapy)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Scen1PatientKhatun" ] ;
fhir:display [ fhir:v "Jorin Khatun" ]
] ; #
fhir:occurrence [
a fhir:Period ;
fhir:start [ fhir:v "2022-12-01"^^xsd:date ] ;
fhir:end [ fhir:v "2023-05-01"^^xsd:date ]
] ; #
fhir:authoredOn [ fhir:v "2022-12-01"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/Scen1PractitionerPatel" ] ;
fhir:display [ fhir:v "Dr. Rajesh Patel" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/Scen1PatientKhatun" ] ;
fhir:display [ fhir:v "Jorin Khatun" ]
] ) ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:38341003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "38341003" ] ;
fhir:display [ fhir:v "Hypertension" ] ] )
] [
( fhir:coding [
a sct:40979000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "40979000" ] ;
fhir:display [ fhir:v "Lack of physical exercise" ] ] )
] ) . #
IG © 2022+ HL7 International - Patient Care WG. Package hl7.fhir.us.physical-activity#1.0.0 based on FHIR 4.0.1. Generated 2023-08-25
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change