Sistema Nacional de receta electronica
0.9.6 - draft Chile flag

Sistema Nacional de receta electronica, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.9.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/IG_snre/ and changes regularly. See the Directory of published versions

: Ejemplo2-prescipcion - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "Ejemplo2-prescipcion",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/snre/StructureDefinition/RecetaPrescripcionCl"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PrescripciónMedicaciónTODO  /PrescripcionMedicamento Ejemplo2-prescipcion</b></p><a name=\"Ejemplo2-prescipcion\"> </a><a name=\"hcEjemplo2-prescipcion\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-RecetaPrescripcionCl.html\">CL Prescripción</a></p></div><p><b>identifier</b>: Id_Local/e815615ef9ee7afb52be</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>medication</b>: <a href=\"Medication-Medicamento3.html\">prednisona 20 mg comprimido</a></p><p><b>subject</b>: <a href=\"Patient-Paciente1.html\">Xime  Female, DoB: 1983-03-24 ( Chile: 15.236.327-k\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>requester</b>: <a href=\"Practitioner-Prestador1.html\">Practitioner Leonidas Rey Esparta (official)</a></p><p><b>groupIdentifier</b>: 47g7a524age7b5a2cf0a</p><p><b>courseOfTherapyType</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSCodificacionPatron seasonal}\">Por temporada</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Administrar 1 Comprimido cada 4 horas por 24 horas</p><p><b>timing</b>: Once per 4 hours</p><p><b>route</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSViasAdmin 26643006}\">vía Oral route (calificador)</span></p><p><b>method</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSMetodos 738995006}\">Tragar (método de administración)</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<span style=\"background: LightGoldenRodYellow\"> (Details: CSUnidadAsistencial  codecomprimido = 'comprimido')</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td><td><b>Performer</b></td></tr><tr><td style=\"display: none\">*</td><td>2022-08-19 --&gt; 2022-08-20</td><td><a href=\"Organization-ORG1.html\">Centro de Salud Familiar Juan Pablo II (La Serena)</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSTipoPrescripcion",
            "code" : "Id_Local",
            "display" : "Id_Local"
          }
        ]
      },
      "system" : "https://innovaquidad.cl/integracion_minsal/idRecetaElectronica",
      "value" : "e815615ef9ee7afb52be",
      "assigner" : {
        "identifier" : {
          "system" : "https://api-receta.minsal.cl/v2/Organization/8qj5s1ostjswt3r95vnv"
        },
        "display" : "Centro de Salud Familiar Juan Pablo II (La Serena)"
      }
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code" : "outpatient",
          "display" : "Outpatient"
        }
      ]
    }
  ],
  "medicationReference" : {
    🔗 "reference" : "Medication/Medicamento3",
    "display" : "prednisona 20 mg comprimido"
  },
  "subject" : {
    🔗 "reference" : "Patient/Paciente1"
  },
  "requester" : {
    🔗 "reference" : "Practitioner/Prestador1"
  },
  "groupIdentifier" : {
    "value" : "47g7a524age7b5a2cf0a"
  },
  "courseOfTherapyType" : {
    "coding" : [
      {
        "system" : "https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSCodificacionPatron",
        "code" : "seasonal",
        "display" : "Por temporada"
      }
    ]
  },
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "Administrar 1 Comprimido cada 4 horas por 24 horas",
      "timing" : {
        "repeat" : {
          "boundsDuration" : {
            "value" : 24,
            "system" : "http://unitsofmeasure.org",
            "code" : "h"
          },
          "frequency" : 1,
          "period" : 4,
          "periodUnit" : "h"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSViasAdmin",
            "code" : "26643006",
            "display" : "vía Oral route (calificador)"
          }
        ]
      },
      "method" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSMetodos",
            "code" : "738995006",
            "display" : "Tragar (método de administración)"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "Comprimido",
            "system" : "https://rme.hl7chile.cl/CodeSystem/CSUnidadAsistencial",
            "code" : "comprimido"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2022-08-19",
      "end" : "2022-08-20"
    },
    "performer" : {
      🔗 "reference" : "Organization/ORG1",
      "display" : "Centro de Salud Familiar Juan Pablo II (La Serena)"
    }
  }
}