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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "parameters-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:tag [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ;
fhir:display [ fhir:v "test health data" ] ] ) ] ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.grantee"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "RelatedPerson/relatedperson-robert-miren" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "relatedperson-robert-miren" ] ] ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.manager"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/organization-fast-consent-ri" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "organization-fast-consent-ri" ] ] ] ] ) ;
( fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ec63290f-1f93-4ed3-b531-0d86e2791165" ] ] ) ;
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/patient-lara-miren" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "patient-lara-miren" ] ] ] ;
fhir:dateTime [ fhir:v "2025-08-08T16:47:10-04:00"^^xsd:dateTime ] ;
( fhir:performer [
fhir:reference [ fhir:v "Patient/patient-lara-miren" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "patient-lara-miren" ] ] ] ) ;
fhir:source [
a fhir:Reference ;
fhir:reference [ fhir:v "DocumentReference/docref-fileconsent" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "docref-fileconsent" ] ] ] ;
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" ] ;
fhir:period [
fhir:start [ fhir:v "2025-08-01T00:00:00-04:00"^^xsd:dateTime ] ] ;
( fhir:actor [
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IRCP" ] ] ) ] ;
fhir:reference [
fhir:reference [ fhir:v "RelatedPerson/relatedperson-robert-miren" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "relatedperson-robert-miren" ] ] ] ] ) ] ] )
] [
fhir:name [ fhir:v "document" ] ;
( fhir:Parameters.parameter.resource [
a fhir:DocumentReference ;
fhir:id [ fhir:v "docref-fileconsent" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTDocumentReference"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTDocumentReference> ] ) ;
( fhir:tag [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ;
fhir:display [ fhir:v "test health data" ] ] ) ] ;
( fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "docref-fileconsent" ] ] ) ;
fhir:status [ fhir:v "current" ] ;
fhir:type [
( fhir:coding [
a loinc:64292-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64292-6" ] ] ) ] ;
( fhir:category [
( fhir:coding [
a loinc:57016-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "57016-8" ] ] ) ] ) ;
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-lara-miren" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "patient-lara-miren" ] ] ] ;
fhir:date [ fhir:v "2025-08-01T00:00:00.000-04:00"^^xsd:dateTime ] ;
( fhir:author [
fhir:reference [ fhir:v "Patient/patient-lara-miren" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "patient-lara-miren" ] ] ] ) ;
( fhir:content [
fhir:attachment [
fhir:contentType [ fhir:v "text/plain; charset=utf-8" ] ;
fhir:data [ fhir:v "SSwgTGFyYSBNaXJlbiwgcGVybWl0IFJvYmVydCBNaXJlbiBhY2Nlc3MgdG8gbXkgbWVkaWNhbCByZWNvcmRzLg=="^^xsd:base64Binary ] ] ] ) ] )
] ) . #
IG © 2025+ HL7 International / Community Based Collaborative Care. Package hl7.fhir.us.consent-management-tg#0.1.0 based on FHIR 4.0.1. Generated 2025-10-15
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change