Guías de Implementación FHIR Receta Digital | Ministerio de Salud
1.1.0-ballot - ci-build Costa Rica flag

Guías de Implementación FHIR Receta Digital | Ministerio de Salud - Local Development build (v1.1.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Prescripción - Metilfenidato - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "2369982",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 2369982</b></p><a name=\"2369982\"> </a><a name=\"hc2369982\"> </a><p><b>Tipo de receta</b>: r-a</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-513.html\">CONCERTA 54 mg comprimidos de liberación prolongada (Janssen-Cilag Manufacturing LLC, Gurabo)</a></p><p><b>subject</b>: <a href=\"Patient-98015.html\">JEFFREY ALEJANDRO ARRIETA GUZMAN</a></p><p><b>encounter</b>: <a href=\"Encounter-111766.html\">Encounter</a></p><p><b>supportingInformation</b>: <a href=\"AllergyIntolerance-4070.html\">AllergyIntolerance</a></p><p><b>authoredOn</b>: 2025-05-27 21:53:25+0000</p><p><b>requester</b>: <a href=\"Practitioner-3092.html\">MARIA JOSE ARRIETA GUZMAN</a></p><p><b>groupIdentifier</b>: B862AF23FE</p><p><b>note</b>: </p><blockquote><div><p>.</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: .</p><p><b>timing</b>: Duration 30days , Once per 30 days</p><p><b>route</b>: <span title=\"Codes:{https://ministeriodesalud.go.cr/fhir/receta/CodeSystem/administration-lines-code PO}\">Oral</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>1 comprimido(s)</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2025-05-27 21:53:25+0000 --&gt; 2025-06-26 21:53:25+0000</p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 30 Comprimidos</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>days</td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://ministeriodesalud.go.cr/fhir/receta/StructureDefinition/prescription-type",
      "valueString" : "r-a"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "medicationReference" : {
    🔗 "reference" : "Medication/513",
    "display" : "CONCERTA 54 mg comprimidos de liberación prolongada (Janssen-Cilag Manufacturing LLC, Gurabo)"
  },
  "subject" : {
    🔗 "reference" : "Patient/98015",
    "display" : "JEFFREY ALEJANDRO ARRIETA GUZMAN"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/111766",
    "display" : "Encounter"
  },
  "supportingInformation" : [
    {
      🔗 "reference" : "AllergyIntolerance/4070",
      "display" : "AllergyIntolerance"
    }
  ],
  "authoredOn" : "2025-05-27T21:53:25.000Z",
  "requester" : {
    🔗 "reference" : "Practitioner/3092",
    "display" : "MARIA JOSE ARRIETA GUZMAN"
  },
  "groupIdentifier" : {
    "value" : "B862AF23FE"
  },
  "note" : [
    {
      "text" : "."
    }
  ],
  "dosageInstruction" : [
    {
      "text" : ".",
      "timing" : {
        "repeat" : {
          "duration" : 30,
          "durationUnit" : "d",
          "frequency" : 1,
          "period" : 30,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "https://ministeriodesalud.go.cr/fhir/receta/CodeSystem/administration-lines-code",
            "code" : "PO",
            "display" : "Oral"
          }
        ],
        "text" : "Oral"
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "comprimido(s)"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2025-05-27T21:53:25.000Z",
      "end" : "2025-06-26T21:53:25.000Z"
    },
    "numberOfRepeatsAllowed" : 1,
    "quantity" : {
      "value" : 30,
      "unit" : "Comprimidos"
    },
    "expectedSupplyDuration" : {
      "value" : 30,
      "unit" : "days"
    }
  }
}