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
: RR DocumentReference example: Additional reporting needs - 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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "documentreference-add-reporting-needs-pdf"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-documentreference"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/rr-documentreference> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference documentreference-add-reporting-needs-pdf</b></p><a name=\"documentreference-add-reporting-needs-pdf\"> </a><a name=\"hcdocumentreference-add-reporting-needs-pdf\"> </a><a name=\"documentreference-add-reporting-needs-pdf-en-US\"> </a><p><b>Reportability Response Priority Extension</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.274 RRVS16}\">Action requested</span></p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 83910-0}\">Public health information</span></p><p><b>category</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.274 RRVS8}\">Additional reporting needs</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>description</b>: Additional information for the required reporting of Zika must be submitted to State Department of Health immediately. This additional information can be submitted here.</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"http://statedepartmentofhealth.gov/epi/disease/zika/Supplemental_data_form.pdf\">http://statedepartmentofhealth.gov/epi/disease/zika/Supplemental_data_form.pdf</a></td></tr></table></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-priority-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.274"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RRVS16" ] ;
fhir:display [ fhir:v "Action requested" ] ] ) ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
a loinc:83910-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "83910-0" ] ;
fhir:display [ fhir:v "Public health Note" ] ] ) ;
fhir:text [ fhir:v "Public health information" ]
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.274"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RRVS8" ] ;
fhir:display [ fhir:v "Additional reporting needs" ] ] ) ;
fhir:text [ fhir:v "Additional reporting needs" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
] ; #
fhir:description [ fhir:v "Additional information for the required reporting of Zika must be submitted to State Department of Health immediately. This additional information can be submitted here."] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [ fhir:v "http://statedepartmentofhealth.gov/epi/disease/zika/Supplemental_data_form.pdf"^^xsd:anyURI ] ]
] ) . #