BioMaxis Implementation Guide - Local Development build (v0.0.0-semantic-release) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Extended Organization Type - TTL Representation
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 "extended-organization-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet extended-organization-type</b></p><a name=\"extended-organization-type\"> </a><a name=\"hcextended-organization-type\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2.0.1, the version found through the package references\"> version ?2.0.1</span></li><li>Include codes from<a href=\"CodeSystem-additional-organization-type.html\"><code>http://biomaxis.com/fhir/CodeSystem/additional-organization-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.0.0-semantic-release</span> where concept is-a <a href=\"CodeSystem-additional-organization-type.html#additional-organization-type-supplier\">supplier</a></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://biomaxis.com/fhir/ValueSet/extended-organization-type"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/ValueSet/extended-organization-type>
] ; #
fhir:version [ fhir:v "0.0.0-semantic-release"] ; #
fhir:name [ fhir:v "ExtendedOrganizationType"] ; #
fhir:title [ fhir:v "Extended Organization Type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2026-02-04T09:30:33+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "BioMaxis Pvt. Ltd."] ; #
fhir:contact ( [
fhir:name [ fhir:v "BioMaxis Pvt. Ltd." ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://biomaxis.com" ] ] )
] ) ; #
fhir:description [ fhir:v "All codes from the standard organization-type system plus custom supplier types using hierarchical filtering."] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/organization-type> ] ] [
fhir:system [
fhir:v "http://biomaxis.com/fhir/CodeSystem/additional-organization-type"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/additional-organization-type> ] ;
( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "supplier" ] ] ) ] )
] . #