This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) (v1.0.0: STU1 Release 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Message Definition example used to define a cancer report message. - JSON Representation
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:51:08+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"
}
]
}