Specialty Medication Enrollment
2.1.0 - CI Build United States of America flag

Specialty Medication Enrollment, published by HL7 International - Pharmacy. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/fhir-specialty-rx/ and changes regularly. See the Directory of published versions

: Specialty Rx ValueSet - Consent Status - TTL Representation

Active as of 2020-12-08

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 "specialty-rx-consent-status"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2021-12-08T00:00:00-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html\"><code>http://hl7.org/fhir/consent-state-codes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html#consent-state-codes-active\">active</a></td><td>Active</td><td>The consent is to be followed and enforced.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html#consent-state-codes-rejected\">rejected</a></td><td>Rejected</td><td>The consent has been rejected by one or more of the parties.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html#consent-state-codes-inactive\">inactive</a></td><td>Inactive</td><td>The consent is terminated or replaced.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html#consent-state-codes-entered-in-error\">entered-in-error</a></td><td>Entered in Error</td><td>The consent was created wrongly (e.g. wrong patient) and should be ignored.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/specialty-rx/ValueSet/specialty-rx-consent-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.1.0"] ; # 
  fhir:name [ fhir:v "SpecialtyRxValueSetConsentStatus"] ; # 
  fhir:title [ fhir:v "Specialty Rx Value Set - Consent Status"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-12-08T00:00:00-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Pharmacy"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Pharmacy" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/medication" ]     ] )
  ] [
fhir:name [ fhir:v "Frank McKinney" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "frank.mckinney@pocp.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fm@frankmckinney.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set contains a subset of consent statuses applicable to the Specialty Rx Consent profile, which captures the consents provided by a patient to support fulfillment of a specialty medication or other specialty product"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "This value set omits certain status values from the source CodeSystem which are not appropriate in the scenarios in which the Specialty Rx Consent is used. Specifically, the values, draft and proposed are not included."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/consent-state-codes"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]       ] [
fhir:code [ fhir:v "rejected" ] ;
fhir:display [ fhir:v "Rejected" ]       ] [
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "Inactive" ]       ] [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "Entered in Error" ]       ] )     ] )
  ] . #