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 solicitação de medicamento. - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "f858d09c-4902-433f-92a7-45cca29c6fc9",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: MedicationRequest f858d09c-4902-433f-92a7-45cca29c6fc9</b></p><a name=\"f858d09c-4902-433f-92a7-45cca29c6fc9\"> </a><a name=\"hcf858d09c-4902-433f-92a7-45cca29c6fc9\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Códigos:{http://www.whocc.no/atc A10BA02}\">Metformina 850mg</span></p><p><b>subject</b>: <a href=\"Patient-b1997888-85fd-41b6-bf94-6242cf3c8265.html\">Ana Beatriz Oliveira</a></p><p><b>authoredOn</b>: 2024-04-01</p><p><b>requester</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Tomar 1 comprimido por via oral duas vezes ao dia</p><p><b>timing</b>: 2 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>850 mg<span style=\"background: LightGoldenRodYellow\"> (Detalhes: UCUM códigomg = 'mg')</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-04-01 --&gt; 2024-10-01</td><td>5</td><td>180 comprimidos</td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "A10BA02",
        "display" : "Metformin"
      }
    ],
    "text" : "Metformina 850mg"
  },
  "subject" : {
    🔗 "reference" : "Patient/b1997888-85fd-41b6-bf94-6242cf3c8265",
    "display" : "Ana Beatriz Oliveira"
  },
  "authoredOn" : "2024-04-01",
  "requester" : {
    🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
    "display" : "Maria Clara"
  },
  "dosageInstruction" : [
    {
      "text" : "Tomar 1 comprimido por via oral duas vezes ao dia",
      "timing" : {
        "repeat" : {
          "frequency" : 2,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://standardterms.edqm.eu",
            "code" : "20053000",
            "display" : "Oral use"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 850,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2024-04-01",
      "end" : "2024-10-01"
    },
    "numberOfRepeatsAllowed" : 5,
    "quantity" : {
      "value" : 180,
      "unit" : "comprimidos"
    }
  }
}