This page is part of the Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "resp-net-content-bundle-example"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2020-11-29T02:03:28.045+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-content-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-content-bundle> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:timestamp [ fhir:v "2020-11-20T11:15:33-10:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/us/resp-net/Composition/resp-net-composition-content-example"^^xsd:anyURI ] ;
( fhir:resource <http://hl7.org/fhir/us/resp-net/Composition/resp-net-composition-content-example> )
] ) . #
<http://hl7.org/fhir/us/resp-net/Composition/resp-net-composition-content-example> a fhir:Composition ;
fhir:id [ fhir:v "resp-net-composition-content-example"] ; #
fhir:meta [
fhir:versionId [ fhir:v "23" ] ;
fhir:lastUpdated [ fhir:v "2021-08-19T22:06:32.441+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-composition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-composition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Eve Everywoman data for RESP-NET</b></p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/resp-net/StructureDefinition/respnet-report-context-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/resp-net/CodeSystem/respnet-report-context"^^xsd:anyURI ] ;
fhir:code [ fhir:v "respnet-case-report" ] ;
fhir:display [ fhir:v "General RESP-NET case report" ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/us/resp-net/CodeSystem/respnet-report-context"^^xsd:anyURI ] ;
fhir:code [ fhir:v "respnet-influenza-case-detected" ] ;
fhir:display [ fhir:v "RESP-NET report for a Hospital-based influenza case" ] ] ) ;
fhir:text [ fhir:v "RESPNet case report" ] ]
] ) ; #
fhir:identifier [
fhir:value [ fhir:v "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:55751-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55751-2" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-respnet-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/resp-net-encounter-example" ] ;
fhir:display [ fhir:v "RESP-NET Encounter Example" ]
] ; #
fhir:date [ fhir:v "2023-01-02T22:13:23Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/practitioner-us-core-henry-seven" ] ;
fhir:display [ fhir:v "Henry Seven" ]
] ) ; #
fhir:title [ fhir:v "RESP-NET Report"] ; #
fhir:section ( [
fhir:title [ fhir:v "Problems Section" ] ;
fhir:code [
( fhir:coding [
a loinc:11450-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11450-4" ] ;
fhir:display [ fhir:v "Problem list - Reported" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p>Influenza</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Condition/influenza-example" ] ] )
] [
fhir:title [ fhir:v "Results Section" ] ;
fhir:code [
( fhir:coding [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ] ;
fhir:display [ fhir:v "Relevant diagnostic tests/laboratory data Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Results Section </div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/influenza" ] ] )
] [
fhir:title [ fhir:v "Medications Section" ] ;
fhir:code [
( fhir:coding [
a loinc:10160-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "History of Medication use Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Take oseltamivir twice a day </div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "MedicationAdministration/medicationadministration-oseltamivir" ] ] )
] ) . #
IG © 2023+ HL7 International / Public Health. Package hl7.fhir.us.resp-net#1.0.0 based on FHIR 4.0.1. Generated 2025-06-19
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change