{
  "resourceType" : "Encounter",
  "id" : "ExampleEncounterOutpatient",
  "meta" : {
    "profile" : ["http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter"]
  },
  "language" : "vi",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ExampleEncounterOutpatient</b></p><a name=\"ExampleEncounterOutpatient\"> </a><a name=\"hcExampleEncounterOutpatient\"> </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-vn-core-encounter.html\">Lượt khám/nhập viện VN Core — VN Core Encounter Profile</a></p></div><p><b>Loại khám chữa bệnh BHYT — Vietnam Insurance Visit Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs 5}\">Khám chữa bệnh ban đầu</span></p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>period</b>: 2026-03-19 08:30:00+0700 --&gt; 2026-03-19 11:00:00+0700</p><p><b>reasonCode</b>: <span title=\"Codes:\">Sốt, ho, khó thở nhẹ 3 ngày</span></p><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-ExampleConditionPneumonia.html\">Viêm phổi, không xác định J18.9</a></p><p><b>use</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-ExampleConditionDiabetes.html\">Đái tháo đường type 2 E11.9</a></p><p><b>use</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role CM}\">Comorbidity diagnosis</span></p></blockquote><p><b>serviceProvider</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p></div>"
  },
  "extension" : [{
    "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-visit-type",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs",
        "code" : "5",
        "display" : "Khám chữa bệnh ban đầu"
      }]
    }
  }],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "subject" : {
    "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An"
  },
  "period" : {
    "start" : "2026-03-19T08:30:00+07:00",
    "end" : "2026-03-19T11:00:00+07:00"
  },
  "reasonCode" : [{
    "text" : "Sốt, ho, khó thở nhẹ 3 ngày"
  }],
  "diagnosis" : [{
    "condition" : {
      "reference" : "Condition/ExampleConditionPneumonia",
      "display" : "Viêm phổi, không xác định J18.9"
    },
    "use" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
        "code" : "AD",
        "display" : "Admission diagnosis"
      }]
    }
  },
  {
    "condition" : {
      "reference" : "Condition/ExampleConditionDiabetes",
      "display" : "Đái tháo đường type 2 E11.9"
    },
    "use" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
        "code" : "CM",
        "display" : "Comorbidity diagnosis"
      }]
    }
  }],
  "serviceProvider" : {
    "reference" : "Organization/ExampleOrganizationChoRay",
    "display" : "Bệnh viện Chợ Rẫy"
  }
}