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" : "janusync-ve-messageheader-wardtransfer-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" : "TRS001"
}
}
],
"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" : "ward-transfer",
"display" : "전실"
}
]
}
}