FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ecr.r4b
Resource TypeMessageHeader
IdMessageHeader-messageheader-ecr-requested-eicr.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MessageHeader messageheader-ecr-requested-eicr

US Public Health Data Encrypted Extension: false

US Public Health Message Processing Category Extension: consequence

event: US Public Health Message Types CodeSystem eicr-case-report-message: Indicates a message containing electronic case report healthcare data sent from clinical care.

Destinations

-NameTargetEndpoint
*YMCA Acme Message GatewayDevice: identifier = http://acme.com/software/client-ids#goodhealth_id; manufacturer = Acme Devices, Inc; type = ; contact = http://acme.com; url = http://acme.com/ymca/software/http://example.org/ymca/fhir

sender: Organization Salem Medical Center

Sources

-NameSoftwareVersionContactEndpoint
*Acme Central Patient RegistryFooBar Patient Manager3.1.45.AABB+1 (555) 123 4567http://example.org/salem-medical-center/fhir

reason: Indicates the close of an encounter

focus: Bundle: identifier = UUID:2be4b4e4-6df1-4cb2-a947-c70fa0eda54b; type = document; timestamp = 2021-08-02 22:13:23+0000


Source1

{
  "resourceType": "MessageHeader",
  "id": "messageheader-ecr-requested-eicr",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-messageheader"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-data-encrypted-extension",
      "valueBoolean": false
    },
    {
      "url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-message-processing-category-extension",
      "valueCode": "consequence"
    }
  ],
  "eventCoding": {
    "system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-message-types-codesystem",
    "code": "eicr-case-report-message",
    "display": "Indicates a message containing electronic case report healthcare data sent from clinical care."
  },
  "destination": [
    {
      "name": "YMCA Acme Message Gateway",
      "target": {
        "reference": "Device/device-ecr-software-ymca"
      },
      "endpoint": "http://example.org/ymca/fhir"
    }
  ],
  "sender": {
    "reference": "Organization/organization-ecr-salem-medical-center"
  },
  "source": {
    "name": "Acme Central Patient Registry",
    "software": "FooBar Patient Manager",
    "version": "3.1.45.AABB",
    "contact": {
      "system": "phone",
      "value": "+1 (555) 123 4567"
    },
    "endpoint": "http://example.org/salem-medical-center/fhir"
  },
  "reason": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents",
        "code": "encounter-close",
        "display": "Indicates the close of an encounter"
      }
    ]
  },
  "focus": [
    {
      "reference": "Bundle/bundle-eicr-document-zika"
    }
  ]
}