@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/Observation/ImmPatPKObservationExample1> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ImmPatPKObservationExample1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/imm-pat-pk-observation"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/imm-pat-pk-observation>
     ] )
  ] ; # 
  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: Observation ImmPatPKObservationExample1</b></p><a name=\"ImmPatPKObservationExample1\"> </a><a name=\"hcImmPatPKObservationExample1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-imm-pat-pk-observation.html\">Immunosuppressant PK Observation</a></p></div><p><b>partOf</b>: <a href=\"MedicationStatement-ImmPatMaintenanceExample1.html\">MedicationStatement: identifier = https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/imm-pat-id#IMMPAT-MAIN-001; status = active; category = Maintenance; medication[x] = -&gt;Medication Steroid (methylprednisolone); effective[x] = 2023-09-15 --&gt; (ongoing)</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-pk-type pre-dose-level}\">Pre-dose drug level (trough / C0)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientTransplant1.html\">Anonymous Patient Female, DoB Unknown ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)</a></p><p><b>effective</b>: 2023-09-15</p><p><b>value</b>: 8.5 ng/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeng.mL-1 = 'ng.mL-1')</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:partOf ( [
     fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/MedicationStatement/ImmPatMaintenanceExample1> ;
     fhir:reference [ fhir:v "MedicationStatement/ImmPatMaintenanceExample1" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "laboratory" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         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:code [ fhir:v "pre-dose-level" ] ;
       fhir:display [ fhir:v "Pre-dose drug level (trough / C0)" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/Patient/ExamplePatientTransplant1> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientTransplant1" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2023-09-15"^^xsd:date
  ] ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v 8.5 ] ;
     fhir:unit [ fhir:v "ng/mL" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "ng.mL-1" ]
  ] . # 

# -------------------------------------------------------------------------------------

