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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OrganizationType"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "8" ] ;
fhir:lastUpdated [ fhir:v "2023-07-21T18:31:43.011Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-OrganizationType.html\"><code>https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/ValueSet/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:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"^^xsd:anyURI ]     ] )
  ] . #