Guia de implementação do Sumário Internacional do Paciente: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the IPS 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" : "40386463-e1c7-46d4-92c7-b65ace40fa41",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement 40386463-e1c7-46d4-92c7-b65ace40fa41</b></p><a name=\"40386463-e1c7-46d4-92c7-b65ace40fa41\"> </a><a name=\"hc40386463-e1c7-46d4-92c7-b65ace40fa41\"> </a><a name=\"40386463-e1c7-46d4-92c7-b65ace40fa41-pt-BR\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Medication-e8076935-bd85-4be3-a0a0-7349b972b130.html\">simvastatin</a></p><p><b>subject</b>: <a href=\"Patient-ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41.html\">A ser enriquecido pelo CADSUS (no stated gender), DoB:  ( https://terminologia.saude.gov.br/fhir/NamingSystem-cpf.html#12345678901)</a></p><p><b>effective</b>: 2024-06-26 12:33:18-0300</p><blockquote><p><b>dosage</b></p><p><b>text</b>: 10 mg/day</p><p><b>timing</b>: Once 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>10 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "medicationReference" : {
    🔗 "reference" : "Medication/e8076935-bd85-4be3-a0a0-7349b972b130",
    "display" : "simvastatin"
  },
  "subject" : {
    🔗 "reference" : "Patient/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41"
  },
  "effectiveDateTime" : "2024-06-26T12:33:18-03:00",
  "dosage" : [
    {
      "text" : "10 mg/day",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 10,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}