eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 8.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
: Consent/23 - TTL Representation
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:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "23"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
( fhir:profile [
fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent"^^xsd:anyURI ;
fhir:l <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent 23</b></p><a name=\"23\"> </a><a name=\"hc23\"> </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: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ehealth-consent.html\">ehealth-consent</a></p></div><p><b>What the consent is related to</b>: <a href=\"EpisodeOfCare-42.html\">EpisodeOfCare: extension = ->Organization 63785662-18ad-4896-b960-505e94bdc5c4; status = planned; period = 2023-01-01 00:00:00+0000 --> (ongoing)</a></p><p><b>status</b>: active</p><p><b>scope</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/ehealth-consent-scope behavior}\">Behavior</span></p><p><b>category</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/consent-category behavior-by-policy}\">Adfærd baseret på policy</span></p><p><b>patient</b>: <a href=\"Patient-102.html\">Nancy Ann Berggren (official) Ukendt, DoB Unknown ( urn:oid:1.2.208.176.1.2#Danish civil registration system - CPR#2512489996 (use: official, ))</a></p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://ehealth.sundhed.dk/policy/ehealth/display-triage-result\">http://ehealth.sundhed.dk/policy/ehealth/display-triage-result</a></td></tr></table><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Class</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"CodeSystem-hl7.org-fhir-resource-types.html#hl7.org-fhir-resource-types-ClinicalImpression\">Resource Type: ClinicalImpression</a> (ClinicalImpression)</td><td><span title=\"Codes:{http://ehealth.sundhed.dk/cs/ehealth-consent-provision-code display-triage-result}\">display-triage-result</span></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent-affiliation"^^xsd:anyURI ;
fhir:l <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent-affiliation> ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:EpisodeOfCare/42 ;
fhir:reference [ fhir:v "EpisodeOfCare/42" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:scope [
( fhir:coding [
fhir:system [
fhir:v "http://ehealth.sundhed.dk/cs/ehealth-consent-scope"^^xsd:anyURI ;
fhir:l <http://ehealth.sundhed.dk/cs/ehealth-consent-scope> ] ;
fhir:code [ fhir:v "behavior" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://ehealth.sundhed.dk/cs/consent-category"^^xsd:anyURI ;
fhir:l <http://ehealth.sundhed.dk/cs/consent-category> ] ;
fhir:code [ fhir:v "behavior-by-policy" ] ] )
] ) ; #
fhir:patient [
fhir:l fhir:Patient/102 ;
fhir:reference [ fhir:v "Patient/102" ]
] ; #
fhir:policy ( [
fhir:uri [
fhir:v "http://ehealth.sundhed.dk/policy/ehealth/display-triage-result"^^xsd:anyURI ;
fhir:l <http://ehealth.sundhed.dk/policy/ehealth/display-triage-result> ]
] ) ; #
fhir:provision [
( fhir:class [
fhir:system [
fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/resource-types> ] ;
fhir:code [ fhir:v "ClinicalImpression" ] ] ) ;
( fhir:code [
( fhir:coding [
fhir:system [
fhir:v "http://ehealth.sundhed.dk/cs/ehealth-consent-provision-code"^^xsd:anyURI ;
fhir:l <http://ehealth.sundhed.dk/cs/ehealth-consent-provision-code> ] ;
fhir:code [ fhir:v "display-triage-result" ] ] ) ] )
] . #