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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex
Resource TypeGroup
IdGroup-member-opt-out-group-001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Member Opt-Out Group

Members who have opted out of Provider Access data sharing


Source1

{
  "resourceType": "Group",
  "id": "member-opt-out-group-001",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-opt-out"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/payer/opt-out-groups",
      "value": "OPT-OUT-2024-001",
      "assigner": {
        "display": "Example Payer"
      }
    }
  ],
  "active": true,
  "type": "person",
  "actual": true,
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS",
        "code": "consentconstraint",
        "display": "Consent Constraint"
      }
    ]
  },
  "quantity": 1,
  "managingEntity": {
    "identifier": {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "5555555555"
    },
    "display": "Example Payer Organization"
  },
  "characteristic": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/opt-out-reason",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/opt-out-reason",
                "code": "privacy-concern",
                "display": "Privacy Concern"
              }
            ]
          }
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS",
            "code": "consentconstraint",
            "display": "Consent Constraint"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/opt-out-scope",
            "code": "provider-specific",
            "display": "Provider-Specific Opt-Out"
          }
        ]
      },
      "exclude": false,
      "period": {
        "start": "2024-06-01"
      }
    }
  ],
  "member": [
    {
      "entity": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/opt-out-details",
            "valueString": "Member requested opt-out on 2024-06-01 citing privacy concerns. Opt-out applies to all named providers."
          }
        ],
        "reference": "Patient/1",
        "display": "Jane Doe - Opted out of provider data sharing"
      },
      "inactive": false
    }
  ]
}