Validated Healthcare Directory
0.2.0 - CI Build United States of America flag

Validated Healthcare Directory, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 0.2.0). This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions

: VhDir Limit Unit - TTL Representation

Active as of 2018-02-21

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 "limit-unit"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/ValueSet/limit-unit"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "VhDirLimitUnit"] ; # 
  fhir:title [ fhir:v "VhDir Limit Unit"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2018-02-21"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - Patient Administration Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Patient Administration Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pafm@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set defines a set of codes that indicates the unit of any limit on a benefit in a product/plan."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Used by permission of HL7 International all rights reserved Creative Commons License"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/vhdir/CodeSystem/payercharacteristics"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "days" ]       ] [
fhir:code [ fhir:v "visit" ]       ] [
fhir:code [ fhir:v "procedure" ]       ] [
fhir:code [ fhir:v "admission" ]       ] [
fhir:code [ fhir:v "visithrs" ]       ] [
fhir:code [ fhir:v "weekhrs" ]       ] [
fhir:code [ fhir:v "mthhrs" ]       ] [
fhir:code [ fhir:v "yrhrs" ]       ] [
fhir:code [ fhir:v "daysperwk" ]       ] [
fhir:code [ fhir:v "dayspermth" ]       ] [
fhir:code [ fhir:v "daysperyr" ]       ] [
fhir:code [ fhir:v "mthsperyr" ]       ] [
fhir:code [ fhir:v "visitsperday" ]       ] [
fhir:code [ fhir:v "visitsperweek" ]       ] [
fhir:code [ fhir:v "visitspermth" ]       ] [
fhir:code [ fhir:v "visitsperyr" ]       ] [
fhir:code [ fhir:v "lifetimevisits" ]       ] [
fhir:code [ fhir:v "txperweek" ]       ] [
fhir:code [ fhir:v "txpermnth" ]       ] [
fhir:code [ fhir:v "txlifetime" ]       ] [
fhir:code [ fhir:v "admitslifetime" ]       ] [
fhir:code [ fhir:v "procperwk" ]       ] [
fhir:code [ fhir:v "procpermnth" ]       ] [
fhir:code [ fhir:v "procperyr" ]       ] [
fhir:code [ fhir:v "proclifetime" ]       ] [
fhir:code [ fhir:v "daysperadmission" ]       ] [
fhir:code [ fhir:v "procperepi" ]       ] )     ] )
  ] . #