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
{
"resourceType" : "DiagnosticReport",
"id" : "ImageReportExample01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://snomed.info/sct 40701008}\">heart Ultrasound</span> (<span title=\"Codes: {http://snomed.info/sct 363679005}\">Imaging</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>刘康</b> male, DoB: 1955-10-25 ( <code>urn:oid:2.16.840.1.113883.2.23.1.19.1</code>/110101200301120019)</td></tr><tr><td>When For</td><td>2016-07-12 07:45:17+0000</td></tr><tr><td>Reported</td><td>2016-07-13 10:04:01+0000</td></tr></table><p><b>Report Details</b></p><div><p>M 型/二维测量和计算\n主肺动脉内径: 2.1 厘米\t室间隔舒张末期\n厚度: 0.85 厘米\t射血分数(Teich): 66.3%</p>\n<p>多普勒测试和计算\n主动脉瓣上最大流速: 141.5 厘米/秒 二尖瓣 E 峰速度: 82.8 厘米/秒</p>\n<p>大血管 主动脉根部内径正常。肺动脉主干内径正常。\n心房 左房扩大。右房内径正常。</p>\n</div><p><b>Coded Conclusions :</b></p><ul><li><span title=\"Codes: {http://snomed.info/sct 5148006}\">Hypertensive heart disease with congestive heart failure</span></li></ul></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "363679005",
"display" : "Imaging"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "40701008",
"display" : "Ultrasonography of heart"
}
],
"text" : "heart Ultrasound"
},
"subject" : {
🔗 "reference" : "Patient/PatientExample01",
"display" : "刘康"
},
"effectiveDateTime" : "2016-07-12T07:45:17Z",
"issued" : "2016-07-13T10:04:01+00:00",
"performer" : [
{
🔗 "reference" : "Practitioner/PractitionerExample01",
"display" : "赵勇"
}
],
"media" : [
{
"comment" : "A comment about the image",
"link" : {
"reference" : "DocumentReference/1.2.840.11361907579238403408700.3.1.04.19970327150033",
"display" : "WADO example image"
}
}
],
"conclusion" : "M 型/二维测量和计算\n主肺动脉内径: 2.1 厘米\t室间隔舒张末期\n厚度: 0.85 厘米\t射血分数(Teich): 66.3%\n\n多普勒测试和计算\n主动脉瓣上最大流速: 141.5 厘米/秒 二尖瓣 E 峰速度: 82.8 厘米/秒\n\n大血管 主动脉根部内径正常。肺动脉主干内径正常。\n心房 左房扩大。右房内径正常。",
"conclusionCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "5148006",
"display" : "Hypertensive heart disease with congestive heart failure"
}
]
}
]
}