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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeCodeSystem
IdCodeSystem-consent-strategy.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2606.2&canonical=http://health-samurai.io/fhir/core/CodeSystem/consent-strategy
URLhttp://health-samurai.io/fhir/core/CodeSystem/consent-strategy
Version0.2606.2
Statusactive
NameConsentStrategy
TitleConsent Strategy
DescriptionConsent-based patient filtering strategies for bulk export.
Contentcomplete

Resources that use this resource

ValueSet
io.health-samurai.core.r4b#0.2606.2consent-strategyConsent Strategy

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "description": "Consent-based patient filtering strategies for bulk export.",
  "publisher": "Health Samurai",
  "content": "complete",
  "name": "ConsentStrategy",
  "resourceType": "CodeSystem",
  "title": "Consent Strategy",
  "status": "active",
  "id": "consent-strategy",
  "url": "http://health-samurai.io/fhir/core/CodeSystem/consent-strategy",
  "concept": [
    {
      "code": "opt-in",
      "display": "Opt-in",
      "definition": "Include only patients with active permit consent matching the specified profile and actors."
    },
    {
      "code": "opt-out",
      "display": "Opt-out",
      "definition": "Include all patients except those with active deny consent matching the specified profile."
    }
  ],
  "caseSensitive": true,
  "version": "0.2606.2"
}