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

FHIR IG analytics

Packagejohnmoehrke.ConsentAboutAI.example
Resource TypeConsent
IdConsent-AllowMLtraining.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 AllowMLtraining

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

Participants

RoleDetails
Who the consent applies toPatientJohn Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)
Who is agreeing to the policy and rulesPartyhttp://example.org/organizations/ex-organization

This consent is made under the policy http://example.org/consent-policies#ml-training-consent-policy .

RuleWhatdoco
.. permit
... permit

doco Documentation for this format

Source1

{
  "resourceType": "Consent",
  "id": "AllowMLtraining",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "64292-6",
          "display": "Release of information consent"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "IDSCL"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/ex-patient"
  },
  "dateTime": "2022-06-13",
  "performer": [
    {
      "reference": "http://example.org/organizations/ex-organization"
    }
  ],
  "sourceReference": {
    "reference": "http://example.org/documentreferences/ex-documentreference"
  },
  "policy": [
    {
      "uri": "http://example.org/consent-policies#ml-training-consent-policy"
    }
  ],
  "provision": {
    "type": "permit",
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "MLTRAINING"
      }
    ]
  }
}