Sistema Nacional de receta electronica
0.9.6 - draft Chile flag

Sistema Nacional de receta electronica - Local Development build (v0.9.6). See the Directory of published versions

: Ejemplo3-prescipcion - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "Ejemplo3-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><b>Generated Narrative: MedicationRequest</b><a name=\"Ejemplo3-prescipcion\"> </a></p><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\">Resource MedicationRequest &quot;Ejemplo3-prescipcion&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-RecetaPrescripcionCl.html\">CL Prescripción</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: community <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-medicationrequest-category.html\">MedicationRequest Category Codes</a>#community)</span></p><p><b>medication</b>: <a href=\"Medication-Medicamento3.html\">Medication/Medicamento3</a></p><p><b>subject</b>: <a href=\"Patient-Paciente1.html\">Patient/Paciente1</a> &quot; VADER&quot;</p><p><b>requester</b>: <a href=\"Practitioner-Prestador1.html\">Practitioner/Prestador1</a> &quot; ESPARTA&quot;</p><p><b>groupIdentifier</b>: id:\u00a051c6bcc8ga342820c9b9</p><p><b>courseOfTherapyType</b>: Terapia continua a largo plazo <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSCodificacionPatron.html\">Patrón de la Prescripción</a>#continuous)</span></p><p><b>note</b>: Consumir a primera hora de la mañana, con el estómago vacío. Alimento luego de 1 hora de tomar el medicamento</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Administrar 1 Comprimido cada 1 semana por 1 año. Administrar el día Lunes</p><p><b>timing</b>: Once per 1 weeks</p><p><b>route</b>: vía Oral route (calificador) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSViasAdmin.html\">Vías de Administración</a>#26643006)</span></p><p><b>method</b>: Tragar (método de administración) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSMetodos.html\">Métodos de Administración</a>#738995006)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td></tr><tr><td style=\"display: none\">*</td><td>2022-08-20 --&gt; 2023-08-20</td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code" : "community",
          "display" : "community"
        }
      ]
    }
  ],
  "medicationReference" : {
    "reference" : "Medication/Medicamento3"
  },
  "subject" : {
    "reference" : "Patient/Paciente1"
  },
  "requester" : {
    "reference" : "Practitioner/Prestador1"
  },
  "groupIdentifier" : {
    "value" : "51c6bcc8ga342820c9b9"
  },
  "courseOfTherapyType" : {
    "coding" : [
      {
        "system" : "https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSCodificacionPatron",
        "code" : "continuous",
        "display" : "Terapia continua a largo plazo"
      }
    ]
  },
  "note" : [
    {
      "text" : "Consumir a primera hora de la mañana, con el estómago vacío. Alimento luego de 1 hora de tomar el medicamento"
    }
  ],
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "Administrar 1 Comprimido cada 1 semana por 1 año. Administrar el día Lunes",
      "timing" : {
        "repeat" : {
          "boundsDuration" : {
            "value" : 1,
            "system" : "http://unitsofmeasure.org",
            "code" : "a"
          },
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "wk",
          "dayOfWeek" : [
            "mon"
          ]
        }
      },
      "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-20",
      "end" : "2023-08-20"
    }
  }
}