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 xml | Download
<ValueSet xmlns="http://hl7.org/fhir"> <id value="pa-servicerequest-status"/> <text> <status value="extensions"/> <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="informative"> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"> <valueCanonical value="http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"/> </extension> </valueCode> </extension> <url value="http://hl7.org/fhir/us/physical-activity/ValueSet/pa-servicerequest-status"/> <version value="1.0.0"/> <name value="PAServiceRequestStatus"/> <title value="PA ServiceRequest Status"/> <status value="draft"/> <experimental value="true"/> <date value="2023-08-25T16:04:38+00:00"/> <publisher value="HL7 International - Patient Care WG"/> <contact> <name value="HL7 International - Patient Care WG"/> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/patientcare"/> </telecom> </contact> <description value="The status values that are permitted for the PAServiceRequest resource, excluding 'unknown'"/> <jurisdiction> <coding> <system value="urn:iso:std:iso:3166"/> <code value="US"/> </coding> </jurisdiction> <compose> <include> <system value="http://hl7.org/fhir/request-status"/> <concept> <code value="draft"/> </concept> <concept> <code value="active"/> </concept> <concept> <code value="on-hold"/> </concept> <concept> <code value="revoked"/> </concept> <concept> <code value="completed"/> </concept> <concept> <code value="entered-in-error"/> </concept> </include> </compose> </ValueSet>