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

FHIR IG analytics

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

Participants

RoleDetails
PatientCarl Frederickson Male, DoB: 1950-04-22
PartyCarl Frederickson Male, DoB: 1950-04-22

This consent is made under the policy http://example.org/fhir/ConsentPolicy/42CFRPart2StandardConsentModel .

RuleWhoWhatdoco
.. permit
... deny
.... permit
.... permit
.... permit
.... permit
.... permit

doco Documentation for this format

Source1

{
  "resourceType": "Consent",
  "id": "CarlFrederickson42CFRPartIIConsent",
  "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"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "42CFRPart2"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/CarlFrederickson"
  },
  "dateTime": "2026-05-05",
  "performer": [
    {
      "reference": "Patient/CarlFrederickson"
    }
  ],
  "policy": [
    {
      "uri": "http://example.org/fhir/ConsentPolicy/42CFRPart2StandardConsentModel"
    }
  ],
  "provision": {
    "type": "deny",
    "securityLabel": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "42CFRPart2"
      }
    ],
    "provision": [
      {
        "type": "permit",
        "actor": [
          {
            "role": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code": "PRCP",
                  "display": "primary information recipient"
                }
              ]
            },
            "reference": {
              "reference": "Practitioner/DrHibbert"
            }
          }
        ]
      },
      {
        "type": "permit",
        "actor": [
          {
            "role": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code": "PRCP",
                  "display": "primary information recipient"
                }
              ]
            },
            "reference": {
              "reference": "Practitioner/DrFunke"
            }
          }
        ]
      },
      {
        "type": "permit",
        "actor": [
          {
            "role": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code": "PRCP",
                  "display": "primary information recipient"
                }
              ]
            },
            "reference": {
              "reference": "Practitioner/DrWhite"
            }
          }
        ]
      },
      {
        "type": "permit",
        "actor": [
          {
            "role": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code": "PRCP",
                  "display": "primary information recipient"
                }
              ]
            },
            "reference": {
              "reference": "Organization/BLP"
            }
          }
        ]
      },
      {
        "type": "permit",
        "actor": [
          {
            "role": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code": "PRCP",
                  "display": "primary information recipient"
                }
              ]
            },
            "reference": {
              "reference": "Organization/CarlFredericksonMedicare"
            }
          },
          {
            "role": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code": "PRCP",
                  "display": "primary information recipient"
                }
              ]
            },
            "reference": {
              "reference": "Organization/Green"
            }
          }
        ]
      }
    ]
  }
}