0.0.1 - 0.0.1

EAHPInteroperabilityIG - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EAHP Identifier Types - TTL Representation

Draft as of 2026-05-13

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 "eahp-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-identifier-type-cs</b></p><a name=\"eahp-identifier-type-cs\"> </a><a name=\"hceahp-identifier-type-cs\"> </a><p>This  code system <code>https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-identifier-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\">FMD_BARCODE<a name=\"eahp-identifier-type-cs-FMD_BARCODE\"> </a></td><td>Raw Scan Data</td><td>The raw, unparsed data string captured from the package barcode (e.g., GS1 DataMatrix). This string contains the full set of encoded data (GTIN, Lot, Expiry, Serial) including hidden group separators. It is the primary technical key for Falsified Medicines Directive (FMD) verification.</td></tr><tr><td style=\"white-space:nowrap\">PRODUCT_BARCODE<a name=\"eahp-identifier-type-cs-PRODUCT_BARCODE\"> </a></td><td>Product Barcode</td><td>The complete product barcode value as scanned or exchanged, when it is distinct from the parsed product-code component.</td></tr><tr><td style=\"white-space:nowrap\">PC<a name=\"eahp-identifier-type-cs-PC\"> </a></td><td>Product Code</td><td>The parsed product-code component from the barcode identifying the product (e.g. GTIN, PZN, NRN...).</td></tr><tr><td style=\"white-space:nowrap\">HIS_CODE<a name=\"eahp-identifier-type-cs-HIS_CODE\"> </a></td><td>HIS Code</td><td>The code assigned by Hospital Information System.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-identifier-type-cs"^^xsd:anyURI ;
fhir:l <https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-identifier-type-cs>
  ] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "EAHPIdentifierTypeCS"] ; # 
  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."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "FMD_BARCODE" ] ;
fhir:display [ fhir:v "Raw Scan Data" ] ;
fhir:definition [ fhir:v "The raw, unparsed data string captured from the package barcode (e.g., GS1 DataMatrix). This string contains the full set of encoded data (GTIN, Lot, Expiry, Serial) including hidden group separators. It is the primary technical key for Falsified Medicines Directive (FMD) verification." ]
  ] [
fhir:code [ fhir:v "PRODUCT_BARCODE" ] ;
fhir:display [ fhir:v "Product Barcode" ] ;
fhir:definition [ fhir:v "The complete product barcode value as scanned or exchanged, when it is distinct from the parsed product-code component." ]
  ] [
fhir:code [ fhir:v "PC" ] ;
fhir:display [ fhir:v "Product Code" ] ;
fhir:definition [ fhir:v "The parsed product-code component from the barcode identifying the product (e.g. GTIN, PZN, NRN...)." ]
  ] [
fhir:code [ fhir:v "HIS_CODE" ] ;
fhir:display [ fhir:v "HIS Code" ] ;
fhir:definition [ fhir:v "The code assigned by Hospital Information System." ]
  ] ) . #