Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UAPI Value Set - Organization Type - TTL Representation

Active as of 2020-06-15

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "uapi-org-type"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2021-06-02T05:00:00.000+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet uapi-org-type</b></p><a name=\"uapi-org-type\"> </a><a name=\"hcuapi-org-type\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-06-02 05:00:00+0000</p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a> where concept  is-a <a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html#organization-type-prov\">prov</a></li><li>Include codes from<a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a> where concept  is-a <a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html#organization-type-ins\">ins</a></li><li>Include codes from<a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a> where concept  is-a <a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html#organization-type-other\">other</a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.developer.gene.com/ValueSet/uapi-org-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.20"] ; # 
  fhir:name [ fhir:v "UapiValueSetOrganizationType"] ; # 
  fhir:title [ fhir:v "UAPI Value Set - Organization Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2020-06-15T00:00:00-05:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Krzysztof Wilczek" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:wilczekk@gene.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set contains Organization Types used in the UAPI "] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "prov" ]       ] )     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "ins" ]       ] )     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "other" ]       ] )     ] )
  ] . #