Smart Health Checks
0.3.0 - ci-build
Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions
Draft as of 2025-09-05 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "MedicationStatementStatusLimited"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MedicationStatementStatusLimited</b></p><a name=\"MedicationStatementStatusLimited\"> </a><a name=\"hcMedicationStatementStatusLimited\"> </a><p style=\"border: black 1px dotted; background-color: #EEEEEE; padding: 8px; margin-bottom: 8px\">Expansion based on <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html\">codesystem Medication status codes v4.0.1 (CodeSystem)</a></p><p>This value set contains 4 concepts</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"MedicationStatementStatusLimited-http://hl7.org/fhir/CodeSystem/medication-statement-status-active\"> </a> <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-active\">active</a></td><td>http://hl7.org/fhir/CodeSystem/medication-statement-status</td><td>Active</td><td>The medication is still being taken.</td></tr><tr><td style=\"white-space:nowrap\"><a name=\"MedicationStatementStatusLimited-http://hl7.org/fhir/CodeSystem/medication-statement-status-completed\"> </a> <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-completed\">completed</a></td><td>http://hl7.org/fhir/CodeSystem/medication-statement-status</td><td>Completed</td><td>The medication is no longer being taken.</td></tr><tr><td style=\"white-space:nowrap\"><a name=\"MedicationStatementStatusLimited-http://hl7.org/fhir/CodeSystem/medication-statement-status-stopped\"> </a> <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-stopped\">stopped</a></td><td>http://hl7.org/fhir/CodeSystem/medication-statement-status</td><td>Stopped</td><td>Actions implied by the statement have been permanently halted, before all of them occurred. This should not be used if the statement was entered in error.</td></tr><tr><td style=\"white-space:nowrap\"><a name=\"MedicationStatementStatusLimited-http://hl7.org/fhir/CodeSystem/medication-statement-status-on-hold\"> </a> <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-on-hold\">on-hold</a></td><td>http://hl7.org/fhir/CodeSystem/medication-statement-status</td><td>On Hold</td><td>Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called 'suspended'.</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://smartforms.csiro.au/ig/ValueSet/MedicationStatementStatusLimited"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.3.0"] ; #
fhir:name [ fhir:v "MedicationStatementStatusLimited"] ; #
fhir:title [ fhir:v "Medication Statement Status Limited"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-05T06:31:30+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "AEHRC CSIRO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "AEHRC CSIRO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2" ] ] )
] ) ; #
fhir:description [ fhir:v "This value set includes the minimal set of codes to represent the status of a medication statement (i.e., active, completed, stopped and on-hold)."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ] ;
fhir:display [ fhir:v "Australia" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved.\nThis content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.\nSee https://creativecommons.org/licenses/by-sa/4.0/.\n"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-statement-status"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "active" ] ] [
fhir:code [ fhir:v "completed" ] ] [
fhir:code [ fhir:v "stopped" ] ] [
fhir:code [ fhir:v "on-hold" ] ] ) ] )
] ; #
fhir:expansion [
fhir:identifier [ fhir:v "urn:uuid:59fe5ac1-65bf-4606-8c2a-0a55fba1d064"^^xsd:anyURI ] ;
fhir:timestamp [ fhir:v "2025-08-25T15:53:32+10:00"^^xsd:dateTime ] ;
fhir:total [ fhir:v 4 ] ;
fhir:offset [ fhir:v 0 ] ;
( fhir:parameter [
fhir:name [ fhir:v "count" ] ;
fhir:value [
a fhir:integer ;
fhir:v 1000 ] ] [
fhir:name [ fhir:v "offset" ] ;
fhir:value [
a fhir:integer ;
fhir:v 0 ] ] [
fhir:name [ fhir:v "excludeNested" ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] [
fhir:name [ fhir:v "used-codesystem" ] ;
fhir:value [
a fhir:uri ;
fhir:v "http://hl7.org/fhir/CodeSystem/medication-statement-status|4.0.1"^^xsd:anyURI ] ] ) ;
( fhir:contains [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-statement-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-statement-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "completed" ] ;
fhir:display [ fhir:v "Completed" ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-statement-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "stopped" ] ;
fhir:display [ fhir:v "Stopped" ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-statement-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "on-hold" ] ;
fhir:display [ fhir:v "On Hold" ] ] )
] . #
IG © 2022+ AEHRC CSIRO. Package csiro.fhir.au.smartforms#0.3.0 based on FHIR 4.0.1. Generated 2025-09-05
Links: Table of Contents |
QA Report