同意書實作指引(Consent Form IG)
0.1.0 - CI Build

This page is part of the 同意書實作指引 (v0.1.0: Releases Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: DocumentReference-參照的文件 - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "doc-example",
  "meta" : {
    "profile" : [
      "http://hitstdio.ntunhs.edu.tw/consentForm/StructureDefinition/DocumentReference-cf"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>參照的文件</b></h3><p><b>狀態</b>:current</p><p><b>文件分類</b>:切結書 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-consent-category.html\">同意書類別</a>#AFFT)</span></p><p><b>認證者</b>:<a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p><blockquote><p><b>內容規格</b>:application/pdf <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-mimetypes.html\">MimeType</a>#application/pdf)</span></p><p><b>url</b>:<a href=\"https://drive.google.com/drive/folders/1DZo0g91PZfz3TRMVZ3toQr1DuLYoy_VA\">https://drive.google.com/drive/folders/1DZo0g91PZfz3TRMVZ3toQr1DuLYoy_VA</a></p></blockquote></div>"
  },
  "status" : "current",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hitstdio.ntunhs.edu.tw/consentForm/CodeSystem/consent-category",
          "code" : "AFFT"
        }
      ]
    }
  ],
  "authenticator" : {
    "reference" : "Organization/org-hosp-example"
  },
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "https://drive.google.com/drive/folders/1DZo0g91PZfz3TRMVZ3toQr1DuLYoy_VA"
      }
    }
  ]
}