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

FHIR IG analytics

Packagejohnmoehrke.correction.example
Resource TypeDocumentReference
IdDocumentReference-ex-documentation-immunization-correction.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 ex-documentation-immunization-correction

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

status: Current

type: Immunization record correction documentation

subject: https://example.org/Patient/ex-patient

date: 2024-06-01 13:00:00+0000

author: https://example.org/Practitioner/ex-practitioner

custodian: https://example.org/Organization/ex-organization

description: This document provides details regarding the correction made to the immunization record of the patient.

content

Attachments

-ContentTypeUrlTitleCreation
*application/pdfhttp://example.org/documents/immunization-correction.pdfImmunization Correction Documentation2024-06-01 13:00:00+0000

Source1

{
  "resourceType": "DocumentReference",
  "id": "ex-documentation-immunization-correction",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "34133-9"
      }
    ],
    "text": "Immunization record correction documentation"
  },
  "subject": {
    "reference": "https://example.org/Patient/ex-patient"
  },
  "date": "2024-06-01T13:00:00Z",
  "author": [
    {
      "reference": "https://example.org/Practitioner/ex-practitioner"
    }
  ],
  "custodian": {
    "reference": "https://example.org/Organization/ex-organization"
  },
  "description": "This document provides details regarding the correction made to the immunization record of the patient.",
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "http://example.org/documents/immunization-correction.pdf",
        "title": "Immunization Correction Documentation",
        "creation": "2024-06-01T13:00:00Z"
      }
    }
  ]
}