HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions
: eICR 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 "servicerequest-eicr-zika"] ; #
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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest servicerequest-eicr-zika</b></p><a name=\"servicerequest-eicr-zika\"> </a><a name=\"hcservicerequest-eicr-zika\"> </a><a name=\"servicerequest-eicr-zika-en-US\"> </a><p><b>identifier</b>: <code>http://lab.smarthealthit.org</code>/061ef612-344f-4e7b-81a8-1059ae7bbe11</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 103693007}\">Diagnostics Procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 80825-3}\">Zika RT-PCR</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>performer</b>: <a href=\"Organization-organization-ecr-acme-laboratory.html\">Acme Labs</a></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 "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a sct:103693007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103693007" ] ;
fhir:display [ fhir:v "Diagnostic procedure (procedure)" ] ] ) ;
fhir:text [ fhir:v "Diagnostics Procedure" ]
] ) ; #
fhir:code [
( fhir:coding [
a loinc:80825-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80825-3" ] ;
fhir:display [ fhir:v "Zika virus envelope E gene [Presence] in Serum by NAA with probe detection" ] ] ) ;
fhir:text [ fhir:v "Zika RT-PCR" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/organization-ecr-acme-laboratory" ] ;
fhir:display [ fhir:v "Acme Labs" ]
] ) . #