@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 -------------------------------------------------------------------

<https://fhir.slade360.co.ke/fhir/CodeSystem/order-forms> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "order-forms"] ; # 
  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 order-forms</b></p><a name=\"order-forms\"> </a><a name=\"hcorder-forms\"> </a><p>This  code system <code>https://fhir.slade360.co.ke/fhir/CodeSystem/order-forms</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\">medication-order-form<a name=\"order-forms-medication-order-form\"> </a></td><td>Medication Order Form</td><td>Medication order form.</td></tr><tr><td style=\"white-space:nowrap\">review-of-system<a name=\"order-forms-review-of-system\"> </a></td><td>Review of Systems</td><td>Review of systems form.</td></tr><tr><td style=\"white-space:nowrap\">vitals-form<a name=\"order-forms-vitals-form\"> </a></td><td>Vitals Form</td><td>Used to capture vitals information.</td></tr><tr><td style=\"white-space:nowrap\">patient-history-form<a name=\"order-forms-patient-history-form\"> </a></td><td>Patient History Form</td><td>Used to capture patient history information.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.slade360.co.ke/fhir/CodeSystem/order-forms"^^xsd:anyURI ;
     fhir:l <https://fhir.slade360.co.ke/fhir/CodeSystem/order-forms>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SGHIOrderFormsCodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-05-21T09:38:13+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Kathurima Kimathi"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Kathurima Kimathi" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.linkedin.com/in/kathurima-kimathi/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "kathurimakimathi415@gmail.com" ]
     ] )
  ] [
     fhir:name [ fhir:v "Oscar John" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "oscarjohnotieno@gmail.com" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] [
     fhir:name [ fhir:v "Kennedy Omondi" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "kennankole@gmail.com" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code system enumerating the different options used to specify order forms across SGHI's environment."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "medication-order-form" ] ;
     fhir:display [ fhir:v "Medication Order Form" ] ;
     fhir:definition [ fhir:v "Medication order form." ]
  ] [
     fhir:code [ fhir:v "review-of-system" ] ;
     fhir:display [ fhir:v "Review of Systems" ] ;
     fhir:definition [ fhir:v "Review of systems form." ]
  ] [
     fhir:code [ fhir:v "vitals-form" ] ;
     fhir:display [ fhir:v "Vitals Form" ] ;
     fhir:definition [ fhir:v "Used to capture vitals information." ]
  ] [
     fhir:code [ fhir:v "patient-history-form" ] ;
     fhir:display [ fhir:v "Patient History Form" ] ;
     fhir:definition [ fhir:v "Used to capture patient history information." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

