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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions

: Covid19EncounterExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "Covid19EncounterExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: finished</p><p><b>class</b>: <span title=\"{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\">Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><p><b>period</b>: 2022年5月20日 下午6:45:50 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationExample03.html\">Generated Summary: name: 北大人民医院</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "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"
  },
  "period" : {
    "start" : "2022-05-20T18:45:50+08:00"
  },
  "serviceProvider" : {
    "reference" : "Organization/OrganizationExample03"
  }
}