FHIR IG analytics| Package | johnmoehrke.correction.example |
| Resource Type | DocumentReference |
| Id | DocumentReference-ex-documentation-immunization-correction.json |
| FHIR Version | R4 |
No resources found
No resources found
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
ContentType Url Title Creation application/pdf http://example.org/documents/immunization-correction.pdf Immunization Correction Documentation 2024-06-01 13:00:00+0000
{
"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"
}
}
]
}