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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeDocumentReference
IdDocumentReference-mental-health-discharge-summary-example-1.json
FHIR VersionR4

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: DocumentReference mental-health-discharge-summary-example-1

status: Current

type: Mental Health Discharge Summary

category: Clinical Note

subject: James Wolff

date: 2024-01-01 15:29:46+0000

author: Dr. Lazslo Cravensworth

content

Attachments

-ContentTypeData
*text/plainTm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4=

Source1

{
  "resourceType": "DocumentReference",
  "id": "mental-health-discharge-summary-example-1",
  "meta": {
    "profile": [
      "http://fhir.org/guides/astp/bhp/StructureDefinition/mental-health-clinical-notes"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "78263-1",
        "display": "Mental Health Discharge Summary"
      }
    ],
    "text": "Mental Health Discharge Summary"
  },
  "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/bh-patient-example",
    "display": "James Wolff"
  },
  "date": "2024-01-01T15:29:46Z",
  "author": [
    {
      "reference": "Practitioner/mental-health-provider-example-1",
      "display": "Dr. Lazslo Cravensworth"
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "text/plain",
        "data": "Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4="
      }
    }
  ]
}