1.0.0 - release
CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "EncounterLiteExample",
"meta" : {
"profile" : [
🔗 "https://fhir.cambio.se/StructureDefinition/EncounterLite/v2"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EncounterLiteExample</b></p><a name=\"EncounterLiteExample\"> </a><a name=\"hcEncounterLiteExample\"> </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-EncounterLiteV2.html\">EncounterLite v2</a></p></div><p><b>EncounterPerformingUnit</b>: Identifier: <code>urn:oid:1.2.752.29.4.19</code>/SE162321000016-abcd</p><p><b>identifier</b>: <code>https://secure.externalSystem.com:1802/fhir/Encounter</code>/enc-98765</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 183452005}\">Emergency hospital admission</span></p><p><b>subject</b>: Identifier: <code>http://electronichealth.se/identifier/personnummer</code>/191212121212</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td>Identifier: <code>urn:oid:1.2.752.29.4.19</code>/SE162321000016-1234</td></tr></table><p><b>period</b>: 2026-04-23 08:30:00+0200 --> (ongoing)</p><p><b>serviceProvider</b>: Identifier: <code>urn:oid:1.2.752.29.4.19</code>/SE162321000016-efca</p></div>"
},
"extension" : [
{
"url" : "https://fhir.cambio.se/StructureDefinition/encounterPerformingUnit",
"valueReference" : {
"identifier" : {
"system" : "urn:oid:1.2.752.29.4.19",
"value" : "SE162321000016-abcd"
}
}
}
],
"identifier" : [
{
"system" : "https://secure.externalSystem.com:1802/fhir/Encounter",
"value" : "enc-98765"
}
],
"status" : "in-progress",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "183452005",
"display" : "Emergency hospital admission"
}
]
}
],
"subject" : {
"identifier" : {
"system" : "http://electronichealth.se/identifier/personnummer",
"value" : "191212121212"
}
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PPRF"
}
]
}
],
"individual" : {
"identifier" : {
"system" : "urn:oid:1.2.752.29.4.19",
"value" : "SE162321000016-1234"
}
}
}
],
"period" : {
"start" : "2026-04-23T08:30:00+02:00"
},
"serviceProvider" : {
"identifier" : {
"system" : "urn:oid:1.2.752.29.4.19",
"value" : "SE162321000016-efca"
}
}
}