Swissnoso Implementation Guide (R4)
1.0.0 - STU 1
This page is part of the Swissnoso Implementation Guide (R4) (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "Encounter-44371210708",
"meta" : {
"profile" : [
"http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-encounter"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"Encounter-44371210708\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-swissnoso-encounter.html\">Swissnoso Encounter</a></p></div><blockquote><p><b>Swissnoso Organizational Unit</b></p><p><b>value</b>: Medicina (Details: http://fhir.ch/ig/swissnoso/CodeSystem/ecdc-ward-specialty code MED = 'Medicine', stated as 'Medicina')</p><p><b>value</b>: Medicina interna, medicina generale (Details: http://fhir.ch/ig/swissnoso/CodeSystem/ecdc-patient-consultant-specialty code MEDGEN = 'General medicine', stated as 'Medicina interna, medicina generale')</p></blockquote><p><b>identifier</b>: Visit number: 44371210708</p><p><b>status</b>: finished</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>subject</b>: <a href=\"Patient-GiuliaRossi.html\">Patient/GiuliaRossi</a></p><p><b>period</b>: 2021-07-08 --> 2021-07-16</p><p><b>serviceProvider</b>: <a href=\"Organization-OspedaleSantaMaria.html\">Organization/OspedaleSantaMaria</a></p></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "unit",
"valueCoding" : {
"system" : "http://fhir.ch/ig/swissnoso/CodeSystem/ecdc-ward-specialty",
"code" : "MED",
"display" : "Medicina"
}
},
{
"url" : "specialty",
"valueCoding" : {
"system" : "http://fhir.ch/ig/swissnoso/CodeSystem/ecdc-patient-consultant-specialty",
"code" : "MEDGEN",
"display" : "Medicina interna, medicina generale"
}
}
],
"url" : "http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-organizational-unit"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "http://fhir.santamaria.ch/fid",
"value" : "44371210708"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP",
"display" : "inpatient encounter"
},
"subject" : {
"reference" : "Patient/GiuliaRossi"
},
"period" : {
"start" : "2021-07-08",
"end" : "2021-07-16"
},
"serviceProvider" : {
"reference" : "Organization/OspedaleSantaMaria"
}
}