Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. 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/bser/ and changes regularly. See the Directory of published versions
: Consent - Baby Everybaby - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "consent-bser-patientconsent-baby-everybaby"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-PatientConsent"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-PatientConsent> ] )
] ; #
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-bser-patientconsent-baby-everybaby</b></p><a name=\"consent-bser-patientconsent-baby-everybaby\"> </a><a name=\"hcconsent-bser-patientconsent-baby-everybaby\"> </a><a name=\"consent-bser-patientconsent-baby-everybaby-en-US\"> </a><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://terminology.hl7.org/CodeSystem/v3-ActCode INFA}\">information access</span></p><p><b>patient</b>: <a href=\"Patient-patient-us-core-patient-baby-everybaby.html\">Baby Everybaby</a></p><p><b>dateTime</b>: 2019-05-23</p><p><b>performer</b>: <a href=\"RelatedPerson-relatedperson-us-core-relatedperson-mom-everymom.html\">Mom Everymom</a></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode OPTIN}\">opt-in</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType CST}\">custodian</span></td><td><a href=\"Organization-organization-us-core-organization-saint-luke.html\">Organization Saint Luke's Hospital of Kansas City</a></td></tr></table><p><b>action</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentaction access}\">Access</span></p></blockquote></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 [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "INFA" ] ;
fhir:display [ fhir:v "information access" ] ] )
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-us-core-patient-baby-everybaby" ] ;
fhir:display [ fhir:v "Baby Everybaby" ]
] ; #
fhir:dateTime [ fhir:v "2019-05-23"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "RelatedPerson/relatedperson-us-core-relatedperson-mom-everymom" ] ;
fhir:display [ fhir:v "Mom Everymom" ]
] ) ; #
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:type [ fhir:v "permit" ] ;
( fhir:actor [
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CST" ] ] ) ] ;
fhir:reference [
fhir:reference [ fhir:v "Organization/organization-us-core-organization-saint-luke" ] ] ] ) ;
( fhir:action [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentaction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "access" ] ] ) ] )
] . #