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

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeConsent
IdConsent-consent-confidential-example.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 consent-confidential-example

status: Active

scope: Privacy Consent

category: Consent Document

patient: abc Hilll811 (maiden) Female, DoB: 1988-05-10 ( https://github.com/synthetichealth/synthea#patient-example)

dateTime: 2015-11-18

organization: Organization Acme Labs

policyRule: op-out

Provisions

-TypeActionDataPeriod
*Opt OutUse2015-11-18 --> (ongoing)

Source1

{
  "resourceType": "Consent",
  "id": "consent-confidential-example",
  "meta": {
    "profile": [
      "http://deep6.ai/fhir/StructureDefinition/tempus-patient-consent-1.0.0"
    ]
  },
  "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": "59284-0",
          "display": "Consent Document"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/patient-example"
  },
  "dateTime": "2015-11-18",
  "organization": [
    {
      "reference": "Organization/acme-lab"
    }
  ],
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "OPTOUT"
      }
    ]
  },
  "provision": {
    "type": "deny",
    "action": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/consentaction",
            "code": "use",
            "display": "Use"
          }
        ]
      }
    ],
    "dataPeriod": {
      "start": "2015-11-18"
    }
  }
}