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 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 "QueryConsentCHARGCONS"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent QueryConsentCHARGCONS</b></p><a name=\"QueryConsentCHARGCONS\"> </a><a name=\"hcQueryConsentCHARGCONS\"> </a><h2>Participants</h2><table class=\"grid\"><tr><td><b>Role</b></td><td><b>Details</b></td></tr><tr><td title=\"Who the consent applies to\">Patient</td><td>Identifier: NamingSystemKVID/X123456789</td></tr></table><p>This consent is made under the regulation <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode OPTIN}\">opt-in</span> .</p><p>The subject has given their consent.</p></div>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:scope [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/consentscope> ] ; fhir:code [ fhir:v "patient-privacy" ] ; fhir:display [ fhir:v "Privacy Consent" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ a loinc:59284-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "59284-0" ] ; fhir:display [ fhir:v "Consent Document" ] ] ) ] ) ; # fhir:patient [ fhir:identifier [ fhir:system [ fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ; fhir:l <http://fhir.de/sid/gkv/kvid-10> ] ; fhir:value [ fhir:v "X123456789" ] ] ] ; # fhir:dateTime [ fhir:v "2025-01-15T10:15:00+01:00"^^xsd:dateTime] ; # fhir:policyRule [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ; fhir:code [ fhir:v "OPTIN" ] ] ) ] . #