FHIR IG analytics| Package | hl7.fhir.us.smp |
| Resource Type | DocumentReference |
| Id | DocumentReference-smp-bundle-documentreference-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference smp-bundle-documentreference-example
identifier: Uniform Resource Identifier (URI)/urn:uuid:7b47e07a-8f95-4eb6-a0a5-ef3f5c6518b1
status: Current
type: Medication Management Note
category: Clinical Note
subject: patient-betsysmith-johnson01
date: 2026-04-27 14:30:00+0000
author: org-ED-Metro-Hospital
description: Pointer to an SMP collection Bundle for medication profile search and retrieval.
content
Attachments
ContentType Url Title Creation application/fhir+json https://example.org/fhir/Bundle/smp-bundle-1 SMP Medication Collection Bundle 2026-04-27 14:30:00+0000
{
"resourceType": "DocumentReference",
"id": "smp-bundle-documentreference-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle-documentreference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:7b47e07a-8f95-4eb6-a0a5-ef3f5c6518b1"
}
],
"status": "current",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "70006-2",
"display": "Medication Management Note"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
"code": "clinical-note",
"display": "Clinical Note"
}
]
}
],
"subject": {
"reference": "patient-betsysmith-johnson01"
},
"date": "2026-04-27T14:30:00Z",
"author": [
{
"reference": "org-ED-Metro-Hospital"
}
],
"description": "Pointer to an SMP collection Bundle for medication profile search and retrieval.",
"content": [
{
"attachment": {
"contentType": "application/fhir+json",
"url": "https://example.org/fhir/Bundle/smp-bundle-1",
"title": "SMP Medication Collection Bundle",
"creation": "2026-04-27T14:30:00Z"
}
}
]
}