Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-resp-net-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" : "resp-net-content-bundle-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-11-29T02:03:28.045+00:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-content-bundle"
    ]
  },
  "type" : "collection",
  "timestamp" : "2020-11-20T11:15:33-10:00",
  "entry" : [
    {
      "fullUrl" : "http://hl7.org/fhir/us/resp-net/Composition/resp-net-composition-content-example",
      "resource" : {
        "resourceType" : "Composition",
        "id" : "resp-net-composition-content-example",
        "meta" : {
          "versionId" : "23",
          "lastUpdated" : "2021-08-19T22:06:32.441+00:00",
          "source" : "#6i8cijintDjJ8In2",
          "profile" : [
            🔗 "http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-composition"
          ]
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Eve Everywoman data for RESP-NET</b></p></div>"
        },
        "identifier" : {
          "value" : "c03eab8c-11e8-4d0c-ad2a-b385395e27db"
        },
        "status" : "final",
        "type" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "75619-7"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
          "display" : "Eve Everywoman"
        },
        "encounter" : {
          🔗 "reference" : "Encounter/resp-net-encounter-example",
          "display" : "RESP-NET Encounter Example"
        },
        "date" : "2023-01-02T22:13:23Z",
        "author" : [
          {
            🔗 "reference" : "Practitioner/practitioner-us-core-henry-seven",
            "display" : "Henry Seven"
          }
        ],
        "title" : "RESP-NET Report",
        "section" : [
          {
            "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>Influenza</p></div>"
            },
            "entry" : [
              {
                🔗 "reference" : "Condition/influenza-example"
              }
            ]
          },
          {
            "title" : "Results Section",
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "30954-2",
                  "display" : "Relevant diagnostic tests/laboratory data Narrative"
                }
              ]
            },
            "text" : {
              "status" : "generated",
              "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Results Section </div>"
            },
            "entry" : [
              {
                🔗 "reference" : "Observation/influenza"
              }
            ]
          },
          {
            "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 Take oseltamivir twice a day </div>"
            },
            "entry" : [
              {
                🔗 "reference" : "MedicationAdministration/medicationadministration-oseltamivir"
              }
            ]
          }
        ]
      }
    }
  ]
}