PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

PACIO Advance Healthcare Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions

: Mental Health Directive (Maryland)

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "MHAD-Example-Smith-Johnson-Composition",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PACPComposition"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber",
      "valueString" : "2024-12-22T05:00:00+00:00"
    }
  ],
  "identifier" : {
    "system" : "https://example.org/standards/terminology/namingSystem/setId",
    "value" : "2.16.840.1.113883.15.15.200.1:11220-d580858d0d83427381cd9d2237580048"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "104144-1",
        "display" : "Mental health Advance directives"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "107903-7",
          "display" : "Clinical note"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "42348-3",
          "display" : "Advance healthcare directives"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1"
  },
  "date" : "2024-12-22T05:00:00+00:00",
  "author" : [
    {
      🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1",
      "display" : "Betsy Smith-Johnson"
    }
  ],
  "title" : "Mental Health Directive (Maryland)",
  "attester" : [
    {
      "mode" : "personal"
    }
  ],
  "custodian" : {
    🔗 "reference" : "Organization/Example-Smith-Johnson-OrganizationCustodian1"
  },
  "section" : [
    {
      "title" : "MHAD Source Form for Betsy Smith-Johnson",
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/pacio-adi/CodeSystem/adi-temp-cs",
            "code" : "advance_directive_source_form"
          }
        ]
      },
      "text" : {
        "status" : "additional"
      },
      "entry" : [
        {
          🔗 "reference" : "Binary/MHAD-Example-Smith-Johnson-Binary"
        }
      ]
    },
    {
      "title" : "Appointment of a Primary Healthcare Agent and Alternate Healthcare Agents",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "81335-2",
            "display" : "Healthcare Agent"
          }
        ]
      },
      "text" : {
        "status" : "additional"
      },
      "entry" : [
        {
          🔗 "reference" : "RelatedPerson/Example-Smith-Johnson-Notary2"
        },
        {
          🔗 "reference" : "RelatedPerson/Example-Smith-Johnson-HealthcareAgent3"
        },
        {
          🔗 "reference" : "Consent/Example-Smith-Johnson-HealthcareAgentConsent2"
        }
      ]
    }
  ]
}