FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/specialty-rx-consent-status

Packagehl7.fhir.us.specialty-rx
Resource TypeValueSet
Idspecialty-rx-consent-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/specialty-rx/https://build.fhir.org/ig/HL7/fhir-specialty-rx/ValueSet-specialty-rx-consent-status.html
URLhttp://hl7.org/fhir/us/specialty-rx/ValueSet/specialty-rx-consent-status
Version2.1.0
Statusactive
Date2020-12-08T00:00:00-05:00
NameSpecialtyRxValueSetConsentStatus
TitleSpecialty Rx Value Set - Consent Status
Realmus
Authorityhl7
DescriptionThis 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
PurposeThis 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.

Resources that use this resource

StructureDefinition
specialty-rx-consentSpecialty Rx Consent

Resources that this resource uses

CodeSystem
consent-state-codesConsent State Codes

Narrative

Note: links and images are rebased to the (stated) source

  • Include these codes as defined in http://hl7.org/fhir/consent-state-codes
    CodeDisplayDefinition
    activeActiveThe consent is to be followed and enforced.
    rejectedRejectedThe consent has been rejected by one or more of the parties.
    inactiveInactiveThe consent is terminated or replaced.
    entered-in-errorEntered in ErrorThe consent was created wrongly (e.g. wrong patient) and should be ignored.

Source

{
  "resourceType": "ValueSet",
  "id": "specialty-rx-consent-status",
  "meta": {
    "lastUpdated": "2021-12-08T00:00:00-05:00"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/specialty-rx/ValueSet/specialty-rx-consent-status",
  "version": "2.1.0",
  "name": "SpecialtyRxValueSetConsentStatus",
  "title": "Specialty Rx Value Set - Consent Status",
  "status": "active",
  "experimental": false,
  "date": "2020-12-08T00:00:00-05:00",
  "publisher": "HL7 International - Pharmacy",
  "contact": [
    {
      "name": "HL7 International - Pharmacy",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/medication"
        }
      ]
    },
    {
      "name": "Frank McKinney",
      "telecom": [
        {
          "system": "email",
          "value": "frank.mckinney@pocp.com"
        },
        {
          "system": "email",
          "value": "fm@frankmckinney.com"
        }
      ]
    }
  ],
  "description": "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",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "purpose": "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.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/consent-state-codes",
        "concept": [
          {
            "code": "active",
            "display": "Active"
          },
          {
            "code": "rejected",
            "display": "Rejected"
          },
          {
            "code": "inactive",
            "display": "Inactive"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          }
        ]
      }
    ]
  }
}