FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/nhin-purposeofuse (Turtle)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

NHIN Purpose of Use

@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 "nhin-purposeofuse"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\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:contained ( [
     a fhir:ConceptMap ;
     fhir:id [ fhir:v "map" ] ;
     fhir:name [ fhir:v "NHIN / V3 Mapping" ] ;
     fhir:status [ fhir:v "draft" ] ;
     fhir:group ( [
       fhir:source [
         fhir:v "http://healthit.gov/nhin/purposeofuse"^^xsd:anyURI ;
         fhir:link <http://healthit.gov/nhin/purposeofuse>
       ] ;
       fhir:target [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
         fhir:link <http://terminology.hl7.org/CodeSystem/v3-ActReason>
       ] ;
       fhir:element ( [
         fhir:code [ fhir:v "TREATMENT" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "TREAT" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "PAYMENT" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "HPAYMT" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "OPERATIONS" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "HOPERAT" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "SYSADMIN" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "SYSADMN" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "FRAUD" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "FRAUD" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "PSYCHOTHERAPY" ] ;
         fhir:noMap [ fhir:v "true"^^xsd:boolean ]
       ] [
         fhir:code [ fhir:v "TRAINING" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "TRAIN" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "LEGAL" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "HLEGAL" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "MARKETING" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "HMARKT" ] ;
           fhir:relationship [ fhir:v "source-is-broader-than-target" ] ;
           fhir:comment [ fhir:v "Not clear how much difference there is between 'marketing' and 'healthcare marketing'" ]
         ] )
       ] [
         fhir:code [ fhir:v "DIRECTORY" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "HDIRECT" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "DISASTER" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "DISASTER" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "PUBLICHEALTH" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "PUBHLTH" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "JUDICIAL" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "HLEGAL" ] ;
           fhir:relationship [ fhir:v "source-is-narrower-than-target" ]
         ] )
       ] [
         fhir:code [ fhir:v "LAW" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "HLEGAL" ] ;
           fhir:relationship [ fhir:v "source-is-narrower-than-target" ]
         ] )
       ] [
         fhir:code [ fhir:v "DONATION" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "DONAT" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "RESEARCH" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "HRESCH" ] ;
           fhir:relationship [ fhir:v "source-is-broader-than-target" ] ;
           fhir:comment [ fhir:v "Not clear how much difference there is between 'research' and 'healthcare research'" ]
         ] )
       ] [
         fhir:code [ fhir:v "THREAT" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "THREAT" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "GOVERNMENT" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "GOV" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "COVERAGE" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "COVAUTH" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] [
         fhir:code [ fhir:v "REQUEST" ] ;
         fhir:target ( [
           fhir:code [ fhir:v "PATRQT" ] ;
           fhir:relationship [ fhir:v "equivalent" ]
         ] )
       ] )
     ] )
  ] ) ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "vocab" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-map"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "#map"^^xsd:anyURI ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/nhin-purposeofuse"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3142" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-cibuild"] ; # 
  fhir:name [ fhir:v "NHINPurposeOfUse"] ; # 
  fhir:title [ fhir:v "NHIN PurposeOfUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2010-01-29"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab/index.cfm" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.healthit.gov/sites/default/files/nhin-authorization-framework-production-specification-v2.0-1.pdf" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://healthit.gov/nhin/purposeofuse"^^xsd:anyURI ]
     ] )
  ]] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.