HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Covid19EncounterExample01 - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "Covid19EncounterExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-covid19-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter Covid19EncounterExample01</b></p><a name=\"Covid19EncounterExample01\"> </a><a name=\"hcCovid19EncounterExample01\"> </a><a name=\"Covid19EncounterExample01-en-US\"> </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-profile-covid19-encounter.html\">核酸检测诊疗活动结构定义</a></p></div><p><b>status</b>: Completed</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode FLD}\">field</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/encounter-type TEST}\">检查检验</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">刘康 Male, DoB: 1955-10-25 ( urn:oid:2.16.840.1.113883.2.23.1.19.1#110101200301120019)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-HospitalExample01.html\">Organization 北大人民医院</a></p><p><b>actualPeriod</b>: 2022-05-20 18:45:50+0800 --&gt; (ongoing)</p></div>"
  },
  "status" : "completed",
  "class" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "FLD"
        }
      ]
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/encounter-type",
          "code" : "TEST",
          "display" : "检查检验"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PatientExample01"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/HospitalExample01"
  },
  "actualPeriod" : {
    "start" : "2022-05-20T18:45:50+08:00"
  }
}