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

FHIR IG analytics

Packagejohnmoehrke.testbinary.example
Resource TypeBundle
IdBundle-hello-bundle.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "hello-bundle",
  "language": "en",
  "identifier": {
    "system": "urn:oid:2.999.724.4.8.10.200.10",
    "value": "ac7a747c-a2c9-493c-ba39-4ac6997eed1e"
  },
  "type": "document",
  "timestamp": "2024-09-21T18:53:00.8116604+00:00",
  "entry": [
    {
      "fullUrl": "https://fhir.example.com/Composition/ad-composition-123",
      "resource": {
        "resourceType": "Composition",
        "id": "ad-composition-123",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_ad-composition-123\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition ad-composition-123</b></p><a name=\"ad-composition-123\"> </a><a name=\"hcad-composition-123\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress note</span></p><p><b>date</b>: 2025-08-01 10:00:00+0000</p><p><b>author</b>: Dr. John Smith</p><p><b>title</b>: Advance Directive Document</p></div>"
        },
        "status": "final",
        "type": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "11506-3"
            }
          ]
        },
        "subject": [
          {
            "reference": "Patient/ad-patient-123"
          }
        ],
        "date": "2025-08-01T10:00:00Z",
        "author": [
          {
            "display": "Dr. John Smith"
          }
        ],
        "title": "Advance Directive Document",
        "section": [
          {
            "title": "Advance Directive",
            "text": {
              "status": "generated",
              "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the advance directive document for the patient.</div>"
            },
            "entry": [
              {
                "reference": "DocumentReference/advance-directive-123"
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "https://fhir.example.com/DocumentReference/advance-directive-123",
      "resource": {
        "resourceType": "DocumentReference",
        "id": "advance-directive-123",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_advance-directive-123\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference advance-directive-123</b></p><a name=\"advance-directive-123\"> </a><a name=\"hcadvance-directive-123\"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 75310-3}, {http://loinc.org 55188-7}\">Health concerns Document</span></p><p><b>subject</b>: <a href=\"Bundle-hello-bundle.html#Patient_ad-patient-123\">John Doe  (no stated gender), DoB Unknown</a></p><p><b>date</b>: 2025-08-01 10:00:00+0000</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://server.example.com/blah.pdf\">https://server.example.com/blah.pdf</a></td><td>Advance Directive Document</td></tr></table></blockquote></div>"
        },
        "status": "current",
        "type": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "75310-3",
              "display": "Health concerns Document"
            },
            {
              "system": "http://loinc.org",
              "code": "55188-7",
              "display": "Patient data Document"
            }
          ]
        },
        "subject": {
          "reference": "Patient/ad-patient-123"
        },
        "date": "2025-08-01T10:00:00Z",
        "content": [
          {
            "attachment": {
              "contentType": "application/pdf",
              "url": "https://server.example.com/blah.pdf",
              "title": "Advance Directive Document"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://fhir.example.com/Patient/ad-patient-123",
      "resource": {
        "resourceType": "Patient",
        "id": "ad-patient-123",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ad-patient-123\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ad-patient-123</b></p><a name=\"ad-patient-123\"> </a><a name=\"hcad-patient-123\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe  (no stated gender), DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
        },
        "active": true,
        "name": [
          {
            "family": "Doe",
            "given": [
              "John"
            ]
          }
        ]
      }
    }
  ]
}