Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: MedicationStatement Example - Bundle - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "7338251"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2022-07-05T10:57:25.597+02:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Patient/3466"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Patient/3466> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Medication/4749"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Medication/4749> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Medication/5820"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Medication/5820> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Medication/4963"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Medication/4963> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Medication/9165"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Medication/9165> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Medication/9149"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Medication/9149> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/MedicationStatement/7347"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/MedicationStatement/7347> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/MedicationStatement/7358"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/MedicationStatement/7358> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/MedicationStatement/7349"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/MedicationStatement/7349> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/MedicationStatement/7301"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/MedicationStatement/7301> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/MedicationStatement/73014"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/MedicationStatement/73014> )
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Patient/3466> a fhir:Patient ;
  fhir:id [ fhir:v "3466"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Patient-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Patient-IEHR>     ] )
  ] ; # 
  fhir:language [ fhir:v "it-IT"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"it-IT\" lang=\"it-IT\"><a name=\"Patient_3466\"> </a><p><b>Generated Narrative: Patient</b><a name=\"3466\"> </a><a name=\"hc3466\"> </a></p><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\">Resource Patient &quot;3466&quot;  (Language &quot;it-IT&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient-IEHR.html\">Patient-IEHR</a></p></div><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/Patient/MS01</p><p><b>name</b>: Markus Smith </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 2013-12-05</p><p><b>address</b>: Rome ITA (home)</p><p><b>generalPractitioner</b>: <a href=\"Organization-34432.html\">Organization/34432</a> &quot;Fondazione Gabriele Monasterio&quot;</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://interopEHRate.eu/fhir-resource/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Patient/MS01" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "Markus" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "2013-12-05"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:city [ fhir:v "Rome" ] ;
fhir:country [ fhir:v "ITA" ]
  ] ) ; # 
  fhir:generalPractitioner ( [
fhir:reference [ fhir:v "Organization/34432" ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Medication/4749> a fhir:Medication ;
  fhir:id [ fhir:v "4749"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Medication-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Medication-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_4749\"> </a><p><b>Generated Narrative: Medication</b><a name=\"4749\"> </a><a name=\"hc4749\"> </a></p><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\">Resource Medication &quot;4749&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Medication-IEHR.html\">Medication-IEHR</a></p></div><p><b>code</b>: furosemide <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#C03CA01)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#10219000)</span></p><p><b>amount</b>: 25 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {tablet} = '{tablet}')</span></p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C03CA01" ] ;
fhir:display [
fhir:v "furosemide" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "it-IT" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Furosemide (Lasix)" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ]     ] )
  ] ; # 
  fhir:form [
    ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10219000" ] ;
fhir:display [ fhir:v "Tablet" ]     ] )
  ] ; # 
  fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "25"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{tablet}" ]     ]
  ] . # 

<http://interopEHRate.eu/fhir-resource/Medication/5820> a fhir:Medication ;
  fhir:id [ fhir:v "5820"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Medication-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Medication-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_5820\"> </a><p><b>Generated Narrative: Medication</b><a name=\"5820\"> </a><a name=\"hc5820\"> </a></p><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\">Resource Medication &quot;5820&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Medication-IEHR.html\">Medication-IEHR</a></p></div><p><b>code</b>: bisoprolol and thiazides <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#C07BB07)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#10219000)</span></p><p><b>amount</b>: 3.75 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {tablet} = '{tablet}')</span></p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C07BB07" ] ;
fhir:display [
fhir:v "bisoprolol and thiazides" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "it-IT" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Bisoprololo (Bisoprololo san)" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ]     ] )
  ] ; # 
  fhir:form [
    ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10219000" ] ;
fhir:display [ fhir:v "Tablet" ]     ] )
  ] ; # 
  fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "3.75"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{tablet}" ]     ]
  ] . # 

