VGR Base Profiles Implementation Guide
1.0.0 - release
This page is part of the VGR Base Profiles Implementation Guide (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "Encounter-ENCID-2",
"meta" : {
"profile" : [
🔗 "https://fhir.vgregion.se/ig/base/StructureDefinition/VGRBaseEncounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter Encounter-ENCID-2</b></p><a name=\"Encounter-ENCID-2\"> </a><a name=\"hcEncounter-ENCID-2\"> </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-VGRBaseEncounter.html\">VGR Base Encounter</a></p></div><p><b>identifier</b>: Visit number/2</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href=\"Patient-Patient-LRID-19810829M071.html\">Förnamn Mellannamn Efternamn(official) Female, DoB: 1981-08-29 ( https://fhir.vgregion.se/NamingSystem/LRID#VGRLRIDNS#19810829M071)</a></p><p><b>period</b>: 2020-04-01 10:00:00+0100 --> 2020-04-15 11:00:00+0100</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"value" : "2"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP"
},
"subject" : {
🔗 "reference" : "Patient/Patient-LRID-19810829M071"
},
"period" : {
"start" : "2020-04-01T10:00:00+01:00",
"end" : "2020-04-15T11:00:00+01:00"
}
}