0.1.1 - ci-build

EgdeFlaattsjekk_IG - Local Development build (v0.1.1). See the Directory of published versions

: EMConsentJannicePrivacy - 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 "EMConsentJannicePrivacy"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://www.egde.no/StructureDefinition/ehg-no-Consent"^^xsd:anyURI ;
fhir:link <http://www.egde.no/StructureDefinition/ehg-no-Consent>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Authorize Normal access for Treatment</p><p>Patient &quot;Jannice Soreng&quot; wishes to have all of the image and metadata collected by Flåttsenteret available for normal treatment use.</p></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/EMJanniceSoreng" ]
  ] ; # 
  fhir:dateTime [ fhir:v "2022-04-22"^^xsd:date] ; # 
  fhir:policyRule [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OPTIN" ]     ] )
  ] . #