<http://interopEHRate.eu/fhir-resource/Medication/4963> a fhir:Medication ;
  fhir:id [ fhir:v "4963"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Medication-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Medication-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_4963\"> </a><p><b>Generated Narrative: Medication</b><a name=\"4963\"> </a><a name=\"hc4963\"> </a></p><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\">Resource Medication &quot;4963&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Medication-IEHR.html\">Medication-IEHR</a></p></div><p><b>code</b>: fondaparinux <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#B01AX05)</span></p><p><b>form</b>: Solution for injection in pre-filled syringe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#50060300)</span></p><p><b>amount</b>: 2.5 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 syringe<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {syringe} = '{syringe}')</span></p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "B01AX05" ] ;
fhir:display [
fhir:v "fondaparinux" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "it-IT" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Fondaparinux (Arixtra)" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ]     ] )
  ] ; # 
  fhir:form [
    ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "50060300" ] ;
fhir:display [ fhir:v "Solution for injection in pre-filled syringe" ]     ] )
  ] ; # 
  fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "2.5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "syringe" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{syringe}" ]     ]
  ] . # 

<http://interopEHRate.eu/fhir-resource/Medication/9165> a fhir:Medication ;
  fhir:id [ fhir:v "9165"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Medication-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Medication-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_9165\"> </a><p><b>Generated Narrative: Medication</b><a name=\"9165\"> </a><a name=\"hc9165\"> </a></p><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\">Resource Medication &quot;9165&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Medication-IEHR.html\">Medication-IEHR</a></p></div><p><b>code</b>: pantoprazole, amoxicillin and clarithromycin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#A02BD04)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#10219000)</span></p><p><b>amount</b>: 20 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {tablet} = '{tablet}')</span></p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A02BD04" ] ;
fhir:display [
fhir:v "pantoprazole, amoxicillin and clarithromycin" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "it-IT" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Pantoprazolo (Pantorc)" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ]     ] )
  ] ; # 
  fhir:form [
    ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10219000" ] ;
fhir:display [ fhir:v "Tablet" ]     ] )
  ] ; # 
  fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "20"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{tablet}" ]     ]
  ] . # 

<http://interopEHRate.eu/fhir-resource/Medication/9149> a fhir:Medication ;
  fhir:id [ fhir:v "9149"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Medication-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Medication-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_9149\"> </a><p><b>Generated Narrative: Medication</b><a name=\"9149\"> </a><a name=\"hc9149\"> </a></p><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\">Resource Medication &quot;9149&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Medication-IEHR.html\">Medication-IEHR</a></p></div><p><b>code</b>: paroxetine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#N06AB05)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#10219000)</span></p><p><b>amount</b>: 20 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {tablet} = '{tablet}')</span></p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N06AB05" ] ;
fhir:display [
fhir:v "paroxetine" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "it-IT" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Paroxetina (Paroxetina eg)" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ]     ] )
  ] ; # 
  fhir:form [
    ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10219000" ] ;
fhir:display [ fhir:v "Tablet" ]     ] )
  ] ; # 
  fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "20"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{tablet}" ]     ]
  ] . # 

<http://interopEHRate.eu/fhir-resource/MedicationStatement/7347> a fhir:MedicationStatement ;
  fhir:id [ fhir:v "7347"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/MedicationStatement-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/MedicationStatement-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_7347\"> </a><p><b>Generated Narrative: MedicationStatement</b><a name=\"7347\"> </a><a name=\"hc7347\"> </a></p><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\">Resource MedicationStatement &quot;7347&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationStatement-IEHR.html\">MedicationStatement-IEHR</a></p></div><p><b>status</b>: active</p><p><b>medication</b>: See on this page: Medication/4749</p><p><b>subject</b>: See on this page: Patient/3466</p><p><b>effective</b>: 2022-07-05 10:57:41+0200</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1 pill at 08:00 AM</td><td>Once per 1 days</td><td>Oral use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#20053000)</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/4749" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-07-05T10:57:41+02:00"^^xsd:dateTime] ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "1 pill at 08:00 AM" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
        ( fhir:timeOfDay [ fhir:v "08:00:00"^^xsd:time ] )       ]     ] ;
