: Purpose Of Use - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PurposeOfUse"] ; #
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: CodeSystem PurposeOfUse</b></p><a name=\"PurposeOfUse\"> </a><a name=\"hcPurposeOfUse\"> </a><a name=\"PurposeOfUse-en-US\"> </a><p>This case-sensitive code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/PurposeOfUse</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">OTHER<a name=\"PurposeOfUse-OTHER\"> </a></td><td>Other Authorization-Based Disclosures</td><td>Other Authorization-Based Disclosures</td></tr><tr><td style=\"white-space:nowrap\">ALL<a name=\"PurposeOfUse-ALL\"> </a></td><td>All purposes of use</td><td>All purposes of use</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/PurposeOfUse"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.6.0"] ; #
fhir:name [ fhir:v "PurposeOfUse"] ; #
fhir:title [ fhir:v "Purpose Of Use"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-06-11T17:51:36-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "The Sequoia Project"] ; #
fhir:contact ( [
fhir:name [ fhir:v "The Sequoia Project" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://sequoiaproject.org/" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes used by the PurposesOfUse extension"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "OTHER" ] ;
fhir:display [ fhir:v "Other Authorization-Based Disclosures" ] ;
fhir:definition [ fhir:v "Other Authorization-Based Disclosures" ]
] [
fhir:code [ fhir:v "ALL" ] ;
fhir:display [ fhir:v "All purposes of use" ] ;
fhir:definition [ fhir:v "All purposes of use" ]
] ) . #