Onyx Consent Authorization SAFHIR Implementation and Operations Guide
0.0.2 - ci-build
Onyx Consent Authorization SAFHIR Implementation and Operations Guide - Local Development build (v0.0.2). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Consent;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "1002"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://ig.fhir.safhir.io/ig/safhir-ocasio/StructureDefinition/SafhirMemberConsent";
fhir:index 0;
fhir:link <http://ig.fhir.safhir.io/ig/safhir-ocasio/StructureDefinition/SafhirMemberConsent> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"1002\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SafhirMemberConsent.html\">SafhirMemberConsent</a></p></div><p><b>status</b>: active</p><p><b>scope</b>: patient-privacy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (patientconsentscopesubset#patient-privacy)</span></p><p><b>category</b>: Consent Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#59284-0)</span></p><p><b>patient</b>: <a href=\"Patient-1.html\">Patient/1</a> \" APPLESEED\"</p><p><b>dateTime</b>: Feb 5, 2021, 11:23:00 PM</p><p><b>performer</b>: <a href=\"Organization-AppDeveloper.html\">Organization/AppDeveloper</a> \"Onyx Health App Development, LLC\"</p><p><b>organization</b>: <a href=\"Organization/Diamond-Health-Plan-01\">Organization/Diamond-Health-Plan-01</a></p><p><b>source</b>: <a href=\"Contract-1002.html\">Contract/1002</a> \"US Core v3.1.1\"</p><p><b>policyRule</b>: HIPAA Authorization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-consentpolicycodes.html\">Consent PolicyRule Codes</a>#hipaa-auth)</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: permit</p><p><b>period</b>: Feb 5, 2021, 11:23:00 PM --> Feb 4, 2022, 11:23:00 PM</p><h3>Actors</h3><table class=\"grid\"><tr><td>-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td>*</td><td>grantee <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#GRANTEE)</span></td><td><a href=\"Device-myCareAI-v1.html\">Device/myCareAI-v1</a></td></tr></table><h3>Data</h3><table class=\"grid\"><tr><td>-</td><td><b>Meaning</b></td><td><b>Reference</b></td></tr><tr><td>*</td><td>related</td><td><a href=\"Patient-1.html\">Patient/1</a> \" APPLESEED\"</td></tr></table></blockquote></div>"
];
fhir:Consent.status [ fhir:value "active"];
fhir:Consent.scope [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://safhir.io/ig/safhir-ocasio/CodeSystem/patientconsentscopesubset" ];
fhir:Coding.code [ fhir:value "patient-privacy" ] ]
];
fhir:Consent.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:59284-0;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "59284-0" ] ]
];
fhir:Consent.patient [
fhir:Reference.reference [ fhir:value "Patient/1" ]
];
fhir:Consent.dateTime [ fhir:value "2021-02-05T19:23:00-04:00"^^xsd:dateTime];
fhir:Consent.performer [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Organization/AppDeveloper" ]
];
fhir:Consent.organization [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Organization/Diamond-Health-Plan-01" ]
];
fhir:Consent.sourceReference [
fhir:Reference.reference [ fhir:value "Contract/1002" ]
];
fhir:Consent.policyRule [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentpolicycodes" ];
fhir:Coding.code [ fhir:value "hipaa-auth" ] ]
];
fhir:Consent.provision [
fhir:Consent.provision.type [ fhir:value "permit" ];
fhir:Consent.provision.period [
fhir:Period.start [ fhir:value "2021-02-05T19:23:00-04:00"^^xsd:dateTime ];
fhir:Period.end [ fhir:value "2022-02-04T19:23:00-04:00"^^xsd:dateTime ] ];
fhir:Consent.provision.actor [
fhir:index 0;
fhir:Consent.provision.actor.role [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "GRANTEE" ] ] ];
fhir:Consent.provision.actor.reference [
fhir:Reference.reference [ fhir:value "Device/myCareAI-v1" ] ] ];
fhir:Consent.provision.data [
fhir:index 0;
fhir:Consent.provision.data.meaning [ fhir:value "related" ];
fhir:Consent.provision.data.reference [
fhir:Reference.reference [ fhir:value "Patient/1" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.