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-presurvey-bundle-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "janusync-presurvey-bundle-example",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-presurvey-bundle"
    ]
  },
  "identifier" : {
    "system" : "https://connectdtx.net/phicode",
    "value" : "sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU"
  },
  "type" : "collection",
  "timestamp" : "2024-02-21T15:41:00+09:00",
  "entry" : [
    {
      "resource" : {
        "resourceType" : "Observation",
        "id" : "janusync-presurvey-observation-example",
        "meta" : {
          "profile" : [
            🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-presurvey-observation"
          ]
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "survey"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group",
              "code" : "presurvey",
              "display" : "사전 문진"
            }
          ]
        },
        "effectiveDateTime" : "2024-06-01T09:00:00+09:00",
        "component" : [
          {
            "code" : {
              "text" : "현재 복용 중인 약이 있으신가요?"
            },
            "valueBoolean" : true
          },
          {
            "code" : {
              "text" : "주요 증상을 설명해 주세요."
            },
            "valueString" : "3일 전부터 두통과 미열이 있습니다."
          },
          {
            "code" : {
              "text" : "통증 강도를 0~10으로 평가해 주세요."
            },
            "valueInteger" : 4
          }
        ]
      }
    },
    {
      "resource" : {
        "resourceType" : "DocumentReference",
        "id" : "janusync-referral-documentreference-example",
        "meta" : {
          "profile" : [
            🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-referral-documentreference"
          ]
        },
        "status" : "current",
        "type" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "57133-1",
              "display" : "Referral Note"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/janusync-patient-example"
        },
        "description" : "김환자씨는 알콜 사용에 의한 기타 정신 및 행동장애(F108)로 진단받은바 있습니다. 현재 본격적인 감염의 징후는 없으나 ALL, DM, HTN의 기저 질환이 있으며, 1월 18일부터 38이상의 열이 있습니다.",
        "content" : [
          {
            "attachment" : {
              "contentType" : "image/jpeg",
              "data" : "AA=="
            }
          }
        ]
      }
    },
    {
      "resource" : {
        "resourceType" : "MedicationRequest",
        "id" : "janusync-medicationrequest-recommendMedication-example",
        "meta" : {
          "profile" : [
            🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-medicationrequest"
          ]
        },
        "extension" : [
          {
            "url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncRecommendMedication",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication",
                  "code" : "880643503280",
                  "display" : "펙소나딘정120mg(펙소페나딘염산염)"
                }
              ]
            }
          },
          {
            "url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncMedicationIngredient",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.whocc.no/atc",
                  "code" : "R06AX26",
                  "display" : "fexofenadine"
                }
              ]
            }
          }
        ],
        "status" : "active",
        "intent" : "order",
        "reportedBoolean" : true,
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication",
              "code" : "8806521009605",
              "display" : "알레그라정120밀리그람(펙소페나딘염산염)"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/janusync-patient-example"
        },
        "authoredOn" : "2000-01-01T14:05:00+09:00"
      }
    },
    {
      "resource" : {
        "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=="
        }
      }
    }
  ]
}