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

FHIR IG analytics

Packagehl7.fhir.us.resp-net.r4
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

Reporting Data


Source1

{
  "resourceType": "MessageHeader",
  "id": "messageheader-example-reportheader",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-11-29T02:03:28.045+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messageheader"
    ]
  },
  "text": {
    "status": "generated",
    "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-message-processing-category-extension",
      "valueCode": "consequence"
    }
  ],
  "eventCoding": {
    "system": "http://snomed.info/sct",
    "code": "77386006"
  },
  "destination": [
    {
      "name": "PHA endpoint",
      "endpoint": "http://example.org/fhir/pha"
    }
  ],
  "sender": {
    "reference": "Organization/example-healthcare-org"
  },
  "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/fhir/healthcare"
  },
  "reason": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents",
        "code": "encounter-close"
      }
    ]
  }
}