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

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

: FindDocumentReferenceResponseExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "FindDocumentReferenceResponseExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir/StructureDefinition/profile-FindDocumentReferenceResponse"
    ]
  },
  "type" : "searchset",
  "total" : 2,
  "entry" : [
    {
      "fullUrl" : "http://fhirserver.com/registry/api/DocumentReference/DocumentReferenceExample01",
      "resource" : {
        "resourceType" : "DocumentReference",
        "id" : "DocumentReferenceExample01",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org.cn/fhir/StructureDefinition/profile-documentreference-xds"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_DocumentReferenceExample01\"> </a><p><b>Generated Narrative: DocumentReference</b><a name=\"DocumentReferenceExample01\"> </a><a name=\"hcDocumentReferenceExample01\"> </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 DocumentReference &quot;DocumentReferenceExample01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-documentreference-xds.html\">文档元数据本地化定义</a></p></div><p><b>identifier</b>: <code>1.2.9.6.58.92.88337653</code>/12345</p><p><b>status</b>: current</p><p><b>type</b>: 个人基本健康信息登记 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ehr-document-type.html\">健康档案共享文档类型代码表</a>#HSDA00.01)</span></p><p><b>category</b>: 电子健康档案 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-document-category.html\">共享文档类别代码表</a>#EHR)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01</a> &quot; 刘&quot;</p><p><b>facilityType</b>: 公立医院 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#79993009)</span></p><p><b>practiceSetting</b>: 肠胃病学 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394584008)</span></p><p><b>period</b>: 2002-08-17 16:45:50-0500 --&gt; 2002-08-18 16:45:50-0500</p><p><b>date</b>: 2002年8月21日 上午5:45:50</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01</a> &quot; 赵&quot;</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Size</b></td><td><b>Hash</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td><a href=\"http://fhirserver.com/repository/api/Binary/DocumentExample01\">http://fhirserver.com/repository/api/Binary/DocumentExample01</a></td><td>123456543</td><td>(base64 data - 20 bytes)</td><td>个人基本健康信息登记</td><td>2002-08-19 16:45:50-0500</td></tr></table><h3>Profiles</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>urn:cn:health:sharedocument (Details: [not stated] code urn:cn:health:sharedocument = 'urn:cn:health:sharedocument', stated as 'null')</td></tr></table></blockquote></div>"
        },
        "identifier" : [
          {
            "system" : "1.2.9.6.58.92.88337653",
            "value" : "12345"
          }
        ],
        "status" : "current",
        "type" : {
          "coding" : [
            {
              "system" : "http://hl7.org.cn/fhir/CodeSystem/ehr-document-type",
              "code" : "HSDA00.01",
              "display" : "个人基本健康信息登记"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://hl7.org.cn/fhir/CodeSystem/document-category",
                "code" : "EHR",
                "display" : "电子健康档案"
              }
            ]
          }
        ],
        "subject" : {
          🔗 "reference" : "Patient/PatientExample01"
        },
        "facilityType" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "79993009",
              "display" : "公立医院"
            }
          ]
        },
        "practiceSetting" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "394584008",
              "display" : "肠胃病学"
            }
          ]
        },
        "period" : {
          "start" : "2002-08-17T16:45:50.597-05:00",
          "end" : "2002-08-18T16:45:50.597-05:00"
        },
        "date" : "2002-08-20T16:45:50.597-05:00",
        "author" : [
          {
            🔗 "reference" : "Practitioner/PractitionerExample01"
          }
        ],
        "content" : [
          {
            "attachment" : {
              "contentType" : "text/plain",
              "url" : "http://fhirserver.com/repository/api/Binary/DocumentExample01",
              "size" : "123456543",
              "hash" : "2jmj7l5rSw0yVb/vlWAYkK/YBwk=",
              "title" : "个人基本健康信息登记",
              "creation" : "2002-08-19T16:45:50.597-05:00"
            },
            "profile" : [
              {
                "valueCoding" : {
                  "code" : "urn:cn:health:sharedocument"
                }
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "http://fhirserver.com/registry/api/DocumentReference/DocumentReferenceExample02",
      "resource" : {
        "resourceType" : "DocumentReference",
        "id" : "DocumentReferenceExample02",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org.cn/fhir/StructureDefinition/profile-documentreference-xds"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_DocumentReferenceExample02\"> </a><p><b>Generated Narrative: DocumentReference</b><a name=\"DocumentReferenceExample02\"> </a><a name=\"hcDocumentReferenceExample02\"> </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 DocumentReference &quot;DocumentReferenceExample02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-documentreference-xds.html\">文档元数据本地化定义</a></p></div><p><b>identifier</b>: <code>1.2.9.6.58.92.88337653</code>/12345</p><p><b>status</b>: current</p><p><b>type</b>: 个人基本健康信息登记 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ehr-document-type.html\">健康档案共享文档类型代码表</a>#HSDA00.01)</span></p><p><b>category</b>: 电子健康档案 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-document-category.html\">共享文档类别代码表</a>#EHR)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01</a> &quot; 刘&quot;</p><p><b>facilityType</b>: 公立医院 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#79993009)</span></p><p><b>practiceSetting</b>: 肠胃病学 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394584008)</span></p><p><b>period</b>: 2002-08-17 16:45:50-0500 --&gt; 2002-08-18 16:45:50-0500</p><p><b>date</b>: 2002年8月20日 下午4:45:50</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01</a> &quot; 赵&quot;</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Size</b></td><td><b>Hash</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td><a href=\"http://fhirserver.com/repository/api/Binary/DocumentExample01\">http://fhirserver.com/repository/api/Binary/DocumentExample01</a></td><td>123456543</td><td>(base64 data - 20 bytes)</td><td>个人基本健康信息登记</td><td>2002-08-19 16:45:50-0500</td></tr></table><h3>Profiles</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>urn:cn:health:sharedocument (Details: [not stated] code urn:cn:health:sharedocument = 'urn:cn:health:sharedocument', stated as 'null')</td></tr></table></blockquote></div>"
        },
        "identifier" : [
          {
            "system" : "1.2.9.6.58.92.88337653",
            "value" : "12345"
          }
        ],
        "status" : "current",
        "type" : {
          "coding" : [
            {
              "system" : "http://hl7.org.cn/fhir/CodeSystem/ehr-document-type",
              "code" : "HSDA00.01",
              "display" : "个人基本健康信息登记"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://hl7.org.cn/fhir/CodeSystem/document-category",
                "code" : "EHR",
                "display" : "电子健康档案"
              }
            ]
          }
        ],
        "subject" : {
          🔗 "reference" : "Patient/PatientExample01"
        },
        "facilityType" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "79993009",
              "display" : "公立医院"
            }
          ]
        },
        "practiceSetting" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "394584008",
              "display" : "肠胃病学"
            }
          ]
        },
        "period" : {
          "start" : "2002-08-17T16:45:50.597-05:00",
          "end" : "2002-08-18T16:45:50.597-05:00"
        },
        "date" : "2002-08-20T16:45:50.597+08:00",
        "author" : [
          {
            🔗 "reference" : "Practitioner/PractitionerExample01"
          }
        ],
        "content" : [
          {
            "attachment" : {
              "contentType" : "text/plain",
              "url" : "http://fhirserver.com/repository/api/Binary/DocumentExample01",
              "size" : "123456543",
              "hash" : "2jmj7l5rSw0yVb/vlWAYkK/YBwk=",
              "title" : "个人基本健康信息登记",
              "creation" : "2002-08-19T16:45:50.597-05:00"
            },
            "profile" : [
              {
                "valueCoding" : {
                  "code" : "urn:cn:health:sharedocument"
                }
              }
            ]
          }
        ]
      }
    }
  ]
}