Données socles des Entrepôts de Données de Santé Hospitalier
0.1.0 - ci-build FRA

Données socles des Entrepôts de Données de Santé Hospitalier - version de développement local (intégration continue v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: Séjour de Madame Simon - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "f769e4e3-c30e-4348-87ad-388d151d63d7",
  "meta" : {
    "profile" : [
      🔗 "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Venue f769e4e3-c30e-4348-87ad-388d151d63d7</b></p><a name=\"f769e4e3-c30e-4348-87ad-388d151d63d7\"> </a><a name=\"hcf769e4e3-c30e-4348-87ad-388d151d63d7\"> </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\">Profil: <a href=\"StructureDefinition-edsh-encounter.html\">Encounter</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-IMP\">v3 Code System ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href=\"Patient-ee82429a-e183-409e-bcf6-d01fb7a4d2e3.html\">Camille Simon  Female, Date de Naissance :1945-07-04 ( NIR)</a></p><p><b>period</b>: 2024-01-12 --&gt; 2024-01-16</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes :{http://terminology.hl7.org/CodeSystem/admit-source emd}\">From accident/emergency department</span></td><td><span title=\"Codes :{http://terminology.hl7.org/CodeSystem/discharge-disposition home}\">Home</span></td></tr></table></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "subject" : {
    🔗 "reference" : "Patient/ee82429a-e183-409e-bcf6-d01fb7a4d2e3"
  },
  "period" : {
    "start" : "2024-01-12",
    "end" : "2024-01-16"
  },
  "hospitalization" : {
    "admitSource" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/admit-source",
          "code" : "emd",
          "display" : "From accident/emergency department"
        }
      ]
    },
    "dischargeDisposition" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code" : "home",
          "display" : "Home"
        }
      ]
    }
  }
}