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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions

: XDSDocumentManifestExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentManifest",
  "id" : "XDSDocumentManifestExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org.cn/fhir/StructureDefinition/profile-documentmanifest-xds"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>masterIdentifier</b>: id: urn:oid:129.6.58.92.88336</p><p><b>status</b>: current</p><p><b>type</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>created</b>: 2004年12月23日 上午6:00:00</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Generated Summary: 赵勇; gender: male</a></p><p><b>source</b>: <code>urn:oid:129.6.58.92.3243.232.3</code></p><p><b>content</b>: </p><ul><li><a href=\"DocumentReference-DocumentReferenceExample01.html\">Generated Summary: id: 12345; status: current; <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/ehr-document-type HSDA00.01}\">个人基本健康信息登记</span>; <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/document-category EHR}\">电子健康档案</span>; date: 2002年8月21日 上午5:45:50</a></li><li><a href=\"DocumentReference-DocumentReferenceExample02.html\">Generated Summary: id: 12345; status: current; <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/ehr-document-type HSDA00.01}\">个人基本健康信息登记</span>; <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/document-category EHR}\">电子健康档案</span>; date: 2002年8月20日 下午4:45:50</a></li></ul></div>"
  },
  "masterIdentifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:129.6.58.92.88336"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.org.cn/fhir/CodeSystem/document-category",
        "code" : "EHR",
        "display" : "健康档案共享文档"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/PatientExample01"
  },
  "created" : "2004-12-23T08:00:00+10:00",
  "author" : [
    {
      "reference" : "Practitioner/PractitionerExample01"
    }
  ],
  "source" : "urn:oid:129.6.58.92.3243.232.3",
  "content" : [
    {
      "reference" : "DocumentReference/DocumentReferenceExample01"
    },
    {
      "reference" : "DocumentReference/DocumentReferenceExample02"
    }
  ]
}