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

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

: LocationExample02 - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "LocationExample02",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir/StructureDefinition/core-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"LocationExample02\"> </a><a name=\"hcLocationExample02\"> </a></p><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\">Resource Location &quot;LocationExample02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-core-location.html\">位置结构定义</a></p></div><p><b>status</b>: active</p><p><b>name</b>: 消化内科一室</p><p><b>mode</b>: instance</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>ph: 01069032356(WORK)</td></tr></table><p><b>form</b>: Room <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-location-physical-type.html\">Location type</a>#Room)</span></p><p><b>managingOrganization</b>: <a href=\"Organization-HospitalDepartmentExample02.html\">Organization/HospitalDepartmentExample02: 消化内科</a> &quot;消化内科&quot;</p></div>"
  },
  "status" : "active",
  "name" : "消化内科一室",
  "mode" : "instance",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "01069032356",
          "use" : "work"
        }
      ]
    }
  ],
  "form" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "Room",
        "display" : "Room"
      }
    ]
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/HospitalDepartmentExample02",
    "display" : "消化内科"
  }
}