Scalable Consent Management, published by HL7 International / Community Based Collaborative Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-consent-management/ and changes regularly. See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 1 |
@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/SearchParameter/fast-consent-controller> a fhir:SearchParameter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "fast-consent-controller"] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter fast-consent-controller</b></p><a name=\"fast-consent-controller\"> </a><a name=\"hcfast-consent-controller\"> </a><h2>FASTConsentController</h2><p>Parameter <code>controller</code>:<code>reference</code></p><div><p>The Consent controller reference which is defined by the Consent extension controller.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/consent.html\">Consent</a></td></tr><tr><td>Expression</td><td><code>Consent.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.controller').extension.value.reference</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr><tr><td>Comparators</td><td>Allowed: eq</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
fhir:Extension.valueCode [ fhir:value "cbcc" ]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
fhir:Extension.valueInteger [
fhir:value "1"^^xsd:integer ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
fhir:Extension.valueCanonical [
fhir:value "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management" ;
fhir:link <http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management>
]
]
]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
fhir:Extension.valueCode [
fhir:value "trial-use" ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
fhir:Extension.valueCanonical [
fhir:value "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management" ;
fhir:link <http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management>
]
]
]
] ;
fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/us/consent-management/SearchParameter/fast-consent-controller"] ;
fhir:SearchParameter.version [ fhir:value "1.0.0-preview"] ;
fhir:SearchParameter.name [ fhir:value "FASTConsentController"] ;
fhir:SearchParameter.status [ fhir:value "active"] ;
fhir:SearchParameter.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:SearchParameter.date [ fhir:value "2026-09-11T19:37:25+00:00"^^xsd:dateTime] ;
fhir:SearchParameter.publisher [ fhir:value "HL7 International / Community Based Collaborative Care"] ;
fhir:SearchParameter.contact [
fhir:index -1 ;
fhir:ContactDetail.name [ fhir:value "HL7 International / Community Based Collaborative Care" ] ;
fhir:ContactDetail.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/homehealth" ]
]
] ;
fhir:SearchParameter.description [ fhir:value "The Consent controller reference which is defined by the Consent extension controller."] ;
fhir:SearchParameter.jurisdiction [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "US" ] ;
fhir:Coding.display [ fhir:value "United States of America" ]
]
] ;
fhir:SearchParameter.code [ fhir:value "controller"] ;
fhir:SearchParameter.base [
fhir:value "Consent" ;
fhir:index -1
] ;
fhir:SearchParameter.type [ fhir:value "reference"] ;
fhir:SearchParameter.expression [ fhir:value "Consent.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.controller').extension.value.reference"] ;
fhir:SearchParameter.xpathUsage [ fhir:value "normal"] ;
fhir:SearchParameter.comparator [
fhir:value "eq" ;
fhir:index -1
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/SearchParameter/fast-consent-controller.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/SearchParameter/fast-consent-controller.ttl> .
IG © 2024+ HL7 International / Community Based Collaborative Care.
Package hl7.fhir.us.consent-management#1.0.0-preview based on FHIR 4.0.1.
Generated
2026-09-11
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
