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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting
Resource TypeBundle
IdBundle-hcs-content-bundle-example.json
FHIR VersionR4

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": "hcs-content-bundle-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-content-bundle"
    ]
  },
  "language": "en",
  "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 Surveys 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-nichols.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"
        },
        "encounter": {
          "reference": "Encounter/encounter-ambulatory",
          "display": "Ambulatory Office Visit"
        },
        "date": "2023-01-02T22:13:23Z",
        "author": [
          {
            "reference": "Practitioner/practitioner-nichols",
            "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-liveborn-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\"><p>Allergy to Sulfonide</p></div>"
            },
            "entry": [
              {
                "reference": "AllergyIntolerance/allergyintolerance-sulfonamide-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\">Taking Lantus</div>"
            },
            "entry": [
              {
                "reference": "MedicationAdministration/medicationadministration-example"
              }
            ]
          }
        ]
      }
    }
  ]
}