@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://br-core.saude.gov.br/fhir/MedicationStatement/82c41d7b-b125-49ae-825e-8918885ba234> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "82c41d7b-b125-49ae-825e-8918885ba234"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: MedicationStatement 82c41d7b-b125-49ae-825e-8918885ba234</b></p><a name=\"82c41d7b-b125-49ae-825e-8918885ba234\"> </a><a name=\"hc82c41d7b-b125-49ae-825e-8918885ba234\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-3a46210c-7eb3-48ec-aa67-db7e7ee18864.html\">levofloxacin</a></p><p><b>subject</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">João Carlos</a></p><p><b>effective</b>: 2024-04-01 --&gt; 2024-04-07</p><p><b>dateAsserted</b>: 2024-05-01</p><p><b>informationSource</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>reasonCode</b>: <span title=\"Códigos:{http://hl7.org/fhir/sid/icd-10 R50.9}\">Febre alta sem causa definida</span></p><p><b>note</b>: </p><blockquote><div><p>Paciente relatou que usou Dipirona 500mg durante uma semana para controle de febre.</p>\n</div></blockquote><blockquote><p><b>dosage</b></p><p><b>text</b>: Tomar 1 comprimido via oral a cada 6 horas durante 7 dias.</p><p><b>timing</b>: 4 por 1 day</p><p><b>route</b>: <span title=\"Códigos:{http://standardterms.edqm.eu 20053000}\">Oral use</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Detalhes: UCUM códigomg = 'mg')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
     a fhir:Reference ;
     fhir:link <https://br-core.saude.gov.br/fhir/Medication/3a46210c-7eb3-48ec-aa67-db7e7ee18864> ;
     fhir:reference [ fhir:v "Medication/3a46210c-7eb3-48ec-aa67-db7e7ee18864" ] ;
     fhir:display [ fhir:v "levofloxacin" ]
  ] ; # 
  fhir:subject [
     fhir:link <https://br-core.saude.gov.br/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> ;
     fhir:reference [ fhir:v "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e" ] ;
     fhir:display [ fhir:v "João Carlos" ]
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2024-04-01"^^xsd:date ] ;
     fhir:end [ fhir:v "2024-04-07"^^xsd:date ]
  ] ; # 
  fhir:dateAsserted [ fhir:v "2024-05-01"^^xsd:date] ; # 
  fhir:informationSource [
     fhir:link <https://br-core.saude.gov.br/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> ;
     fhir:reference [ fhir:v "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
     fhir:display [ fhir:v "Maria Clara" ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "R50.9" ] ;
       fhir:display [ fhir:v "Fever, unspecified" ]
     ] ) ;
     fhir:text [ fhir:v "Febre alta sem causa definida" ]
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Paciente relatou que usou Dipirona 500mg durante uma semana para controle de febre." ]
  ] ) ; # 
  fhir:dosage ( [
     fhir:text [ fhir:v "Tomar 1 comprimido via oral a cada 6 horas durante 7 dias." ] ;
     fhir:timing [
       fhir:repeat [
         fhir:frequency [ fhir:v "4"^^xsd:positiveInteger ] ;
         fhir:period [ fhir:v "1"^^xsd:decimal ] ;
         fhir:periodUnit [ fhir:v "d" ]
       ]
     ] ;
     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" ]
       ] )
     ] ;
     fhir:doseAndRate ( [
       fhir:dose [
         a fhir:Quantity ;
         fhir:value [ fhir:v "500"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "mg" ] ;
         fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "mg" ]
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

