0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions

: NHIN PurposeOfUse - 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 "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-08-26T06:51:38.023+00:00"^^xsd:dateTime ]
  ];
  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 \n                    <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 "NHIN PurposeOfUse"];
  fhir:ValueSet.title [ fhir:value "NHIN PurposeOfUse"];
  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 "Nationwide Health Information Network (NHIN)"];
  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.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://healthit.gov/nhin/purposeofuse" ]     ]
  ].

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

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