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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypeConsent
IdConsent-MaxineMayfield16BOMAttestation.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

Generated Narrative: Consent MaxineMayfield16BOMAttestation

Participants

RoleDetails
PatientMaxine Mayfield (official) Female, DoB: 2009-07-18
PartyOrganization Florida Board of Medicine
ManagerOrganization Florida Board of Medicine

This consent is made under the policy https://example.org/hipaa/for-professionals/privacy/reproductive-health/index.html .

RuleWhoWhatdoco
.. permit
... permit
.... deny
  • Labled as: ActCode: SEX (sexuality and reproductive health information sensitivity)
  • Labled as: ActCode: STD (sexually transmitted disease information sensitivity)
  • Labled as: ActCode: HIV (HIV/AIDS information sensitivity)
  • Labled as: extraSensitivityCodes: ABORTION (ABORTION)

doco Documentation for this format

Source1

{
  "resourceType": "Consent",
  "id": "MaxineMayfield16BOMAttestation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0",
          "display": "Consent Document"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/MaxineMayfield16"
  },
  "dateTime": "2026-05-05",
  "performer": [
    {
      "reference": "Organization/BOM"
    }
  ],
  "organization": [
    {
      "reference": "Organization/BOM"
    }
  ],
  "policy": [
    {
      "uri": "https://example.org/hipaa/for-professionals/privacy/reproductive-health/index.html"
    }
  ],
  "provision": {
    "type": "permit",
    "actor": [
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PRCP",
              "display": "primary information recipient"
            }
          ]
        },
        "reference": {
          "reference": "Organization/BOM"
        }
      }
    ],
    "action": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/consentaction",
            "code": "access",
            "display": "Access"
          }
        ]
      }
    ],
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HOPERAT"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HLEGAL"
      }
    ],
    "provision": [
      {
        "type": "deny",
        "securityLabel": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
            "code": "SEX"
          },
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
            "code": "STD"
          },
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
            "code": "HIV"
          },
          {
            "system": "http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes",
            "code": "ABORTION"
          }
        ]
      }
    ]
  }
}