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
: Location Service 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "location-service-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: CodeSystem location-service-type</b></p><a name=\"location-service-type\"> </a><a name=\"hclocation-service-type\"> </a><p>This code system <code>http://biomaxis.com/fhir/CodeSystem/location-service-type</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\">ICU<a name=\"location-service-type-ICU\"> </a></td><td>Intensive Care Unit Service</td><td>For critical care patients</td></tr><tr><td style=\"white-space:nowrap\">NOR<a name=\"location-service-type-NOR\"> </a></td><td>Normal Ward Service</td><td>Shared general ward</td></tr><tr><td style=\"white-space:nowrap\">CAB<a name=\"location-service-type-CAB\"> </a></td><td>Cabin Service</td><td>Private cabin with basic amenities</td></tr><tr><td style=\"white-space:nowrap\">VIP<a name=\"location-service-type-VIP\"> </a></td><td>VIP Cabin Service</td><td>Private cabin with premium amenities</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://biomaxis.com/fhir/CodeSystem/location-service-type"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/location-service-type>
] ; #
fhir:version [ fhir:v "0.0.0-semantic-release"] ; #
fhir:name [ fhir:v "LocationServiceType"] ; #
fhir:title [ fhir:v "Location Service 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 "A code system to represent the type of service provided at a location."] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "ICU" ] ;
fhir:display [ fhir:v "Intensive Care Unit Service" ] ;
fhir:definition [ fhir:v "For critical care patients" ]
] [
fhir:code [ fhir:v "NOR" ] ;
fhir:display [ fhir:v "Normal Ward Service" ] ;
fhir:definition [ fhir:v "Shared general ward" ]
] [
fhir:code [ fhir:v "CAB" ] ;
fhir:display [ fhir:v "Cabin Service" ] ;
fhir:definition [ fhir:v "Private cabin with basic amenities" ]
] [
fhir:code [ fhir:v "VIP" ] ;
fhir:display [ fhir:v "VIP Cabin Service" ] ;
fhir:definition [ fhir:v "Private cabin with premium amenities" ]
] ) . #