Proyecto Listas de Espera MINSAL CHILE
0.1.3 - ci-build

Proyecto Listas de Espera MINSAL CHILE - Local Development build (v0.1.3). See the Directory of published versions

: ServiceRequest Evento de Referenciada - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "EjemploServiceRequestReferenciada",
  "meta" : {
    "profile" : [
      "http://minsal.cl/listaespera/StructureDefinition/ServiceRequestLE"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"EjemploServiceRequestReferenciada\"> </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 ServiceRequest &quot;EjemploServiceRequestReferenciada&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequestLE.html\">ServiceRequest LE</a></p></div><p><b>Especialidad Médica Destino Código</b>: CARDIOLOGÍA <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEspecialidadMed.html\">EspecialidadMed</a>#3)</span></p><p><b>SubEspecialidad Médica Destino Código</b>: CIRUGÍA GENERAL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEspecialidadMed.html\">EspecialidadMed</a>#4)</span></p><p><b>identifier</b>: IdInterconsulta: 1</p><p><b>status</b>: draft</p><p><b>intent</b>: proposal</p><p><b>subject</b>: <a href=\"Bundle-EjemploBundleInicio.html#http-//acme.com/ehr/fhir/Patient/EjemploPatient\">http://acme.com/ehr/fhir/Patient/EjemploPatient</a></p><p><b>performer</b>: <a href=\"Bundle-EjemploBundleReferencia.html#http-//acme.com/ehr/fhir/PractitionerRole/referenciaAtendedor\">http://acme.com/ehr/fhir/PractitionerRole/referenciaAtendedor</a></p><p><b>locationCode</b>: Motivo derivación <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSDestinoReferenciaCodigo.html\">Destino Referencia Codigo</a>#1)</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://minsal.cl/listaespera/StructureDefinition/EspecialidadMedicaDestinoCodigo",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://minsal.cl/listaespera/CodeSystem/CSEspecialidadMed",
            "code" : "3"
          }
        ]
      }
    },
    {
      "url" : "http://minsal.cl/listaespera/StructureDefinition/SubEspecialidadMedicaDestinoCodigo",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://minsal.cl/listaespera/CodeSystem/CSEspecialidadMed",
            "code" : "4"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.cens.cl/CodeSystem/listaespera",
            "code" : "IdInterconsulta"
          }
        ]
      },
      "value" : "1"
    }
  ],
  "status" : "draft",
  "intent" : "proposal",
  "subject" : {
    "reference" : "http://acme.com/ehr/fhir/Patient/EjemploPatient"
  },
  "performer" : [
    {
      "reference" : "http://acme.com/ehr/fhir/PractitionerRole/referenciaAtendedor"
    }
  ],
  "locationCode" : [
    {
      "coding" : [
        {
          "system" : "http://minsal.cl/listaespera/CodeSystem/CSDestinoReferenciaCodigo",
          "code" : "1"
        }
      ],
      "text" : "Motivo derivación"
    }
  ]
}