JohnMoehrke RelatedPerson Consent, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/RelatedPersonConsent/ and changes regularly. See the Directory of published versions
: Authorization purposes for delegation access valueset - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AuthPurposesVS"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet AuthPurposesVS</b></p><a name=\"AuthPurposesVS\"> </a><a name=\"hcAuthPurposesVS\"> </a><a name=\"AuthPurposesVS-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActReason.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActReason</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActReason.html#v3-ActReason-FAMRQT\">FAMRQT</a></td><td style=\"color: #cccccc\">family requested</td><td>To perform one or more operations on information in response to a request by a family member authorized by the patient.</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://johnmoehrke.github.io/RelatedPersonConsent/ValueSet/AuthPurposesVS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "AuthPurposesVS"] ; #
fhir:title [ fhir:v "Authorization purposes for delegation access valueset"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-08-30T13:11:45+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "John Moehrke (himself)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "John Moehrke (himself)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://healthcaresecprivacy.blogspot.com" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "JohnMoehrke@gmail.com" ] ] )
] [
fhir:name [ fhir:v "John Moehrke (himself)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "JohnMoehrke@gmail.com" ] ] )
] ) ; #
fhir:description [ fhir:v "ValueSet of the Authorized purposesOfUse types"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "FAMRQT" ] ] ) ] )
] . #