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" : "Media",
"id" : "janusync-clinical-decision-image-presurvey-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-clinical-decision-image"
]
},
"status" : "completed",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/media-type",
"code" : "image",
"display" : "Image"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"createdDateTime" : "2000-01-01T14:05:00+09:00",
"content" : {
"contentType" : "image/jpeg",
"data" : "AA=="
}
}