Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide 1.0.0 - STU 1
Publication Build: This will be filled in by the publication tooling
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://example.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-respnet-eve-everywoman" ] ] ; # fhir:occurrence [ a fhir:dateTime ; fhir:v "2013-05-08T09:33:27+07:00"^^xsd:dateTime ] ; # fhir:requester [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-henry-seven" ] ] . #