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

: Composition Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "resp-net-composition-example"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "23" ] ;
fhir:lastUpdated [ fhir:v "2021-08-19T22:06:32.441+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#6i8cijintDjJ8In2"^^xsd:anyURI ] ;
    ( 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>"
  ] ; # 
  fhir:identifier [
fhir:value [ fhir:v "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:75619-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75619-7" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ecr-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>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Condition/influenza-example" ]     ] )
  ] [
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>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "MedicationAdministration/medicationadministration-oseltamivir" ]     ] )
  ] [
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>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/influenza" ]     ] )
  ] [
fhir:title [ fhir:v "Immunizations Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11369-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11369-6" ] ;
fhir:display [ fhir:v "History of Immunization Narrative" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Immunizations Section </div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Immunization/flu" ]     ] )
  ] [
fhir:title [ fhir:v "Social History Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:29762-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29762-2" ] ;
fhir:display [ fhir:v "Social history Narrative" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Social History Section </div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/some-day-smoker" ]     ] [
fhir:reference [ fhir:v "Observation/observation-characteristics-of-home-environment-eve-everywoman" ]     ] )
  ] ) . #