FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/biologicallyderivedproductdispense-status (Turtle)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemBiologicallyDerivedProductDispense

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem ;
  fhir:id [ fhir:v "biologicallyderivedproductdispense-status"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2024-03-27T11:56:58.316+00:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "oo" ]
  ] ) ;
  fhir:url [ fhir:v "http://hl7.org/fhir/biologicallyderivedproductdispense-status"], [ fhir:v "http://hl7.org/fhir/biologicallyderivedproductdispense-status"] ;
  fhir:version [ fhir:v "6.0.0-cibuild"], [ fhir:v "6.0.0-cibuild"] ;
  fhir:name [ fhir:v "BiologicallyDerivedProductDispense"], [ fhir:v "BiologicallyDerivedProductDispense"] ;
  fhir:title [ fhir:v "BiologicallyDerivedProductDispense Status Codes"], [ fhir:v "BiologicallyDerivedProductDispense Status Codes"] ;
  fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
  fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
  fhir:publisher [ fhir:v "HL7 International"], [ fhir:v "HL7 International"] ;
  fhir:description [ fhir:v "BiologicallyDerivedProductDispense Status Codes"], [ fhir:v "BiologicallyDerivedProductDispense Status Codes"] ;
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ;
  fhir:caseSensitive [ fhir:v "true"] ;
  fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-status"] ;
  fhir:content [ fhir:v "complete"] ;
  fhir:concept ( [
     fhir:code [ fhir:v "preparation" ] ;
     fhir:display [ fhir:v "Preparation" ] ;
     fhir:definition [ fhir:v "The dispense process has started but not yet completed." ]
  ] [
     fhir:code [ fhir:v "in-progress" ] ;
     fhir:display [ fhir:v "In Progress" ] ;
     fhir:definition [ fhir:v "The dispense process is in progress." ]
  ] [
     fhir:code [ fhir:v "allocated" ] ;
     fhir:display [ fhir:v "Allocated" ] ;
     fhir:definition [ fhir:v "The requested product has been allocated and is ready for transport." ]
  ] [
     fhir:code [ fhir:v "issued" ] ;
     fhir:display [ fhir:v "Issued" ] ;
     fhir:definition [ fhir:v "The dispensed product has been picked up." ]
  ] [
     fhir:code [ fhir:v "unfulfilled" ] ;
     fhir:display [ fhir:v "Unfulfilled" ] ;
     fhir:definition [ fhir:v "The dispense could not be completed." ]
  ] [
     fhir:code [ fhir:v "returned" ] ;
     fhir:display [ fhir:v "Returned" ] ;
     fhir:definition [ fhir:v "The dispensed product was returned." ]
  ] [
     fhir:code [ fhir:v "entered-in-error" ] ;
     fhir:display [ fhir:v "Entered in Error" ] ;
     fhir:definition [ fhir:v "The dispense was entered in error and therefore nullified." ]
  ] [
     fhir:code [ fhir:v "unknown" ] ;
     fhir:display [ fhir:v "Unknown" ] ;
     fhir:definition [ fhir:v "The authoring system does not know which of the status values applies for this dispense. Note: this concept is not to be used for other - one of the listed statuses is presumed to apply, it's just not known which one." ]
  ] ) .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.