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-1",
"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-1</b></p><a name=\"Encounter-ENCID-1\"> </a><a name=\"hcEncounter-ENCID-1\"> </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/1</p><p><b>status</b>: Unknown</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href=\"http://hl7.se/fhir/ig/base/1.1.0/Patient-PatientExample199002222397.html\">Andreas Ebers(official) Male, DoB: 1990-02-22 ( http://electronichealth.se/identifier/personnummer#PersonnummerNS#199002222397)</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"value" : "1"
}
],
"status" : "unknown",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB"
},
"subject" : {
"reference" : "Patient/PatientExample199002222397"
}
}