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

This page is part of the Core do Brasil (v1.0.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

: 80589c80-643e-43ea-801b-5f32616e9a27 - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "80589c80-643e-43ea-801b-5f32616e9a27",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense 80589c80-643e-43ea-801b-5f32616e9a27</b></p><a name=\"80589c80-643e-43ea-801b-5f32616e9a27\"> </a><a name=\"hc80589c80-643e-43ea-801b-5f32616e9a27\"> </a><a name=\"80589c80-643e-43ea-801b-5f32616e9a27-pt-BR\"> </a><p><b>identifier</b>: <code>https://saude.gov.br/fhir/sid/medicationdispense</code>/12345</p><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc M01AX05}\">Glucosamina</span></p><p><b>subject</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">João Carlos</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></td></tr></table><p><b>location</b>: <a href=\"Location-9fea09cf-0529-4f7d-bad0-80cd5fd00cba.html\">Clínica Geral</a></p><p><b>quantity</b>: 30 comprimidos</p><p><b>daysSupply</b>: 30 days<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p><p><b>whenPrepared</b>: 2023-12-12 10:00:00-0300</p><p><b>whenHandedOver</b>: 2023-12-12 10:30:00-0300</p><p><b>destination</b>: <a href=\"Location-9fea09cf-0529-4f7d-bad0-80cd5fd00cba.html\">Clínica Geral</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Tomar 1 comprimido a cada 12 horas após café da manhã e jantar.</p><p><b>timing</b>: 2 per 1 days</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>(unit 10219000 from http://standardterms.edqm.eu)<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu  code10219000 = 'Tablet')</span></td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://saude.gov.br/fhir/sid/medicationdispense",
      "value" : "12345"
    }
  ],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "M01AX05",
        "display" : "Glucosamine"
      }
    ],
    "text" : "Glucosamina"
  },
  "subject" : {
    🔗 "reference" : "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e",
    "display" : "João Carlos"
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
        "display" : "Maria Clara"
      }
    }
  ],
  "location" : {
    🔗 "reference" : "Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba",
    "display" : "Clínica Geral"
  },
  "quantity" : {
    "value" : 30,
    "unit" : "comprimidos"
  },
  "daysSupply" : {
    "value" : 30,
    "unit" : "days",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  },
  "whenPrepared" : "2023-12-12T10:00:00-03:00",
  "whenHandedOver" : "2023-12-12T10:30:00-03:00",
  "destination" : {
    🔗 "reference" : "Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba",
    "display" : "Clínica Geral"
  },
  "dosageInstruction" : [
    {
      "text" : "Tomar 1 comprimido a cada 12 horas após café da manhã e jantar.",
      "timing" : {
        "repeat" : {
          "frequency" : 2,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "system" : "http://standardterms.edqm.eu",
            "code" : "10219000"
          }
        }
      ]
    }
  ]
}