Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.1.0 - STU1 Brazil flag

This page is part of the Core do Brasil (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Exemplo de declaração de medicação. - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationStatement/82c41d7b-b125-49ae-825e-8918885ba234> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "82c41d7b-b125-49ae-825e-8918885ba234"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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\">levofloxacino</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>"
  ] ;
  fhir:MedicationStatement.status [ fhir:value "completed"] ;
  fhir:MedicationStatement.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/3a46210c-7eb3-48ec-aa67-db7e7ee18864> ;
     fhir:Reference.reference [ fhir:value "Medication/3a46210c-7eb3-48ec-aa67-db7e7ee18864" ] ;
     fhir:Reference.display [ fhir:value "levofloxacino" ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> ;
     fhir:Reference.reference [ fhir:value "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e" ] ;
     fhir:Reference.display [ fhir:value "João Carlos" ]
  ] ;
  fhir:MedicationStatement.effectivePeriod [
     fhir:Period.start [ fhir:value "2024-04-01"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2024-04-07"^^xsd:date ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2024-05-01"^^xsd:date] ;
  fhir:MedicationStatement.informationSource [
     fhir:link <http://hl7.org/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> ;
     fhir:Reference.reference [ fhir:value "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
     fhir:Reference.display [ fhir:value "Maria Clara" ]
  ] ;
  fhir:MedicationStatement.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "R50.9" ] ;
       fhir:Coding.display [ fhir:value "Fever, unspecified" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Febre alta sem causa definida" ]
  ] ;
  fhir:MedicationStatement.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Paciente relatou que usou Dipirona 500mg durante uma semana para controle de febre." ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "Tomar 1 comprimido via oral a cada 6 horas durante 7 dias." ] ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "4"^^xsd:positiveInteger ] ;
         fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
       ]
     ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
         fhir:Coding.code [ fhir:value "20053000" ] ;
         fhir:Coding.display [ fhir:value "Oral use" ]
       ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index 0 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "500"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mg" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mg" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Medication/3a46210c-7eb3-48ec-aa67-db7e7ee18864> a fhir:Medication .

<http://hl7.org/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/MedicationStatement/82c41d7b-b125-49ae-825e-8918885ba234.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationStatement/82c41d7b-b125-49ae-825e-8918885ba234.ttl> .