Electronic Case Reporting (eCR)
3.0.0-ballot - STU 3 Ballot United States of America flag

Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.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/case-reporting/ and changes regularly. See the Directory of published versions

: MessageHeader - Requested eICR

Page standards status: Informative

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

<http://hl7.org/fhir/MessageHeader/messageheader-ecr-requested-eicr> a fhir:MessageHeader ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "messageheader-ecr-requested-eicr"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-messageheader" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-messageheader>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader messageheader-ecr-requested-eicr</b></p><a name=\"messageheader-ecr-requested-eicr\"> </a><a name=\"hcmessageheader-ecr-requested-eicr\"> </a><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\"/><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>: <a href=\"http://hl7.org/fhir/us/ph-library/2.0.0-snapshot/CodeSystem-us-ph-codesystem-message-types.html#us-ph-codesystem-message-types-eicr-case-report-message\">US Public Health CodeSystem - Message Types: eicr-case-report-message</a> (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: identifier = http://example.org/software/client-ids#goodhealth_id; manufacturer = Acme Devices, Inc; type = ; contact = http://example.org; url = http://example.org/ymca/software/</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 Salem Medical Center</a></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>: <span title=\"Codes:{http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents encounter-close}\">Indicates the close of an encounter</span></p><p><b>focus</b>: <a href=\"Bundle-bundle-eicr-document-zika.html\">Bundle: identifier = UUID:2be4b4e4-6df1-4cb2-a947-c70fa0eda54b; type = document; timestamp = 2021-08-02 22:13:23+0000</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encrypted-extension" ] ;
     fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension" ] ;
     fhir:Extension.valueCode [ fhir:value "consequence" ]
  ] ;
  fhir:MessageHeader.eventCoding [
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types" ] ;
     fhir:Coding.code [ fhir:value "eicr-case-report-message" ] ;
     fhir:Coding.display [ fhir:value "Indicates a message containing electronic case report healthcare data sent from clinical care." ]
  ] ;
  fhir:MessageHeader.destination [
     fhir:index -1 ;
     fhir:MessageHeader.destination.name [ fhir:value "YMCA Acme Message Gateway" ] ;
     fhir:MessageHeader.destination.target [
       fhir:link <http://hl7.org/fhir/Device/device-ecr-software-ymca> ;
       fhir:Reference.reference [ fhir:value "Device/device-ecr-software-ymca" ]
     ] ;
     fhir:MessageHeader.destination.endpoint [ fhir:value "http://example.org/ymca/fhir" ]
  ] ;
  fhir:MessageHeader.sender [
     fhir:link <http://hl7.org/fhir/Organization/organization-ecr-salem-medical-center> ;
     fhir:Reference.reference [ fhir:value "Organization/organization-ecr-salem-medical-center" ]
  ] ;
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.name [ fhir:value "Acme Central Patient Registry" ] ;
     fhir:MessageHeader.source.software [ fhir:value "FooBar Patient Manager" ] ;
     fhir:MessageHeader.source.version [ fhir:value "3.1.45.AABB" ] ;
     fhir:MessageHeader.source.contact [
       fhir:ContactPoint.system [ fhir:value "phone" ] ;
       fhir:ContactPoint.value [ fhir:value "+1 (555) 123 4567" ]
     ] ;
     fhir:MessageHeader.source.endpoint [ fhir:value "http://example.org/salem-medical-center/fhir" ]
  ] ;
  fhir:MessageHeader.reason [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents" ] ;
       fhir:Coding.code [ fhir:value "encounter-close" ] ;
       fhir:Coding.display [ fhir:value "Indicates the close of an encounter" ]
     ]
  ] ;
  fhir:MessageHeader.focus [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Bundle/bundle-eicr-document-zika> ;
     fhir:Reference.reference [ fhir:value "Bundle/bundle-eicr-document-zika" ]
  ] .

<http://hl7.org/fhir/Device/device-ecr-software-ymca> a fhir:Device .

<http://hl7.org/fhir/Organization/organization-ecr-salem-medical-center> a fhir:Organization .

<http://hl7.org/fhir/Bundle/bundle-eicr-document-zika> a fhir:Bundle .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/MessageHeader/messageheader-ecr-requested-eicr.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MessageHeader/messageheader-ecr-requested-eicr.ttl> .