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" : "Encounter",
"id" : "janusync-encounter-imp-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter janusync-encounter-imp-example</b></p><a name=\"janusync-encounter-imp-example\"> </a><a name=\"hcjanusync-encounter-imp-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-encounter.html\">JanuSync Encounter</a></p></div><p><b>JanuSyncEncounterAuthoredOn</b>: 2000-01-01 12:00:00+0900</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-janusync-medicaldoctor-practitionerrole-example.html\">PractitionerRole DOCTOR</a></td></tr></table><p><b>period</b>: 2000-01-01 14:00:00+0900 --> (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-janusync-organization-example.html\">Organization 파이종합병원</a></p></div>"
},
"extension" : [
{
"url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncEncounterAuthoredOn",
"valueDateTime" : "2000-01-01T12:00:00+09:00"
}
],
"status" : "in-progress",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP"
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"participant" : [
{
"individual" : {
🔗 "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
}
}
],
"period" : {
"start" : "2000-01-01T14:00:00+09:00"
},
"serviceProvider" : {
🔗 "reference" : "Organization/janusync-organization-example"
}
}