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

FHIR IG analytics

Packagehl7.fhir.us.resp-net.r4b
Resource TypeComposition
IdComposition-resp-net-composition-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Eve Everywoman data for RESP-NET


Source1

{
  "resourceType": "Composition",
  "id": "resp-net-composition-example",
  "meta": {
    "versionId": "23",
    "lastUpdated": "2021-08-19T22:06:32.441+00:00",
    "profile": [
      "http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-composition"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/resp-net/StructureDefinition/respnet-report-context-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/resp-net/CodeSystem/respnet-report-context",
            "code": "respnet-case-report",
            "display": "General RESP-NET case report"
          },
          {
            "system": "http://hl7.org/fhir/us/resp-net/CodeSystem/respnet-report-context",
            "code": "respnet-influenza-case-detected",
            "display": "RESP-NET report for a Hospital-based influenza case"
          }
        ],
        "text": "RESPNet case report"
      }
    }
  ],
  "identifier": {
    "value": "c03eab8c-11e8-4d0c-ad2a-b385395e27db"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "55751-2"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-respnet-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": "Encounter Section",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "67781-5",
            "display": "Summarization of encounter note Narrative"
          }
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p>Flu Encounter</p></div>"
      },
      "entry": [
        {
          "reference": "Encounter/resp-net-encounter-example"
        }
      ]
    },
    {
      "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": "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"
        }
      ]
    },
    {
      "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": "Immunizations Section",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11369-6",
            "display": "History of Immunization Narrative"
          }
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Immunizations Section </div>"
      },
      "entry": [
        {
          "reference": "Immunization/flu"
        }
      ]
    },
    {
      "title": "Social History Section",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "29762-2",
            "display": "Social history Narrative"
          }
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Social History Section </div>"
      },
      "entry": [
        {
          "reference": "Observation/some-day-smoker"
        },
        {
          "reference": "Observation/observation-characteristics-of-home-environment-eve-everywoman"
        }
      ]
    }
  ]
}