基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版

基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。

: FollowupEncounterExample02 - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "FollowupEncounterExample02",
  "meta" : {
    "profile" : [
      "http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-followup-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: N1233456672</p><p><b>status</b>: finished</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode HH}\">随访</span></p><p><b>serviceType</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv06-00-207 2}\">家庭</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><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ParticipationType AUT}\">author (originator)</span></td><td><a href=\"Practitioner-PractitionerExample01.html\">赵勇. Generated Summary: 赵勇; gender: male</a></td></tr></table><p><b>period</b>: 2021-5-7 12:30:02 --&gt; 2002-8-20 16:45:50</p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href=\"Location-LocationExample01.html\">Generated Summary: </a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationExample02.html\">爱民路社区服务中心. Generated Summary: active; name: 爱民路社区服务中心</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.com/bid/encounter",
      "value" : "N1233456672"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "HH",
    "display" : "随访"
  },
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv06-00-207",
        "code" : "2",
        "display" : "家庭"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/PatientExample01",
    "display" : "张三"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "AUT"
            }
          ]
        }
      ],
      "individual" : {
        "reference" : "Practitioner/PractitionerExample01",
        "display" : "赵勇"
      }
    }
  ],
  "period" : {
    "start" : "2021-05-07T12:30:02+08:00",
    "end" : "2002-08-20T16:45:50+08:00"
  },
  "location" : [
    {
      "location" : {
        "reference" : "Location/LocationExample01"
      }
    }
  ],
  "serviceProvider" : {
    "reference" : "Organization/OrganizationExample02",
    "display" : "爱民路社区服务中心"
  }
}