@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://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-pk-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "imm-pat-pk-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 imm-pat-pk-type-cs</b></p><a name=\"imm-pat-pk-type-cs\"> </a><a name=\"hcimm-pat-pk-type-cs\"> </a><p>This case-insensitive code system <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-pk-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">pre-dose-level<a name=\"imm-pat-pk-type-cs-pre-dose-level\"> </a></td><td>Pre-dose drug level (trough / C0)</td></tr><tr><td style=\"white-space:nowrap\">post-dose-2h-level<a name=\"imm-pat-pk-type-cs-post-dose-2h-level\"> </a></td><td>2 h post-dose drug level (C2)</td></tr><tr><td style=\"white-space:nowrap\">auc<a name=\"imm-pat-pk-type-cs-auc\"> </a></td><td>Pharmacokinetic AUC</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-pk-type"^^xsd:anyURI ;
     fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-pk-type>
  ] ; # 
  fhir:version [ fhir:v "0.1.0-ci-build"] ; # 
  fhir:name [ fhir:v "ImmPatPKTypeCS"] ; # 
  fhir:title [ fhir:v "Immunosuppressant PK Observation Type CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-05T19:23:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Protect Child"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Protect Child" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://protect-child.eu/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types of pharmacokinetic monitoring observations for immunosuppressant therapy (DMv1.2 pre_dose_level, csa_2h_post_dose_level, auc)."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "pre-dose-level" ] ;
     fhir:display [ fhir:v "Pre-dose drug level (trough / C0)" ]
  ] [
     fhir:code [ fhir:v "post-dose-2h-level" ] ;
     fhir:display [ fhir:v "2 h post-dose drug level (C2)" ]
  ] [
     fhir:code [ fhir:v "auc" ] ;
     fhir:display [ fhir:v "Pharmacokinetic AUC" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

