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-ve-messageheader-surgery-curation-example - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "janusync-ve-messageheader-surgery-curation-example",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-ve-messageheader"
    ]
  },
  "extension" : [
    {
      "url" : "http://connectdtx.kr/fhir/StructureDefinition/janusync-hospital-service-identifier",
      "valueIdentifier" : {
        "system" : "urn:oid:1.2.410.100110.10.11100123",
        "value" : "SGR001"
      }
    }
  ],
  "eventCoding" : {
    "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-ve-message-event",
    "code" : "curation",
    "display" : "큐레이션"
  },
  "sender" : {
    🔗 "reference" : "Organization/janusync-organization-example"
  },
  "source" : {
    "endpoint" : "urn:oid:1.2.410.100110.10.11100123"
  },
  "reason" : {
    "coding" : [
      {
        "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-ve-message-reason",
        "code" : "procedure",
        "display" : "수술 및 처치"
      }
    ]
  }
}