This page is part of the Da Vinci Payer Data Exchange (v2.2.0: STU2.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
| Page standards status: Informative |
@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/Consent/consent-2> a fhir:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "consent-2"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Default Generated text for resource.</div>"
] ;
fhir:Consent.status [ fhir:value "active"] ;
fhir:Consent.scope [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentscope" ] ;
fhir:Coding.code [ fhir:value "patient-privacy" ]
]
] ;
fhir:Consent.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "IDSCL" ]
]
] ;
fhir:Consent.patient [
fhir:link <http://hl7.org/fhir/Patient/2> ;
fhir:Reference.reference [ fhir:value "Patient/2" ]
] ;
fhir:Consent.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Patient/2> ;
fhir:Reference.reference [ fhir:value "Patient/2" ]
] ;
fhir:Consent.sourceReference [
fhir:link <http://example.org/DocumentReference/someconsent-2> ;
fhir:Reference.reference [ fhir:value "http://example.org/DocumentReference/someconsent-2" ]
] ;
fhir:Consent.policy [
fhir:index 0 ;
fhir:Consent.policy.uri [ fhir:value "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition-hrex-consent.html#regular" ]
] ;
fhir:Consent.provision [
fhir:Consent.provision.type [ fhir:value "permit" ] ;
fhir:Consent.provision.period [
fhir:Period.start [ fhir:value "2023-12-01"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2024-03-31"^^xsd:date ]
] ;
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/provenance-participant-type" ] ;
fhir:Coding.code [ fhir:value "performer" ]
]
] ;
fhir:Consent.provision.actor.reference [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
fhir:Identifier.value [ fhir:value "9876543210" ]
] ;
fhir:Reference.display [ fhir:value "Old Health Plan" ]
]
], [
fhir:index 1 ;
fhir:Consent.provision.actor.role [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
fhir:Coding.code [ fhir:value "IRCP" ]
]
] ;
fhir:Consent.provision.actor.reference [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
fhir:Identifier.value [ fhir:value "0123456789" ]
] ;
fhir:Reference.display [ fhir:value "New Health Plan" ]
]
] ;
fhir:Consent.provision.action [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentaction" ] ;
fhir:Coding.code [ fhir:value "disclose" ]
]
]
] .
<http://hl7.org/fhir/Patient/2> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Consent/consent-2.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Consent/consent-2.ttl> .
IG © 2024+ HL7 International / Financial Management. Package hl7.fhir.us.davinci-pdex#2.2.0 based on FHIR 4.0.1. Generated 2026-08-22
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
