MCC eCare Plan Implementation Guide
0.1.0 - CI Build US

MCC eCare Plan Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: MCC Document Reference to Advance Directives Example - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "PACP",
  "meta" : {
    "versionId" : "11",
    "lastUpdated" : "2022-04-21T17:37:01.181+00:00",
    "source" : "#nirbEQQUzDFbWjRp",
    "profile" : [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/DocRefPACP"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"PACP\" Version \"11\" Updated \"2022-04-21 05:37:01+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #nirbEQQUzDFbWjRp!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DocRefPACP.html\">Document Reference to Patient's Personal Advance Care Plan (Advance Directive)</a></p></div><p><b>identifier</b>: id: urn:oid:2.16.840.1.113883.19.5.99999.1</p><p><b>status</b>: current</p><p><b>type</b>: Patient Personal advance care plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81334-5)</span></p><p><b>category</b>: Clinical Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-us-core-documentreference-category.html\">US Core DocumentReferences Category Codes</a>#clinical-note)</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Amy Shaw</a> \" NOELLE\"</p><p><b>date</b>: Mar 9, 2016 3:29:46 PM</p><p><b>author</b>: </p><ul><li><a href=\"Practitioner-practitioner-1.html\">Practitioner/practitioner-1: Ronald Bone, MD</a></li><li><a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Patricia Noelle</a> \" NOELLE\"</li></ul><p><b>description</b>: Patricia Noelle - Personal Advance Care Plan</p><blockquote><p><b>content</b></p><p><b>format</b>: Care Management (Details: urn:oid:1.3.6.1.4.1.19376.1.2.3 code urn:ihe:pcc:cm:2008 = 'urn:ihe:pcc:cm:2008', stated as 'Care Management')</p></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td>-</td><td><b>Period</b></td></tr><tr><td>*</td><td>2004-12-23 08:00:00+1100 --&gt; 2004-12-23 08:01:00+1100</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.19.5.99999.1"
    }
  ],
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "81334-5",
        "display" : "Patient Personal advance care plan"
      }
    ],
    "text" : "Patient Personal advance care plan"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
          "code" : "clinical-note",
          "display" : "Clinical Note"
        }
      ],
      "text" : "Clinical Note"
    }
  ],
  "subject" : {
    "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Amy Shaw"
  },
  "date" : "2016-03-09T15:29:46Z",
  "author" : [
    {
      "reference" : "Practitioner/practitioner-1",
      "display" : "Ronald Bone, MD"
    },
    {
      "reference" : "Patient/cc-pat-pnoelle",
      "display" : "Patricia Noelle"
    }
  ],
  "description" : "Patricia Noelle - Personal Advance Care Plan",
  "content" : [
    {
      "attachment" : {
        "contentType" : "text/plain",
        "url" : "/Binary/1-note",
        "title" : "Uri where the data can be found: [base]/Binary/1-note"
      },
      "format" : {
        "system" : "urn:oid:1.3.6.1.4.1.19376.1.2.3",
        "code" : "urn:ihe:pcc:cm:2008",
        "display" : "Care Management"
      }
    }
  ],
  "context" : {
    "period" : {
      "start" : "2004-12-23T08:00:00+11:00",
      "end" : "2004-12-23T08:01:00+11:00"
    }
  }
}