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

FHIR IG analytics

Packagehl7.fhir.eu.health-data-api
Resource TypeDocumentReference
IdDocumentReference-ExampleDocumentReferenceHDR.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 ExampleDocumentReferenceHDR

masterIdentifier: urn:oid:2.999.3.4.5.6.7.8.9/urn:uuid:d4e5f6a7-b8c9-0123-def0-234567890123 (use: usual, )

status: Current

type: Discharge summary

category: discharge reports

subject: Jan Jansen

date: 2026-02-28 16:00:00+0100

custodian: Amsterdam University Medical Center

content

Attachments

-ContentTypeUrlCreation
*application/fhir+jsonhttp://example.org/fhir/Bundle/hdr-jan-jansen2026-02-28 16:00:00+0100

format: unknown: http://hl7.eu/fhir/hdr/StructureDefinition/bundle-eu-hdr (http://hl7.eu/fhir/hdr/StructureDefinition/bundle-eu-hdr)


Source1

{
  "resourceType": "DocumentReference",
  "id": "ExampleDocumentReferenceHDR",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/health-data-api/StructureDefinition/EehrxfMhdDocumentReference"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "masterIdentifier": {
    "use": "usual",
    "system": "urn:oid:2.999.3.4.5.6.7.8.9",
    "value": "urn:uuid:d4e5f6a7-b8c9-0123-def0-234567890123"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "18842-5",
        "display": "Discharge summary"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.eu/fhir/health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
          "code": "Discharge-Reports",
          "display": "discharge reports"
        }
      ]
    }
  ],
  "subject": {
    "reference": "http://example.org/fhir/Patient/example-patient",
    "display": "Jan Jansen"
  },
  "date": "2026-02-28T16:00:00+01:00",
  "custodian": {
    "reference": "http://example.org/fhir/Organization/example-hospital",
    "display": "Amsterdam University Medical Center"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/fhir+json",
        "url": "http://example.org/fhir/Bundle/hdr-jan-jansen",
        "creation": "2026-02-28T16:00:00+01:00"
      },
      "format": {
        "system": "urn:ietf:rfc:3986",
        "code": "http://hl7.eu/fhir/hdr/StructureDefinition/bundle-eu-hdr"
      }
    }
  ]
}