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

: Ejemplo1-Dispensacion - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationDispense",
  "id" : "Ejemplo1-Dispensacion",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-08-17T14:16:46.924Z",
    "profile" : [
      "https://interoperabilidad.minsal.cl/fhir/ig/snre/StructureDefinition/DispensacionMedicamentoCl"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationDispense</b><a name=\"Ejemplo1-Dispensacion\"> </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 MedicationDispense &quot;Ejemplo1-Dispensacion&quot; Version &quot;1&quot; Updated &quot;2022-08-17 14:16:46+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DispensacionMedicamentoCl.html\">CL Dispensación</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: <a href=\"Medication-Medicamento1.html\">Medication/Medicamento1: enalapril maleato 10 mg comprimido (Lab Chile) 20 comprimidos</a></p><p><b>subject</b>: <a href=\"Patient-Paciente1.html\">Patient/Paciente1</a> &quot; VADER&quot;</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Dispensador <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSFuncionProfesionalDispensacion.html\">Funcion del Personal</a>#Dispensador)</span></td><td><a href=\"Practitioner-Prestador1.html\">Practitioner/Prestador1</a> &quot; ESPARTA&quot;</td></tr></table><p><b>location</b>: <a href=\"Location-Loc1.html\">Location/Loc1: FarmaShield - Local: 73</a> &quot;Gran Farmacia Gran&quot;</p><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-Ejemplo1-prescipcion.html\">MedicationRequest/Ejemplo1-prescipcion</a></p><p><b>quantity</b>: 3</p><p><b>whenHandedOver</b>: 2022-08-20 15:27:32+0000</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Administrar 1 Comprimido cada 1 día por 1 año</p><p><b>timing</b>: Once per 1 days</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></div>"
  },
  "status" : "completed",
  "medicationReference" : {
    "reference" : "Medication/Medicamento1",
    "display" : "enalapril maleato 10 mg comprimido (Lab Chile) 20 comprimidos"
  },
  "subject" : {
    "reference" : "Patient/Paciente1"
  },
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSFuncionProfesionalDispensacion",
            "code" : "Dispensador"
          }
        ]
      },
      "actor" : {
        "reference" : "Practitioner/Prestador1"
      }
    }
  ],
  "location" : {
    "reference" : "Location/Loc1",
    "display" : "FarmaShield - Local: 73"
  },
  "authorizingPrescription" : [
    {
      "reference" : "MedicationRequest/Ejemplo1-prescipcion"
    }
  ],
  "quantity" : {
    "value" : 3,
    "system" : "http://unitsofmeasure.org"
  },
  "whenHandedOver" : "2022-08-20T15:27:32.349Z",
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "Administrar 1 Comprimido cada 1 día por 1 año",
      "timing" : {
        "repeat" : {
          "boundsDuration" : {
            "value" : 1,
            "system" : "http://unitsofmeasure.org",
            "code" : "a"
          },
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "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"
          }
        }
      ]
    }
  ]
}