Just In Time(JIT) Medical Implementation Guide
1.0.0 - ci-build International flag

Just In Time(JIT) Medical Implementation Guide, published by Just In Time. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Adam-Muyobo/Musakabantu-FHIR/ and changes regularly. See the Directory of published versions

: Inventory Location Type CodeSystem - TTL Representation

Active as of 2025-08-29

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 "inventory-location-type-cs"] ; # 
  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: CodeSystem inventory-location-type-cs</b></p><a name=\"inventory-location-type-cs\"> </a><a name=\"hcinventory-location-type-cs\"> </a><p>This  code system <code>http://md.jitmedical.org/fhir/CodeSystem/inventory-location-type-cs</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\">pharmacy<a name=\"inventory-location-type-cs-pharmacy\"> </a></td><td>Pharmacy</td><td>A pharmacy location</td></tr><tr><td style=\"white-space:nowrap\">storeroom<a name=\"inventory-location-type-cs-storeroom\"> </a></td><td>Storeroom</td><td>A storeroom location</td></tr><tr><td style=\"white-space:nowrap\">warehouse<a name=\"inventory-location-type-cs-warehouse\"> </a></td><td>Warehouse</td><td>A warehouse location</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://md.jitmedical.org/fhir/CodeSystem/inventory-location-type-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "InventoryLocationTypeCS"] ; # 
  fhir:title [ fhir:v "Inventory Location Type CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-08-29T09:44:18+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Just In Time"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Just In Time" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://jitmeds.org/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@jitmeds.org" ]     ] )
  ] [
fhir:name [ fhir:v "Adam Muyobo" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "muyoboadam@gmail.com" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for inventory location types (pharmacy, storeroom, warehouse)."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "pharmacy" ] ;
fhir:display [ fhir:v "Pharmacy" ] ;
fhir:definition [ fhir:v "A pharmacy location" ]
  ] [
fhir:code [ fhir:v "storeroom" ] ;
fhir:display [ fhir:v "Storeroom" ] ;
fhir:definition [ fhir:v "A storeroom location" ]
  ] [
fhir:code [ fhir:v "warehouse" ] ;
fhir:display [ fhir:v "Warehouse" ] ;
fhir:definition [ fhir:v "A warehouse location" ]
  ] ) . #