Sequoia Project Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: Organization Type - TTL Representation

Active as of 2024-03-29

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 "OrganizationType"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "11" ] ;
fhir:lastUpdated [ fhir:v "2023-06-29T14:54:25.989Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Participant<a name=\"OrganizationType-Participant\"> </a></td><td>Participant</td></tr><tr><td style=\"white-space:nowrap\">Subparticipant<a name=\"OrganizationType-Subparticipant\"> </a></td><td>Subparticipant</td></tr><tr><td style=\"white-space:nowrap\">Implementer<a name=\"OrganizationType-Implementer\"> </a></td><td>Implementer</td></tr><tr><td style=\"white-space:nowrap\">Connection<a name=\"OrganizationType-Connection\"> </a></td><td>Connection</td></tr><tr><td style=\"white-space:nowrap\">QHIN<a name=\"OrganizationType-QHIN\"> </a></td><td>QHIN</td></tr><tr><td style=\"white-space:nowrap\">Child<a name=\"OrganizationType-Child\"> </a></td><td>Child</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.5"] ; # 
  fhir:name [ fhir:v "OrganizationType"] ; # 
  fhir:title [ fhir:v "Organization Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-29T15:21:41+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "The Sequoia Project"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "The Sequoia Project" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://sequoiaproject.org/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes used in Organization.type"] ; # 
  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:text [ fhir:v "United States of America" ]
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Participant" ] ;
fhir:display [ fhir:v "Participant" ] ;
fhir:definition [ fhir:v "Participant" ]
  ] [
fhir:code [ fhir:v "Subparticipant" ] ;
fhir:display [ fhir:v "Subparticipant" ] ;
fhir:definition [ fhir:v "Subparticipant" ]
  ] [
fhir:code [ fhir:v "Implementer" ] ;
fhir:display [ fhir:v "Implementer" ] ;
fhir:definition [ fhir:v "Implementer" ]
  ] [
fhir:code [ fhir:v "Connection" ] ;
fhir:display [ fhir:v "Connection" ] ;
fhir:definition [ fhir:v "Connection" ]
  ] [
fhir:code [ fhir:v "QHIN" ] ;
fhir:display [ fhir:v "QHIN" ] ;
fhir:definition [ fhir:v "QHIN" ]
  ] [
fhir:code [ fhir:v "Child" ] ;
fhir:display [ fhir:v "Child" ] ;
fhir:definition [ fhir:v "Child" ]
  ] ) . #