FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: MessageDefinition/messagedefinition-example-contentbundle

Packagehl7.fhir.us.medmorph
Resource TypeMessageDefinition
Idmessagedefinition-example-contentbundle
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/MessageDefinition-messagedefinition-example-contentbundle.html
URLhttp://hl7.org/fhir/us/medmorph/MessageDefinition/messagedefinition-example-contentbundle
Version1.0.0
Statusdraft
Date2023-06-08T18:18:22+00:00
Realmus
Authorityhl7

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

Sample MedMorph Message : Cancer Report Message


Source

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}