FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi.r4b
Resource TypeComposition
IdComposition-MHAD-Example-Smith-Johnson-Composition.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Composition MHAD-Example-Smith-Johnson-Composition

Language: en-US

Profile: ADI PtAuthored Composition

Composition Version Number: 2024-12-22T05:00:00+00:00

identifier: https://example.org/standards/terminology/namingSystem/setId/2.16.840.1.113883.15.15.200.1:11220-d580858d0d83427381cd9d2237580048

status: Final

type: Mental health Advance directives

category: Advance healthcare directives

date: 2024-12-22 05:00:00+0000

author: Betsy Smith-Johnson

title: Mental Health Directive (Maryland)

Attesters

-Mode
*Personal

custodian: Organization example.org


Source1

{
  "resourceType": "Composition",
  "id": "MHAD-Example-Smith-Johnson-Composition",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PACPComposition"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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": "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": "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",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>I am appointing my son, Charles Johnson, as my healthcare agent</p></div>"
      },
      "entry": [
        {
          "reference": "RelatedPerson/Example-Smith-Johnson-Notary2"
        },
        {
          "reference": "RelatedPerson/Example-Smith-Johnson-HealthcareAgent3"
        },
        {
          "reference": "Consent/Example-Smith-Johnson-HealthcareAgentConsent2"
        }
      ]
    },
    {
      "title": "MHAD Minimal Source Form for Betsy Smith-Johnson",
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/pacio-adi/CodeSystem/adi-temp-cs",
            "code": "minimal_source_form"
          }
        ]
      },
      "text": {
        "status": "additional",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>I am emotionally and mentally competent to make this Mental Health Advance Directive (MHAD). I understand the purpose and effect of this MHAD, I agree with everything that is written in this uADD, and I have made this MHAD knowingly, willingly and after careful deliberation.</p></div>"
      },
      "entry": [
        {
          "reference": "Binary/MHAD-Example-Smith-Johnson-Binary"
        }
      ]
    }
  ]
}