0.1.0-current - ci-build International flag

JohnMoehrkeTestDicom, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testDicom/ and changes regularly. See the Directory of published versions

: Example Consent - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "ex-consent",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent ex-consent</b></p><a name=\"ex-consent\"> </a><a name=\"hcex-consent\"> </a><a name=\"ex-consent-en-US\"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 57017-6}\">Privacy policy Organization Document</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><blockquote><p><b>provision</b></p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType AUT}\">author (originator)</span></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "57017-6"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "provision" : [
    {
      "actor" : [
        {
          "role" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                "code" : "AUT",
                "display" : "author (originator)"
              }
            ]
          }
        }
      ]
    }
  ]
}