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

: ServiceRequest 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b> Narrative: ServiceRequest</b></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://lab.smarthealthit.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "061ef612-344f-4e7b-81a8-1059ae7bbe11" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "original-order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:363679005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "363679005" ] ;
fhir:display [ fhir:v "Imaging" ]     ] ) ;
fhir:text [ fhir:v "Diagnostics Procedure" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:24627-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24627-2" ]     ] ) ;
fhir:text [ fhir:v "Chest CT" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2013-05-08T09:33:27+07:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-us-core-henry-seven" ]
  ] . #