同意書實作指引(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

: Composition-切結書 - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "com-affidavit-example",
  "meta" : {
    "profile" : [
      "http://hitstdio.ntunhs.edu.tw/consentForm/StructureDefinition/Composition-cf"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>Composition</b></h3><p><b>文件識別碼</b>:urn:uuid:b54d9006-1a45-4663-a3b4-571a541ce672 (https://www.tph.mohw.gov.tw/)</p><p><b>文件狀態</b>:Final <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://hl7.org/fhir/R4/valueset-composition-status.html\">CompositionStatus</a>#final)</span></p><p><b>文件種類</b>:Consent Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://loinc.org/\">LOINC</a>#59284-0)</span></p><p><b>文件創建日期</b>:2021-08-30 02:30:00+0800</p><p><b>文件創建單位</b>:<a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p><h4><b>切結書</b></h4><p><b>同意書識別碼</b>:urn:uuid:90fe5d72-6b62-4f81-bce4-7ca60b0b0cd6 (https://www.tph.mohw.gov.tw/)</p><p><b>同意書的狀態</b>:active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://hl7.org/fhir/R4/valueset-consent-state-codes.html\">ConsentState</a>#active)</span></p><p><b>同意書的規模</b>:Privacy Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/5.0.0/CodeSystem-consentscope.html\">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>同意書的類別</b>:切結書 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-consent-category.html\">Consent Category</a>#AFFT)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>日期</b>:2021-12-01</p><p><b>同意政策和規則的機構</b>:<a href=\"Organization-doltc-example.html\">Organization/doltc-example</a> \"長期照顧司籌備辦公室\"</p><p><b>參照的文件</b>:<a href=\"DocumentReference-doc-example.html\">DocumentReference/doc-example</a></p><p><b>政策規則</b>:Common Rule Informed Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-policy-rule.html\">同意書政策依據</a>#cric)</span></p><h5>Provisions</h5><p><b>類型</b>:Opt In <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-consent-provision-type.html\">ConsentProvisionType</a>#permit)</span></p><p><b>角色</b>:grantor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-security-role-type.html\">SecurityRoleType</a>#GRANTOR) </span><a href=\"Organization-doltc-example.html\">Organization/doltc-example</a></p><p><b>Action</b>:Collect <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/5.0.0/CodeSystem-consentaction.html\">Consent Action Codes</a>#collect)</span></p><p><b>SecurityLabel</b>:healthcare payment (Details: http://terminology.hl7.org/CodeSystem/v3-ActReason code HPAYMT = 'healthcare payment', stated as 'null')</p><p><b>Class</b>:ITI BPPC (Details: http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem code urn:ihe:iti:bppc:2007 = 'urn:ihe:iti:bppc:2007', stated as 'ITI BPPC')</p><p><b>Code</b>:Consent Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://loinc.org/\">LOINC</a>#59284-0)</span></p></div>"
  },
  "identifier" : {
    "system" : "https://www.tph.mohw.gov.tw/",
    "value" : "urn:uuid:b54d9006-1a45-4663-a3b4-571a541ce672"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "59284-0"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/pat-example"
  },
  "date" : "2021-08-30T14:30:00+08:00",
  "author" : [
    {
      "reference" : "Organization/org-hosp-example"
    }
  ],
  "title" : "切結書",
  "section" : [
    {
      "title" : "切結書",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "59284-0"
          }
        ]
      },
      "entry" : [
        {
          "reference" : "Consent/con-affidavit-example"
        }
      ]
    }
  ]
}