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

: Exemplo de declaração de medicação. - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "9d15b978-0743-4a5b-af6f-aac73c027f16",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement 9d15b978-0743-4a5b-af6f-aac73c027f16</b></p><a name=\"9d15b978-0743-4a5b-af6f-aac73c027f16\"> </a><a name=\"hc9d15b978-0743-4a5b-af6f-aac73c027f16\"> </a><a name=\"9d15b978-0743-4a5b-af6f-aac73c027f16-pt-BR\"> </a><p><b>identifier</b>: <code>https://saude.gov.br/sid/medication-statement</code>/1234567890\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-category outpatient}\">Uso ambulatorial</span></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-12-01 --&gt; 2024-12-10</p><p><b>dateAsserted</b>: 2024-12-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=\"Codes:{http://hl7.org/fhir/sid/icd-10 J02.9}\">Acute pharyngitis, unspecified</span></p><p><b>note</b>: Paciente relatou sintomas de dor de garganta há 3 dias.</p><blockquote><p><b>dosage</b></p><p><b>text</b>: Tomar 1 cápsula via oral a cada 8 horas por 7 dias.</p><p><b>timing</b>: Code , 3 per 1 days</p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20053000}\">Oral use</span></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}\">Prescrito</span></td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://saude.gov.br/sid/medication-statement",
      "value" : "1234567890"
    }
  ],
  "status" : "active",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medication-statement-category",
        "code" : "outpatient",
        "display" : "Outpatient"
      }
    ],
    "text" : "Uso ambulatorial"
  },
  "medicationReference" : {
    🔗 "reference" : "Medication/3a46210c-7eb3-48ec-aa67-db7e7ee18864",
    "display" : "levofloxacin"
  },
  "subject" : {
    🔗 "reference" : "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e",
    "display" : "João Carlos"
  },
  "effectivePeriod" : {
    "start" : "2024-12-01",
    "end" : "2024-12-10"
  },
  "dateAsserted" : "2024-12-01",
  "informationSource" : {
    🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
    "display" : "Maria Clara"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/sid/icd-10",
          "code" : "J02.9",
          "display" : "Acute pharyngitis, unspecified"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "Paciente relatou sintomas de dor de garganta há 3 dias."
    }
  ],
  "dosage" : [
    {
      "text" : "Tomar 1 cápsula via oral a cada 8 horas por 7 dias.",
      "timing" : {
        "repeat" : {
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
              "code" : "TID",
              "display" : "TID"
            }
          ]
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://standardterms.edqm.eu",
            "code" : "20053000",
            "display" : "Oral use"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered",
                "display" : "Ordered"
              }
            ],
            "text" : "Prescrito"
          },
          "doseQuantity" : {
            "value" : 500,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}