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

: Consulta Externa - Oposición a la presunción legal de donación - JSON Representation

Raw json | Descargar

{
  "resourceType" : "Consent",
  "id" : "Example-Consent-OposicionDonacion",
  "meta" : {
    "profile" : [
      🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileDonatorConsentHCEU"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent Example-Consent-OposicionDonacion</b></p><a name=\"Example-Consent-OposicionDonacion\"> </a><a name=\"hcExample-Consent-OposicionDonacion\"> </a><a name=\"Example-Consent-OposicionDonacion-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-ProfileDonatorConsentHCEU.html\">HCEU - Donator or Not Donator Consent</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/Consents/</code>/CONSENT-OD-001\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope adr}\">Advanced Care Directive</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope acd}\">Advance Directive</span></p><p><b>patient</b>: <a href=\"Patient-Example-CE-Patient-352d698c8230.html\">Paola Andrea Torres Ramirez(official) Female, DoB: 1988-06-23 ( Medical record number: 36423902344\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>dateTime</b>: 2025-04-14 12:00:00+0000</p><p><b>organization</b>: <a href=\"Organization-Example-Prestador-Organization-5e2803024bcd.html\">Organization CLINICA IPS ATENCION SALUD</a></p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Action</b></td></tr><tr><td style=\"display: none\">*</td><td>Opt In</td><td><span title=\"Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/TipoConsentimientoDonante OD}\">Oposición a la presunción legal de donación</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://hospitalSystemInformation.example.org/Consents/",
      "value" : "CONSENT-OD-001"
    }
  ],
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "adr",
        "display" : "Advanced Care Directive"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
          "code" : "acd",
          "display" : "Advance Directive"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/Example-CE-Patient-352d698c8230"
  },
  "dateTime" : "2025-04-14T12:00:00Z",
  "organization" : [
    {
      🔗 "reference" : "Organization/Example-Prestador-Organization-5e2803024bcd"
    }
  ],
  "provision" : {
    "type" : "permit",
    "action" : [
      {
        "coding" : [
          {
            "system" : "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/TipoConsentimientoDonante",
            "code" : "OD",
            "display" : "Oposición a la presunción legal de donación"
          }
        ]
      }
    ]
  }
}