STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: 8f56a3a6-0229-4fa2-9016-75d744eb0c2f - JSON Representation

Raw json | Download


{
  "resourceType" : "MessageHeader",
  "id" : "8f56a3a6-0229-4fa2-9016-75d744eb0c2f",
  "meta" : {
    "profile" : [
      "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-messageheader"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"8f56a3a6-0229-4fa2-9016-75d744eb0c2f\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader &quot;8f56a3a6-0229-4fa2-9016-75d744eb0c2f&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-messageheader.html\">CSIRO STARS MessageHeader Profile</a></p></div><p><b>event</b>: ServiceRequest (Details: https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/message-type-code-system code ServiceRequest = 'ServiceRequest', stated as 'null')</p><h3>Destinations</h3><table class=\"grid\"><tr><td>-</td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td>*</td><td><a href=\"https://starsapi.csiro.au/fhir/\">https://starsapi.csiro.au/fhir/</a></td><td><a href=\"Organization-ACDP-TEST01.html\">Organization/ACDP-TEST01</a> &quot;CSIRO ACDP-TEST01&quot;</td></tr></table><p><b>sender</b>: <a href=\"Organization-ACDP-TEST99.html\">Organization/ACDP-TEST99</a> &quot;CSIRO ACDP-TEST99&quot;</p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Endpoint</b></td></tr><tr><td>*</td><td><code>aahl01</code></td></tr></table><p><b>focus</b>: <a href=\"Bundle-6c6b3365-c74f-4598-8432-b828de33d866.html#urn-uuid-85d72429-82e2-4199-b9e3-2124d43455c1\">urn:uuid:85d72429-82e2-4199-b9e3-2124d43455c1</a></p></div>"
  },
  "eventCoding" : {
    "system" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/message-type-code-system",
    "code" : "ServiceRequest"
  },
  "destination" : [
    {
      "endpoint" : "https://starsapi.csiro.au/fhir/",
      "receiver" : {
        "reference" : "Organization/ACDP-TEST01"
      }
    }
  ],
  "sender" : {
    "reference" : "Organization/ACDP-TEST99"
  },
  "source" : {
    "endpoint" : "aahl01"
  },
  "focus" : [
    {
      "reference" : "urn:uuid:85d72429-82e2-4199-b9e3-2124d43455c1"
    }
  ]
}