AU Core Implementation Guide
0.2.1-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: DocumentReference - Mental health crisis plan - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "mental-health-crisis-plan",
  "meta" : {
    "profile" : [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"mental-health-crisis-plan\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource DocumentReference &quot;mental-health-crisis-plan&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-documentreference.html\">AU Core DocumentReference</a></p></div><p><b>identifier</b>: id:\u00a0urn:uuid:59370790-3d45-4389-a854-2573b9c3394d</p><p><b>status</b>: current</p><p><b>docStatus</b>: final</p><p><b>type</b>: Mental health crisis plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#736253002)</span></p><p><b>category</b>: Care plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#734163000)</span></p><p><b>subject</b>: <a href=\"Patient-smith-emma.html\">Patient/smith-emma</a> &quot; SMITH&quot;</p><p><b>date</b>: 3 Nov 2019, 1:35:00 pm</p><p><b>author</b>: <span>: Crisis Care Support</span></p><p><b>custodian</b>: <span>: Crisis Care Support</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://caresupport.example.au/MentalhealthCrisisPlanReport.pdf\">https://caresupport.example.au/MentalhealthCrisisPlanReport.pdf</a></td><td>2016-03-08 15:26:00+0100</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td><td><b>PracticeSetting</b></td></tr><tr><td style=\"display: none\">*</td><td>2016-03-07 13:34:00+0100 --&gt; (ongoing)</td><td>Mental health service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#708168004)</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:59370790-3d45-4389-a854-2573b9c3394d"
    }
  ],
  "status" : "current",
  "docStatus" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "736253002",
        "display" : "Mental health crisis plan"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "734163000",
          "display" : "Care plan"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/smith-emma"
  },
  "date" : "2019-11-03T12:35:00+10:00",
  "author" : [
    {
      "type" : "Organization",
      "display" : "Crisis Care Support"
    }
  ],
  "custodian" : {
    "type" : "Organization",
    "display" : "Crisis Care Support"
  },
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "https://caresupport.example.au/MentalhealthCrisisPlanReport.pdf",
        "creation" : "2016-03-08T15:26:00+01:00"
      }
    }
  ],
  "context" : {
    "period" : {
      "start" : "2016-03-07T13:34:00+01:00"
    },
    "practiceSetting" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "708168004",
          "display" : "Mental health service"
        }
      ]
    }
  }
}