HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.1 - STU 2.1.1 United States of America flag

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.1 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

: eCR MessageHeader Example: Requested eICR - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:MessageHeader ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "messageheader-ecr-requested-eicr"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-messageheader"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-messageheader>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"messageheader-ecr-requested-eicr\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader &quot;messageheader-ecr-requested-eicr&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ecr-messageheader.html\">eCR MessageHeader</a></p></div><p><b>US Public Health Data Encrypted Extension</b>: false</p><p><b>US Public Health Message Processing Category Extension</b>: consequence</p><p><b>event</b>: Indicates a message containing electronic case report healthcare data sent from clinical care. (Details: http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-message-types-codesystem code eicr-case-report-message = 'Indicates a message containing electronic case report healthcare data sent from clinical care.', stated as 'Indicates a message containing electronic case report healthcare data sent from clinical care.')</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Target</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>YMCA Acme Message Gateway</td><td><a href=\"Device-device-ecr-software-ymca.html\">Device/device-ecr-software-ymca</a></td><td><a href=\"http://example.org/ymca/fhir\">http://example.org/ymca/fhir</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-organization-ecr-salem-medical-center.html\">Organization/organization-ecr-salem-medical-center</a> &quot;Salem Medical Center&quot;</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Acme Central Patient Registry</td><td>FooBar Patient Manager</td><td>3.1.45.AABB</td><td><a href=\"tel:+1(555)1234567\">+1 (555) 123 4567</a></td><td><a href=\"http://example.org/salem-medical-center/fhir\">http://example.org/salem-medical-center/fhir</a></td></tr></table><p><b>reason</b>: Indicates the close of an encounter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-us-ph-triggerdefinition-namedevents.html\">US Public Health TriggerDefinition NamedEvents</a>#encounter-close)</span></p><p><b>focus</b>: <a href=\"Bundle-bundle-eicr-document-zika.html\">Bundle/bundle-eicr-document-zika</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-data-encrypted-extension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-message-processing-category-extension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "consequence" ]
  ] ) ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-message-types-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "eicr-case-report-message" ] ;
fhir:display [ fhir:v "Indicates a message containing electronic case report healthcare data sent from clinical care." ]
  ] ; # 
  fhir:destination ( [
fhir:name [ fhir:v "YMCA Acme Message Gateway" ] ;
fhir:target [
fhir:reference [ fhir:v "Device/device-ecr-software-ymca" ]     ] ;
fhir:endpoint [ fhir:v "http://example.org/ymca/fhir"^^xsd:anyURI ]
  ] ) ; # 
  fhir:sender [
fhir:reference [ fhir:v "Organization/organization-ecr-salem-medical-center" ]
  ] ; # 
  fhir:source [
fhir:name [ fhir:v "Acme Central Patient Registry" ] ;
fhir:software [ fhir:v "FooBar Patient Manager" ] ;
fhir:version [ fhir:v "3.1.45.AABB" ] ;
fhir:contact [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1 (555) 123 4567" ]     ] ;
fhir:endpoint [ fhir:v "http://example.org/salem-medical-center/fhir"^^xsd:anyURI ]
  ] ; # 
  fhir:reason [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents"^^xsd:anyURI ] ;
fhir:code [ fhir:v "encounter-close" ] ;
fhir:display [ fhir:v "Indicates the close of an encounter" ]     ] )
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "Bundle/bundle-eicr-document-zika" ]
  ] ) . #