Health Care Surveys Content Implementation Guide (IG)
1.0.1 - CI Build United States of America flag

Health Care Surveys Content Implementation Guide (IG), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-ig/ and changes regularly. 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" : {
    "versionId" : "1",
    "lastUpdated" : "2020-11-29T02:03:28.045+00:00",
    "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" : "Composition/hcs-composition-content-example",
      "resource" : {
        "resourceType" : "Composition",
        "id" : "hcs-composition-content-example",
        "meta" : {
          "versionId" : "23",
          "lastUpdated" : "2021-08-19T22:06:32.441+00:00",
          "source" : "#6i8cijintDjJ8In2",
          "profile" : [
            "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-composition"
          ]
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b> Amy Shaw data for HCS </b></p></div>"
        },
        "identifier" : {
          "value" : "c03eab8c-11e8-4d0c-ad2a-b385395e27db"
        },
        "status" : "final",
        "type" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "75619-7"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/example",
          "display" : "Amy Shaw"
        },
        "encounter" : {
          "reference" : "Encounter/example-1",
          "display" : "Ambulatory Office Visit"
        },
        "date" : "2023-01-02T22:13:23Z",
        "author" : [
          {
            "reference" : "Practitioner/1",
            "display" : "Nicholas Joseph"
          }
        ],
        "title" : "Health Care Survey 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\">\n<p>Reason for Visit: Bad cough</p>\n</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\">\n<p>Single liveborn, born in hospital</p></div>"
            },
            "entry" : [
              {
                "reference" : "Condition/example"
              }
            ]
          },
          {
            "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\">\n<p>Allergy to Sulfonide</p></div>"
            },
            "entry" : [
              {
                "reference" : "AllergyIntolerance/example"
              }
            ]
          },
          {
            "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\">\n Taking Lantus </div>"
            },
            "entry" : [
              {
                "reference" : "MedicationAdministration/medicationadministration-example"
              }
            ]
          }
        ]
      }
    }
  ]
}