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

FHIR IG analytics

Packagehl7.fhir.us.smp
Resource TypeDocumentReference
IdDocumentReference-smp-bundle-documentreference-example.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 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

-ContentTypeUrlTitleCreation
*application/fhir+jsonhttps://example.org/fhir/Bundle/smp-bundle-1SMP Medication Collection Bundle2026-04-27 14:30:00+0000

Source1

{
  "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"
      }
    }
  ]
}