GI CORE FALP
1.0.0 - ci-build Chile flag

GI CORE FALP, published by Esteban Fredes. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI-CORE-Falp/ and changes regularly. See the Directory of published versions

: Solicitud del Procedimiento - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "example-SolicitudProcedimiento",
  "meta" : {
    "profile" : [
      🔗 "https://falp.cl/fhir/ig/corefalp/StructureDefinition/SolicitudProcedimiento"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-SolicitudProcedimiento</b></p><a name=\"example-SolicitudProcedimiento\"> </a><a name=\"hcexample-SolicitudProcedimiento\"> </a><a name=\"example-SolicitudProcedimiento-es-CL\"> </a><p><b>Fecha de Solicitud</b>: 2024-07-17</p><p><b>Urgencia del Procedimiento</b>: <span title=\"Codes:{https://falp.cl/fhir/ig/corefalp/CodeSystem/CSurgProcedimiento MEDIA}\">MEDIA</span></p><p><b>status</b>: Completed</p><p><b>intent</b>: Proposal</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 5738003}\">Biopsy of cul-de-sac</span></p><p><b>subject</b>: <a href=\"Patient-EjPaciente.html\">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7\u00a0(use:\u00a0secondary,\u00a0))</a></p><p><b>note</b>: Alergia a la anestesia</p></div>"
  },
  "extension" : [
    {
      "url" : "https://falp.cl/fhir/ig/corefalp/StructureDefinition/Fecha-Solicitud",
      "valueDateTime" : "2024-07-17"
    },
    {
      "url" : "https://falp.cl/fhir/ig/corefalp/StructureDefinition/UrgenciaProcedimiento",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://falp.cl/fhir/ig/corefalp/CodeSystem/CSurgProcedimiento",
            "code" : "MEDIA",
            "display" : "MEDIA"
          }
        ]
      }
    }
  ],
  "status" : "completed",
  "intent" : "proposal",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "5738003"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/EjPaciente"
  },
  "note" : [
    {
      "text" : "Alergia a la anestesia"
    }
  ]
}