C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions
: Consent Example Basic - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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:id [ fhir:v "consent-example-basic"] ; #
fhir:meta [
fhir:versionId [ fhir:v "7" ] ;
fhir:lastUpdated [ fhir:v "2020-08-13T00:30:34.762+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#OBOGLY1IcS3QsGrB"^^xsd:anyURI ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent consent-example-basic</b></p><a name=\"consent-example-basic\"> </a><a name=\"hcconsent-example-basic\"> </a><a name=\"consent-example-basic-en-US\"> </a><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\">version: 7; Last updated: 2020-08-13 00:30:34+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #OBOGLY1IcS3QsGrB</p></div><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 59284-0}\">Consent Document</span></p><p><b>patient</b>: <a href=\"Patient-example.html\">Paticia Noelle Female, DoB: 1954-10-17 ( Medical Record Number: 900 (use: usual, ))</a></p><p><b>dateTime</b>: 2016-05-11</p><p><b>organization</b>: <a href=\"Organization-organization-2.html\">Organization Acme Clinic</a></p><p><b>source</b>: null @ http://example.org/not-a-real-consent-just-an-example-url.pdf</p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode OPTIN}\">opt-in</span></p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>1964-01-01 --> 2020-01-01</td></tr></table></div>"
] ; #
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 [
a loinc:59284-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "59284-0" ] ] )
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:dateTime [ fhir:v "2016-05-11"^^xsd:date] ; #
fhir:organization ( [
fhir:reference [ fhir:v "Organization/organization-2" ]
] ) ; #
fhir:source [
a fhir:Attachment ;
fhir:url [ fhir:v "http://example.org/not-a-real-consent-just-an-example-url.pdf"^^xsd:anyURI ] ;
fhir:title [ fhir:v "The terms of the consent in lawyer speak." ]
] ; #
fhir:policyRule [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OPTIN" ] ] )
] ; #
fhir:provision [
fhir:period [
fhir:start [ fhir:v "1964-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2020-01-01"^^xsd:date ] ]
] . #