FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.consent-management
Resource TypeValueSet
IdValueSet-FASTConsentStatuses.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-consent-management/ValueSet-FASTConsentStatuses.html
URLhttp://hl7.org/fhir/us/consent-management/ValueSet/FASTConsentStatuses
Version1.0.0-ballot
Statusactive
Date2025-12-04T07:15:50+00:00
NameFASTConsentStatuses
TitleFAST Consent Statuses
Realmus
Authorityhl7
DescriptionThe two codes that are applicable to FAST Consent instances. 'active' for active Consents, and 'inactive' for revoked Consents.

Resources that use this resource

StructureDefinition
FASTConsentFASTConsent

Resources that this resource uses

CodeSystem
consent-state-codesConsent State Codes

Narrative

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

Generated Narrative: ValueSet FASTConsentStatuses


Source1

{
  "resourceType": "ValueSet",
  "id": "FASTConsentStatuses",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cbcc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/consent-management/ValueSet/FASTConsentStatuses",
  "version": "1.0.0-ballot",
  "name": "FASTConsentStatuses",
  "title": "FAST Consent Statuses",
  "status": "active",
  "experimental": false,
  "date": "2025-12-04T07:15:50+00:00",
  "publisher": "HL7 International / Community Based Collaborative Care",
  "contact": [
    {
      "name": "HL7 International / Community Based Collaborative Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/homehealth"
        }
      ]
    }
  ],
  "description": "The two codes that are applicable to FAST Consent instances.  'active' for active Consents, and 'inactive' for revoked Consents.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/consent-state-codes",
        "concept": [
          {
            "code": "active"
          },
          {
            "code": "inactive"
          }
        ]
      }
    ]
  }
}