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 - Servicio - JSON Representation

Raw json | Descargar

{
  "resourceType" : "HealthcareService",
  "id" : "Example-HealthcareService-hosp-3a3b9dc8d8e6",
  "meta" : {
    "profile" : [
      🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileHealthCareServiceHCEU"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService Example-HealthcareService-hosp-3a3b9dc8d8e6</b></p><a name=\"Example-HealthcareService-hosp-3a3b9dc8d8e6\"> </a><a name=\"hcExample-HealthcareService-hosp-3a3b9dc8d8e6\"> </a><a name=\"Example-HealthcareService-hosp-3a3b9dc8d8e6-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-ProfileHealthCareServiceHCEU.html\">HCEU - Health Care Service</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/HealthcareServices/</code>/Hospitalizacion-Quirurgica-001\u00a0(use:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-Example-Prestador-Organization-5e2803024bcd.html\">Organization CLINICA IPS ATENCION SALUD</a></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category inpatient}\">Inpatient Care</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 52}\">Surgical Care</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394799003}\">Surgery department</span></p><p><b>location</b>: <a href=\"Location-Example-Location-hosp-145f4d9aafe6.html\">Location Edificio Hospitalización</a></p><p><b>name</b>: Hospitalización Quirúrgica Programada</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://hospitalSystemInformation.example.org/HealthcareServices/",
      "value" : "Hospitalizacion-Quirurgica-001"
    }
  ],
  "active" : true,
  "providedBy" : {
    🔗 "reference" : "Organization/Example-Prestador-Organization-5e2803024bcd"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-category",
          "code" : "inpatient",
          "display" : "Inpatient Care"
        }
      ]
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-type",
          "code" : "52",
          "display" : "Surgical Care"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394799003",
          "display" : "Surgery department"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/Example-Location-hosp-145f4d9aafe6"
    }
  ],
  "name" : "Hospitalización Quirúrgica Programada"
}