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" : "ServiceRequest",
"id" : "janusync-servicerequest-surgery-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-servicerequest"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest janusync-servicerequest-surgery-example</b></p><a name=\"janusync-servicerequest-surgery-example\"> </a><a name=\"hcjanusync-servicerequest-surgery-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-janusync-servicerequest.html\">JanuSync ServiceRequest</a></p></div><p><b>JanuSyncAdministrationAnesthesia</b>: <span title=\"Codes:{http://snomed.info/sct 50697003}\">General anesthesia</span></p><p><b>identifier</b>: <code>urn:oid:1.2.410.100110.10.11100123</code>/order12345</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 387713003}\">Surgical procedure</span></p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.410.100110.10.11100123 S0101}\">Whipple procedure</span></p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-janusync-encounter-imp-example.html\">Encounter: extension = 2000-01-01 12:00:00+0900; status = in-progress; class = inpatient encounter (ActCode#IMP); period = 2000-01-01 14:00:00+0900 --> (ongoing)</a></p><p><b>occurrence</b>: 2024-02-23 16:00:00+0900</p><p><b>authoredOn</b>: 2024-02-01 14:05:00+0900</p><p><b>requester</b>: <a href=\"PractitionerRole-janusync-medicaldoctor-practitionerrole-example.html\">PractitionerRole DOCTOR</a></p><p><b>performer</b>: <a href=\"PractitionerRole-janusync-medicaldoctor-practitionerrole-example.html\">PractitionerRole DOCTOR</a></p><p><b>reasonReference</b>: <a href=\"Condition-janusync-condition-example.html\">Condition Disorders of initiating and maintaining sleep [insomnias]</a></p></div>"
},
"extension" : [
{
"url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncAdministrationAnesthesia",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "50697003",
"display" : "General anesthesia"
}
]
}
}
],
"identifier" : [
{
"system" : "urn:oid:1.2.410.100110.10.11100123",
"value" : "order12345"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "387713003",
"display" : "Surgical procedure"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "urn:oid:1.2.410.100110.10.11100123",
"code" : "S0101",
"display" : "Whipple procedure"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"encounter" : {
🔗 "reference" : "Encounter/janusync-encounter-imp-example"
},
"occurrenceDateTime" : "2024-02-23T16:00:00+09:00",
"authoredOn" : "2024-02-01T14:05:00+09:00",
"requester" : {
🔗 "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
},
"performer" : [
{
🔗 "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
}
],
"reasonReference" : [
{
🔗 "reference" : "Condition/janusync-condition-example"
}
]
}