Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph/ and changes regularly. See the Directory of published versions

: Message Definition example used to define a cancer report message. - XML Representation

Draft as of 2023-06-08

Raw xml | Download



<MessageDefinition xmlns="http://hl7.org/fhir">
  <id value="messagedefinition-example-contentbundle"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-11-29T02:03:28.045+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-messagedefinition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Sample MedMorph Message : Cancer Report Message</p> 
    </div>
  </text>
  <url
       value="http://hl7.org/fhir/us/medmorph/MessageDefinition/messagedefinition-example-contentbundle"/>
  <version value="1.0.0"/>
  <status value="draft"/>
  <date value="2023-06-08T18:18:22+00:00"/>
  <publisher value="HL7 International - Public Health Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/pher"/>
    </telecom>
  </contact>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <eventCoding>
    <system
            value="http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types"/>
    <code value="cancer-report-message"/>
  </eventCoding>
  <category value="notification"/>
  <focus>
    <code value="Bundle"/>
    <profile
             value="http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-content-bundle"/>
    <min value="1"/>
    <max value="1"/>
  </focus>
</MessageDefinition>