JanuSync Implementation Guide
1.0.0 - trial-use
JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MessageHeader",
"id" : "JanuSyncMessageHeaderExample",
"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"
}
}
],
"eventCoding" : {
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-message-event",
"code" : "message"
},
"sender" : {
🔗 "reference" : "Organization/janusync-organization-example"
},
"source" : {
"name" : "A병원 HIS",
"software" : "MediSys",
"version" : "3.1.2",
"endpoint" : "urn:janusync:message-source"
}
}