JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JanuSync MessageHeader 예제 (응답) - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "JanuSyncMessageHeaderResponseExample",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-message-header"
    ]
  },
  "extension" : [
    {
      "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-hospital-service-identifier",
      "valueIdentifier" : {
        "system" : "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2345",
        "value" : "DTX-SERVICE-001"
      }
    },
    {
      "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-service-identifier",
      "valueIdentifier" : {
        "system" : "urn:janusync:service",
        "value" : "janusync-dtx-001"
      }
    }
  ],
  "eventCoding" : {
    "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-message-event",
    "code" : "message"
  },
  "sender" : {
    🔗 "reference" : "Organization/janusync-organization-example"
  },
  "source" : {
    "endpoint" : "urn:janusync:message-source"
  },
  "response" : {
    "identifier" : "bundle-req-001",
    "code" : "ok"
  }
}