PACIO Advance Directive Interoperability Implementation Guide
0.0.1 - STU1

PACIO Advance Directive Interoperability Implementation Guide - Local Development build (v0.0.1). See the Directory of published versions

: Example-McBee-HealthcareAgent2 - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "Example-McBee-HealthcareAgent2",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-HealthcareAgent"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>First Alternate Healthcare Agent</b></p><p>If this healthcare agent is unable or unwilling to make medical treatment decisions for me, or if my spouse is designated as my primary healthcare agent and our marriage is annulled, or we are divorced or legally separated, then my next choice for a healthcare agent is:</p><p><i>S. Leonard Susskind (Friend)</i></p><p><i>ssuskind@example.com</i></p><p><i>[SELECTED to act as a healthcare agent on 3/23/2018, at 9:13 AM CST]</i></p><p><i>[ACCEPTED to act as a healthcare agent on 3/23/2018, at 9:14 AM CST]</i></p></div>"
  },
  "patient" : {
    "reference" : "Patient/Example-McBee-Patient1"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "75784-9",
          "display" : "First Alternate Healthcare Agent [Reported]"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "FRND",
          "display" : "unrelated friend"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "S. Leonard",
      "given" : [
        "Susskind"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "ssuskind@example.com",
      "use" : "home"
    }
  ]
}