Physical Activity Implementation Guide 1.0.0 - STU Release 1
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. For a full list of available versions, see the Directory of published versions
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pa-servicerequest-status"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ fhir:v "informative" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity> ] ] ) ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/us/physical-activity/ValueSet/pa-servicerequest-status"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "PAServiceRequestStatus"] ; # fhir:title [ fhir:v "PA ServiceRequest Status"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-08-25T16:04:38+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International - Patient Care WG"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 International - Patient Care WG" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ] ] ) ] ) ; # fhir:description [ fhir:v "The status values that are permitted for the PAServiceRequest resource, excluding 'unknown'"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/request-status"^^xsd:anyURI ] ; ( fhir:concept [ fhir:code [ fhir:v "draft" ] ] [ fhir:code [ fhir:v "active" ] ] [ fhir:code [ fhir:v "on-hold" ] ] [ fhir:code [ fhir:v "revoked" ] ] [ fhir:code [ fhir:v "completed" ] ] [ fhir:code [ fhir:v "entered-in-error" ] ] ) ] ) ] . #