Scalable Consent Management Testing Guide 0.1.0 - ci-build
Scalable Consent Management Testing Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Parameters ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "fileconsent"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/consent-management/StructureDefinition/fileConsentParameters"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/consent-management/StructureDefinition/fileConsentParameters> ] ) ] ; # fhir:parameter ( [ fhir:name [ fhir:v "consent" ] ; ( fhir:Parameters.parameter.resource [ a fhir:Consent ; fhir:id [ fhir:v "ConsentExample" ] ; fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent> ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Consent example for testing</div>"^^rdf:XMLLiteral ] ; ( fhir:identifier [ fhir:system [ fhir:v "urn:oid:1.2.36.146.595.217.0.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "${UUID-NODASH}" ] ] ) ; fhir:status [ fhir:v "active" ] ; fhir:scope [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ; fhir:code [ fhir:v "patient-privacy" ] ] ) ] ; ( fhir:category [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "INFA" ] ] ) ] ) ; fhir:patient [ fhir:reference [ fhir:v "Patient/PatientExample" ] ; fhir:identifier [ fhir:system [ fhir:v "http://example.org/mrn"^^xsd:anyURI ] ; fhir:value [ fhir:v "M1230041" ] ] ] ; fhir:dateTime [ fhir:v "2025-05-05"^^xsd:date ] ; ( fhir:performer [ fhir:reference [ fhir:v "Patient/PatientExample" ] ; fhir:identifier [ fhir:system [ fhir:v "http://example.org/mrn"^^xsd:anyURI ] ; fhir:value [ fhir:v "M1230041" ] ] ] ) ; ( fhir:organization [ fhir:reference [ fhir:v "Organization/OrganizationExample" ] ; fhir:identifier [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1234567893" ] ] ] ) ; fhir:source [ a fhir:Attachment ; fhir:contentType [ fhir:v "text/plain" ] ; fhir:data [ fhir:v "RkFTVCBDb25zZW50IFRlc3QgRGF0YSAtIFNvdXJjZSBmb3IgQ29uc2VudEV4YW1wbGU="^^xsd:base64Binary ] ; fhir:title [ fhir:v "Source for ConsentExample" ] ] ; fhir:policyRule [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentpolicycodes"^^xsd:anyURI ] ; fhir:code [ fhir:v "hipaa-auth" ] ] ) ] ; fhir:provision [ fhir:type [ fhir:v "permit" ] ] ] ) ] ) . #