Data Management with FHIR
0.1.0 - ci-build
Data Management with FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "sejour-cas-9",
"meta" : {
"profile" : [
🔗 "https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/DMEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Venue sejour-cas-9</b></p><a name=\"sejour-cas-9\"> </a><a name=\"hcsejour-cas-9\"> </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-DMEncounter.html\">Encounter</a></p></div><p><b>identifier</b>: Visit Number/9</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href=\"Patient-cas-9.html\">Isabelle Blanc Female, Date de Naissance :1978-05-06 ( National Health Plan Identifier)</a></p><p><b>period</b>: 2024-01-13 --> 2024-10-14</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:{https://interop.aphp.fr/ig/fhir/dm/CodeSystem/PMSIMCOMDE 8}\">Domicile</span></td><td><span title=\"Codes:{https://interop.aphp.fr/ig/fhir/dm/CodeSystem/PMSIMCOMDS 8}\">Domicile</span></td></tr></table><p><b>serviceProvider</b>: Service d'hépatologie B de l'hopital Beaujon</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-identifier-type",
"code" : "VN",
"display" : "Visit Number"
}
]
},
"system" : "https://test.fr/encounterId",
"value" : "9"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP"
},
"subject" : {
🔗 "reference" : "Patient/cas-9"
},
"period" : {
"start" : "2024-01-13",
"end" : "2024-10-14"
},
"hospitalization" : {
"admitSource" : {
"coding" : [
{
"system" : "https://interop.aphp.fr/ig/fhir/dm/CodeSystem/PMSIMCOMDE",
"code" : "8"
}
]
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "https://interop.aphp.fr/ig/fhir/dm/CodeSystem/PMSIMCOMDS",
"code" : "8"
}
]
}
},
"serviceProvider" : {
"display" : "Service d'hépatologie B de l'hopital Beaujon"
}
}