HL7中国FHIR Connectathon测试实施指南
V20230304 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions
{
"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\"><p><b>Generated Narrative</b></p><p><b>masterIdentifier</b>: id: 12345</p><p><b>status</b>: current</p><p><b>type</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/ehr-document-type HSDA00.01}\">个人基本健康信息登记</span></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/document-category EHR}\">电子健康档案</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>date</b>: 2002年8月21日 上午5:45:50</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Generated Summary: 赵勇; gender: male</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>format</b>: <span title=\"{null urn:cn:health:sharedocument}\">urn:cn:health:sharedocument</span></p></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td>-</td><td><b>Period</b></td><td><b>FacilityType</b></td><td><b>PracticeSetting</b></td></tr><tr><td>*</td><td>2002年8月18日 上午5:45:50 --> 2002年8月19日 上午5:45:50</td><td><span title=\"Codes: {http://snomed.info/sct 79993009}\">公立医院</span></td><td><span title=\"Codes: {http://snomed.info/sct 394584008}\">肠胃病学</span></td></tr></table></div>"
},
"masterIdentifier" : {
"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"
},
"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"
},
"format" : {
"code" : "urn:cn:health:sharedocument"
}
}
],
"context" : {
"period" : {
"start" : "2002-08-17T16:45:50.597-05:00",
"end" : "2002-08-18T16:45:50.597-05:00"
},
"facilityType" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "79993009",
"display" : "公立医院"
}
]
},
"practiceSetting" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394584008",
"display" : "肠胃病学"
}
]
}
}
}