@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/emedicinal-product-info/MedicationKnowledge/medication-knowledge-epi-type3-example> a fhir:MedicationKnowledge ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medication-knowledge-epi-type3-example"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationKnowledge medication-knowledge-epi-type3-example</b></p><a name=\"medication-knowledge-epi-type3-example\"> </a><a name=\"hcmedication-knowledge-epi-type3-example\"> </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\">Language: en</p></div><p><b>status</b>: Active</p><blockquote><p><b>indicationGuideline</b></p><h3>Indications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 386661006}\">Fever</span></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 22253000}\">Pain</span></td></tr></table><blockquote><p><b>dosingGuideline</b></p><p><b>treatmentIntent</b>: <span title=\"Codes:{http://snomed.info/sct 384812002}\">Pain relief</span></p><blockquote><p><b>dosage</b></p><p><b>type</b>: <span title=\"Codes:\">Initial Treatment (Week 1)</span></p><blockquote><p><b>dosage</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Take 1 tablet twice daily for the first week</p><p><b>timing</b>: 2 per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: EDQM Standard Terms  code10219000 = 'Tablet')</span></td></tr></table></blockquote></blockquote><blockquote><p><b>dosage</b></p><p><b>type</b>: <span title=\"Codes:\">Maintenance Treatment (Weeks 2-4)</span></p><blockquote><p><b>dosage</b></p><p><b>sequence</b>: 2</p><p><b>text</b>: Take 1 tablet once daily for three more weeks</p><p><b>timing</b>: Once per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: EDQM Standard Terms  code10219000 = 'Tablet')</span></td></tr></table></blockquote></blockquote></blockquote></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:indicationGuideline ( [
     fhir:indication ( [
       fhir:concept [
         fhir:coding ( [
           a sct:386661006 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "386661006" ] ;
           fhir:display [ fhir:v "Fever" ]
         ] )
       ]
     ] [
       fhir:concept [
         fhir:coding ( [
           a sct:22253000 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "22253000" ] ;
           fhir:display [ fhir:v "Pain" ]
         ] )
       ]
     ] ) ;
     fhir:dosingGuideline ( [
       fhir:treatmentIntent [
         fhir:coding ( [
           a sct:384812002 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "384812002" ] ;
           fhir:display [ fhir:v "To relieve pain" ]
         ] ) ;
         fhir:text [ fhir:v "Pain relief" ]
       ] ;
       fhir:dosage ( [
         fhir:type [
           fhir:text [ fhir:v "Initial Treatment (Week 1)" ]
         ] ;
         fhir:dosage ( [
           fhir:sequence [ fhir:v 1 ] ;
           fhir:text [ fhir:v "Take 1 tablet twice daily for the first week" ] ;
           fhir:timing [
             fhir:repeat [
               fhir:bounds [
                 a fhir:Duration ;
                 fhir:value [ fhir:v "7"^^xsd:decimal ] ;
                 fhir:unit [ fhir:v "days" ] ;
                 fhir:system [
                   fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
                   fhir:l <http://unitsofmeasure.org>
                 ] ;
                 fhir:code [ fhir:v "d" ]
               ] ;
               fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
               fhir:period [ fhir:v "1"^^xsd:decimal ] ;
               fhir:periodUnit [ fhir:v "d" ]
             ]
           ] ;
           fhir:doseAndRate ( [
             fhir:type [
               fhir:coding ( [
                 fhir:system [
                   fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ;
                   fhir:l <http://terminology.hl7.org/CodeSystem/dose-rate-type>
                 ] ;
                 fhir:code [ fhir:v "ordered" ] ;
                 fhir:display [ fhir:v "Ordered" ]
               ] )
             ] ;
             fhir:dose [
               a fhir:Quantity ;
               fhir:value [ fhir:v "1"^^xsd:decimal ] ;
               fhir:unit [ fhir:v "tablet" ] ;
               fhir:system [
                 fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
                 fhir:l <http://standardterms.edqm.eu>
               ] ;
               fhir:code [ fhir:v "10219000" ]
             ]
           ] )
         ] )
       ] [
         fhir:type [
           fhir:text [ fhir:v "Maintenance Treatment (Weeks 2-4)" ]
         ] ;
         fhir:dosage ( [
           fhir:sequence [ fhir:v 2 ] ;
           fhir:text [ fhir:v "Take 1 tablet once daily for three more weeks" ] ;
           fhir:timing [
             fhir:repeat [
               fhir:bounds [
                 a fhir:Duration ;
                 fhir:value [ fhir:v "21"^^xsd:decimal ] ;
                 fhir:unit [ fhir:v "days" ] ;
                 fhir:system [
                   fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
                   fhir:l <http://unitsofmeasure.org>
                 ] ;
                 fhir:code [ fhir:v "d" ]
               ] ;
               fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
               fhir:period [ fhir:v "1"^^xsd:decimal ] ;
               fhir:periodUnit [ fhir:v "d" ]
             ]
           ] ;
           fhir:doseAndRate ( [
             fhir:type [
               fhir:coding ( [
                 fhir:system [
                   fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ;
                   fhir:l <http://terminology.hl7.org/CodeSystem/dose-rate-type>
                 ] ;
                 fhir:code [ fhir:v "ordered" ] ;
                 fhir:display [ fhir:v "Ordered" ]
               ] )
             ] ;
             fhir:dose [
               a fhir:Quantity ;
               fhir:value [ fhir:v "1"^^xsd:decimal ] ;
               fhir:unit [ fhir:v "tablet" ] ;
               fhir:system [
                 fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
                 fhir:l <http://standardterms.edqm.eu>
               ] ;
               fhir:code [ fhir:v "10219000" ]
             ]
           ] )
         ] )
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

