Supply of Products for Healthcare (SUPPLY)
0.3.0 - ci-build International flag

Supply of Products for Healthcare (SUPPLY), published by IHE Pharmacy Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-supply/ and changes regularly. See the Directory of published versions

: Supply delivery stage code system - TTL Representation

Active as of 2024-03-26

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IHEDeliveryStageCS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://profiles.ihe.net/PHARM/supply/CodeSystem/DeliveryStageCS</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\">shipment<a name=\"IHEDeliveryStageCS-shipment\"> </a></td><td>Shipment</td><td>The event is the shipment of the item.</td></tr><tr><td style=\"white-space:nowrap\">reception<a name=\"IHEDeliveryStageCS-reception\"> </a></td><td>Reception</td><td>The event is the reception of the item.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/supply/CodeSystem/DeliveryStageCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "IHEDeliveryStageCS"] ; # 
  fhir:title [ fhir:v "Supply delivery stage code system"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-26T12:49:09+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IHE Pharmacy Technical Committee"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/pharmacy/" ]     ] )
  ] [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pharmacy@ihe.net" ]     ] )
  ] [
fhir:name [ fhir:v "IHE Pharmacy Technical Committee" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pharmacy@ihe.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Supply delivery code system."] ; # 
  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:copyright [ fhir:v "IHE http://www.ihe.net/Governance/#Intellectual_Property"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "shipment" ] ;
fhir:display [ fhir:v "Shipment" ] ;
fhir:definition [ fhir:v "The event is the shipment of the item." ]
  ] [
fhir:code [ fhir:v "reception" ] ;
fhir:display [ fhir:v "Reception" ] ;
fhir:definition [ fhir:v "The event is the reception of the item." ]
  ] ) . #