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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting
Resource TypeMessageHeader
IdMessageHeader-messageheader-example-reportheader.json
FHIR VersionR4

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

Language: en

Profile: US Public Health MessageHeader

US Public Health Data Encrypted Extension: false

US Public Health Initiation Type Extension: Indicates a report was initiation based on a Subscription Notification.

US Public Health Message Processing Category Extension: notification

event: US Public Health CodeSystem - Message Types: healthcare-survey-report-message (Indicates a message containing healthcare survey data sent from clinical care to PHA.)

Destinations

-NameEndpoint
*PHA endpointhttp://example.org/pha-fhir

sender: Organization Example Healthcare Organization

Sources

-NameSoftwareVersionContactEndpoint
*Healthcare OrganizationBackend Service App3.1.45.AABB+1 (917) 123 4567http://example.org/healthcare.org/fhir

reason: Indicates the close of an encounter


Source1

{
  "resourceType": "MessageHeader",
  "id": "messageheader-example-reportheader",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messageheader"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encrypted-extension",
      "valueBoolean": false
    },
    {
      "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-report-initiation-type-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-report-initiation-types",
            "code": "subscription-notification"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension",
      "valueCode": "notification"
    }
  ],
  "eventCoding": {
    "system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types",
    "code": "healthcare-survey-report-message"
  },
  "destination": [
    {
      "name": "PHA endpoint",
      "endpoint": "http://example.org/pha-fhir"
    }
  ],
  "sender": {
    "reference": "http://example.org/fhir/Organization/organization-healthcare"
  },
  "source": {
    "name": "Healthcare Organization",
    "software": "Backend Service App",
    "version": "3.1.45.AABB",
    "contact": {
      "system": "phone",
      "value": "+1 (917) 123 4567"
    },
    "endpoint": "http://example.org/healthcare.org/fhir"
  },
  "reason": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents",
        "code": "encounter-close"
      }
    ]
  }
}