基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版
基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。
{
"resourceType" : "Organization",
"id" : "DepartmentExample01",
"meta" : {
"profile" : [
"http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-core-department"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: Dep0002</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type dept}\">Hospital Department</span></p><p><b>name</b>: 急诊科</p><p><b>partOf</b>: <a href=\"Organization-OrganizationExample01.html\">北大人民医院. Generated Summary: id: 123321 (OFFICIAL); active; <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws218-2002 A100}\">综合医院</span>, <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/gb12402-2000 11}\">国有全资</span>, <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/hospital-administration-level 2}\">市级</span>; name: 北大国际医院; Phone: 13111222121</a></p></div>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.3.4.5.6.7.8.9",
"value" : "Dep0002"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "dept"
}
]
}
],
"name" : "急诊科",
"partOf" : {
"reference" : "Organization/OrganizationExample01",
"display" : "北大人民医院"
}
}