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. - JSON Representation

Draft as of 2023-06-08

Raw json | Download


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