Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Example of a Content Bundle containing Composition resource - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "hcs-content-bundle-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-content-bundle"
    ]
  },
  "type" : "collection",
  "timestamp" : "2020-11-20T11:15:33-10:00",
  "entry" : [
    {
      "fullUrl" : "http://example.org/fhir/Composition/hcs-composition-content-example",
      "resource" : {
        "resourceType" : "Composition",
        "id" : "hcs-composition-content-example",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-composition"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_hcs-composition-content-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition hcs-composition-content-example</b></p><a name=\"hcs-composition-content-example\"> </a><a name=\"hchcs-composition-content-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hcs-composition.html\">Health Care Survey Report Composition</a></p></div><p><b>identifier</b>: c03eab8c-11e8-4d0c-ad2a-b385395e27db</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 75619-7}\">National Health Care Surveys report</span></p><p><b>encounter</b>: <a href=\"Encounter-encounter-ambulatory.html\">Ambulatory Office Visit</a></p><p><b>date</b>: 2023-01-02 22:13:23+0000</p><p><b>author</b>: <a href=\"Practitioner-practitioner-1.html\">Nicholas Joseph</a></p><p><b>title</b>: National Health Care Surveys report</p></div>"
        },
        "identifier" : {
          "value" : "c03eab8c-11e8-4d0c-ad2a-b385395e27db"
        },
        "status" : "final",
        "type" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "75619-7"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/patient-ledner",
          "display" : "Amy Shaw"
        },
        "encounter" : {
          🔗 "reference" : "Encounter/encounter-ambulatory",
          "display" : "Ambulatory Office Visit"
        },
        "date" : "2023-01-02T22:13:23Z",
        "author" : [
          {
            🔗 "reference" : "Practitioner/practitioner-1",
            "display" : "Nicholas Joseph"
          }
        ],
        "title" : "National Health Care Surveys report",
        "section" : [
          {
            "title" : "Reason for Visit Section",
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "29299-5",
                  "display" : "Reason for visit Narrative"
                }
              ]
            },
            "text" : {
              "status" : "generated",
              "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Reason for Visit: Bad cough</p></div>"
            }
          },
          {
            "title" : "Problems Section",
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "11450-4",
                  "display" : "Problem list - Reported"
                }
              ]
            },
            "text" : {
              "status" : "generated",
              "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Single liveborn, born in hospital</p></div>"
            },
            "entry" : [
              {
                🔗 "reference" : "Condition/condition-problem"
              }
            ]
          },
          {
            "title" : "Allergies Section",
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48765-2",
                  "display" : "Allergies and adverse reactions Document"
                }
              ]
            },
            "text" : {
              "status" : "generated",
              "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Allergy to Sulfonide</p></div>"
            },
            "entry" : [
              {
                🔗 "reference" : "AllergyIntolerance/allergyintolerance-sulfonamide"
              }
            ]
          },
          {
            "title" : "Medications Section",
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "10160-0",
                  "display" : "History of Medication use Narrative"
                }
              ]
            },
            "text" : {
              "status" : "generated",
              "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Taking Lantus</div>"
            },
            "entry" : [
              {
                🔗 "reference" : "MedicationAdministration/medicationadministration-example"
              }
            ]
          }
        ]
      }
    }
  ]
}