fhir:route [
      ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20053000" ] ;
fhir:display [ fhir:v "Oral use" ]       ] )     ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/MedicationStatement/7358> a fhir:MedicationStatement ;
  fhir:id [ fhir:v "7358"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/MedicationStatement-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/MedicationStatement-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_7358\"> </a><p><b>Generated Narrative: MedicationStatement</b><a name=\"7358\"> </a><a name=\"hc7358\"> </a></p><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\">Resource MedicationStatement &quot;7358&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationStatement-IEHR.html\">MedicationStatement-IEHR</a></p></div><p><b>status</b>: active</p><p><b>medication</b>: See on this page: Medication/5820</p><p><b>subject</b>: See on this page: Patient/3466</p><p><b>effective</b>: 2022-07-05 10:57:43+0200</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1 pill at 08:00 AM, 1 pill at 08:00 PM</td><td>2 per 1 days</td><td>Oral use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#20053000)</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/5820" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-07-05T10:57:43+02:00"^^xsd:dateTime] ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "1 pill at 08:00 AM, 1 pill at 08:00 PM" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
        ( fhir:timeOfDay [ fhir:v "08:00:00"^^xsd:time ] [ fhir:v "20:00:00"^^xsd:time ] )       ]     ] ;
fhir:route [
      ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20053000" ] ;
fhir:display [ fhir:v "Oral use" ]       ] )     ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/MedicationStatement/7349> a fhir:MedicationStatement ;
  fhir:id [ fhir:v "7349"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/MedicationStatement-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/MedicationStatement-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_7349\"> </a><p><b>Generated Narrative: MedicationStatement</b><a name=\"7349\"> </a><a name=\"hc7349\"> </a></p><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\">Resource MedicationStatement &quot;7349&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationStatement-IEHR.html\">MedicationStatement-IEHR</a></p></div><p><b>status</b>: active</p><p><b>medication</b>: See on this page: Medication/4963</p><p><b>subject</b>: See on this page: Patient/3466</p><p><b>effective</b>: 2022-07-05 10:57:46+0200</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1 subcutaneous injection at 08:00 PM up to INR &gt;2, then stop</td><td>Once per 1 days</td><td>Subcutaneous use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#20066000)</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/4963" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-07-05T10:57:46+02:00"^^xsd:dateTime] ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "1 subcutaneous injection at 08:00 PM up to INR >2, then stop" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
        ( fhir:timeOfDay [ fhir:v "20:00:00"^^xsd:time ] )       ]     ] ;
fhir:route [
      ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20066000" ] ;
fhir:display [ fhir:v "Subcutaneous use" ]       ] )     ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/MedicationStatement/7301> a fhir:MedicationStatement ;
  fhir:id [ fhir:v "7301"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/MedicationStatement-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/MedicationStatement-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_7301\"> </a><p><b>Generated Narrative: MedicationStatement</b><a name=\"7301\"> </a><a name=\"hc7301\"> </a></p><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\">Resource MedicationStatement &quot;7301&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationStatement-IEHR.html\">MedicationStatement-IEHR</a></p></div><p><b>status</b>: active</p><p><b>medication</b>: See on this page: Medication/9165</p><p><b>subject</b>: See on this page: Patient/3466</p><p><b>effective</b>: 2022-07-05 10:57:48+0200</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1 pill at 08:00 PM</td><td>Once per 1 days</td><td>Oral use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#20053000)</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/9165" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-07-05T10:57:48+02:00"^^xsd:dateTime] ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "1 pill at 08:00 PM" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
        ( fhir:timeOfDay [ fhir:v "20:00:00"^^xsd:time ] )       ]     ] ;
fhir:route [
      ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20053000" ] ;
fhir:display [ fhir:v "Oral use" ]       ] )     ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/MedicationStatement/73014> a fhir:MedicationStatement ;
  fhir:id [ fhir:v "73014"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/MedicationStatement-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/MedicationStatement-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_73014\"> </a><p><b>Generated Narrative: MedicationStatement</b><a name=\"73014\"> </a><a name=\"hc73014\"> </a></p><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\">Resource MedicationStatement &quot;73014&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationStatement-IEHR.html\">MedicationStatement-IEHR</a></p></div><p><b>status</b>: active</p><p><b>medication</b>: See on this page: Medication/9149</p><p><b>subject</b>: See on this page: Patient/3466</p><p><b>effective</b>: 2022-07-05 10:57:49+0200</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1 pill at 08:00 AM</td><td>Once per 1 days</td><td>Oral use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#20053000)</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/9149" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-07-05T10:57:49+02:00"^^xsd:dateTime] ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "1 pill at 08:00 AM" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
        ( fhir:timeOfDay [ fhir:v "08:00:00"^^xsd:time ] )       ]     ] ;
fhir:route [
      ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20053000" ] ;
fhir:display [ fhir:v "Oral use" ]       ] )     ]
  ] ) . #