HL7中国症状数据交换实施指南
2026.02.23 - release

HL7中国症状数据交换实施指南 - Local Development build (v2026.02.23) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EncounterCase3 - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "EncounterCase3",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EncounterCase3</b></p><a name=\"EncounterCase3\"> </a><a name=\"hcEncounterCase3\"> </a><a name=\"EncounterCase3-en-US\"> </a><p><b>status</b>: In Progress</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode EMER}\">emergency</span></p><p><b>subject</b>: <a href=\"Patient-Lixiaohua.html\">李小花 Female, DoB: 1980-09-09</a></p><p><b>actualPeriod</b>: 2025-10-14 13:22:17+0200 --&gt; (ongoing)</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Observation-FeverSymptomPanel.html\">Observation Symptom and timing panel</a></td></tr></table></blockquote></div>"
  },
  "status" : "in-progress",
  "class" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "EMER",
          "display" : "emergency"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/Lixiaohua"
  },
  "actualPeriod" : {
    "start" : "2025-10-14T13:22:17.239+02:00"
  },
  "reason" : [
    {
      "use" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/encounter-reason-use",
              "code" : "RV",
              "display" : "Reason for Visit"
            }
          ]
        }
      ],
      "value" : [
        {
          "reference" : {
            🔗 "reference" : "Observation/FeverSymptomPanel"
          }
        }
      ]
    }
  ]
}