Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Hospitalización - Dx Motivo de Consulta - JSON Representation

Raw json | Descargar

{
  "resourceType" : "Condition",
  "id" : "Example-Condition-hosp-motivo-885902ac5e70",
  "meta" : {
    "profile" : [
      🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileConditionHCEU"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition Example-Condition-hosp-motivo-885902ac5e70</b></p><a name=\"Example-Condition-hosp-motivo-885902ac5e70\"> </a><a name=\"hcExample-Condition-hosp-motivo-885902ac5e70\"> </a><a name=\"Example-Condition-hosp-motivo-885902ac5e70-es-ES\"> </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-ProfileConditionHCEU.html\">HCEU - Condition</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/diagnosis/</code>/hosp-motivo-001\u00a0(use:\u00a0usual,\u00a0)</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status provisional}\">Provisional</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{https://icd.who.int/ R10.31}\">Dolor abdominal en fosa ilíaca derecha</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0163 RLQ}\">Right Lower Quadrant</span></p><p><b>subject</b>: <a href=\"Patient-Example-Patient-hosp-feb7a6003026.html\">Adriana Lucía Cortés García(official) Male, DoB: 1988-06-12 ( Cédula de Ciudadanía: 4656732234\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>asserter</b>: <a href=\"Practitioner-Example-Practitioner-hosp-563d2c3a54fe.html\">Practitioner Daniel Hernán Andrade Fernández(official)</a></p><p><b>note</b>: Paciente refiere dolor abdominal intenso desde hace 12 horas, localizado en fosa ilíaca derecha.</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://hospitalSystemInformation.example.org/diagnosis/",
      "value" : "hosp-motivo-001"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "provisional",
        "display" : "Provisional"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://icd.who.int/",
        "code" : "R10.31",
        "display" : "Right lower quadrant pain"
      }
    ],
    "text" : "Dolor abdominal en fosa ilíaca derecha"
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0163",
          "code" : "RLQ",
          "display" : "Right Lower Quadrant"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/Example-Patient-hosp-feb7a6003026"
  },
  "asserter" : {
    🔗 "reference" : "Practitioner/Example-Practitioner-hosp-563d2c3a54fe"
  },
  "note" : [
    {
      "text" : "Paciente refiere dolor abdominal intenso desde hace 12 horas, localizado en fosa ilíaca derecha."
    }
  ]
}