Sequoia Project Healthcare Directory Implementation Guide
0.0.1 - CI Build

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.1). See the Directory of published versions

: NHIN Purpose Of Use - 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:Resource.id [ fhir:value "nhin-purposeofuse"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "8" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-10-22T19:24:23.532+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#bjFwLaV2NIcl5DwL" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n						<h2>NHIN PurposeOfUse</h2>\n						<div>\n							<p>This value set is suitable for use with the provenance resource. It\n								is derived from, but not compatible with, the HL7 v3 Purpose of use\n								Code system.</p>\n						</div>\n						<p>This value set includes codes from the following code systems:</p>\n						<ul>\n							<li>Include all codes defined in <a href=\"codesystem-nhin-purposeofuse.html\">\n									<code>http://healthit.gov/nhin/purposeofuse</code>\n								</a>\n							</li>\n						</ul>\n					</div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/nhin-purposeofuse"];
  fhir:ValueSet.version [ fhir:value "0.0.1"];
  fhir:ValueSet.name [ fhir:value "NHINPurposeOfUse"];
  fhir:ValueSet.title [ fhir:value "NHIN Purpose Of Use"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.date [ fhir:value "2010-01-29"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "The Sequoia Project"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "The Sequoia Project" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://sequoiaproject.org/" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "This value set is suitable for use with the provenance resource. It is derived from, but not compatible with, the HL7 v3 Purpose of use Code system."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ];
     fhir:CodeableConcept.text [ fhir:value "United States of America" ]
  ];
  fhir:ValueSet.copyright [ fhir:value "This document is copyright 2017-18 by The Sequoia Project. All rights reserved world wide."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://healthit.gov/nhin/purposeofuse" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "TREATMENT" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "PAYMENT" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "OPERATIONS" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "PUBLICHEALTH" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "REQUEST" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "COVERAGE" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.