@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://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eahp-supply-request-identifier-type-cs"] ; # 
  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 eahp-supply-request-identifier-type-cs</b></p><a name=\"eahp-supply-request-identifier-type-cs\"> </a><a name=\"hceahp-supply-request-identifier-type-cs\"> </a><p>This  code system <code>https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs</code> defines the following code:</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\">RequestId<a name=\"eahp-supply-request-identifier-type-cs-RequestId\"> </a></td><td>Request ID</td><td>The ID of a complete supply request, spanning multiple medicines/inventory items.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs"^^xsd:anyURI ;
     fhir:l <https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs>
  ] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "EAHPSupplyRequestIdentifierTypeCS"] ; # 
  fhir:title [ fhir:v "EAHP Identifier Types"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-05-13T10:58:11+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Custom identifier types for pharmacy automation supply requests."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "RequestId" ] ;
     fhir:display [ fhir:v "Request ID" ] ;
     fhir:definition [ fhir:v "The ID of a complete supply request, spanning multiple medicines/inventory items." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

