Da Vinci Payer Data Exchange
2.1.0 - STU2 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

: Organization Type - TTL Representation

Page standards status: Trial-use

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OrgTypeCS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-pdex/CodeSystem/OrgTypeCS</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\">fac<a name=\"OrgTypeCS-fac\"> </a></td><td>Facility</td><td>A physical healthcare facility</td></tr><tr><td style=\"white-space:nowrap\">prvgrp<a name=\"OrgTypeCS-prvgrp\"> </a></td><td>Provider Group</td><td>A healthcare provider entity</td></tr><tr><td style=\"white-space:nowrap\">payer<a name=\"OrgTypeCS-payer\"> </a></td><td>Payer</td><td>A healthcare payer</td></tr><tr><td style=\"white-space:nowrap\">atyprv<a name=\"OrgTypeCS-atyprv\"> </a></td><td>Atypical Provider</td><td>Providers that do not provide healthcare</td></tr><tr><td style=\"white-space:nowrap\">bus<a name=\"OrgTypeCS-bus\"> </a></td><td>Non-Healthcare Business</td><td>An organization that does not meet the definitions of a Healthcare or Atypical Provider, and is not a payer or healthcare facility</td></tr><tr><td style=\"white-space:nowrap\">ntwk<a name=\"OrgTypeCS-ntwk\"> </a></td><td>Network</td><td>A healthcare provider insurance network</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fm" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/ImplementationGuide/hl7.fhir.us.davinci-pdex"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pdex/ImplementationGuide/hl7.fhir.us.davinci-pdex>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/OrgTypeCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.1.0"] ; # 
  fhir:name [ fhir:v "OrgTypeCS"] ; # 
  fhir:title [ fhir:v "Organization Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-10T16:45:39+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Financial Management"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Financial Management" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fm@lists.HL7.org" ]     ] )
  ] [
fhir:name [ fhir:v "Mark Scrimshire (mark.scrimshire@onyxhealth.io)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:mark.scrimshire@onyxhealth.io" ]     ] )
  ] [
fhir:name [ fhir:v "HL7 International - Financial Management" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Categories of organizations based on criteria in provider directories."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Used by permission of HL7 International, all rights reserved Creative Commons License"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "fac" ] ;
fhir:display [ fhir:v "Facility" ] ;
fhir:definition [ fhir:v "A physical healthcare facility" ]
  ] [
fhir:code [ fhir:v "prvgrp" ] ;
fhir:display [ fhir:v "Provider Group" ] ;
fhir:definition [ fhir:v "A healthcare provider entity" ]
  ] [
fhir:code [ fhir:v "payer" ] ;
fhir:display [ fhir:v "Payer" ] ;
fhir:definition [ fhir:v "A healthcare payer" ]
  ] [
fhir:code [ fhir:v "atyprv" ] ;
fhir:display [ fhir:v "Atypical Provider" ] ;
fhir:definition [ fhir:v "Providers that do not provide healthcare" ]
  ] [
fhir:code [ fhir:v "bus" ] ;
fhir:display [ fhir:v "Non-Healthcare Business" ] ;
fhir:definition [ fhir:v "An organization that does not meet the definitions of a Healthcare or Atypical Provider, and is not a payer or healthcare facility" ]
  ] [
fhir:code [ fhir:v "ntwk" ] ;
fhir:display [ fhir:v "Network" ] ;
fhir:definition [ fhir:v "A healthcare provider insurance network" ]
  ] ) . #