Fujitsu Healthy Living Implementation Guide
1.1.30 - release
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Encounter",
"id" : "e002",
"meta" : {
"profile" : [
🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"e002\"> </a><a name=\"hce002\"> </a></p><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\">Resource Encounter "e002" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-encounter.html\">Fujitsu Encounter Profile</a></p></div><p><b>identifier</b>: <code>urn:uuid:69421726-9dc7-6e78-8d77-a40c4dad08d1</code>/12345</p><p><b>status</b>: finished</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> " 健康"</p><p><b>period</b>: 2021-10-01 --> 2021-10-14</p><p><b>serviceProvider</b>: <a href=\"Organization-o001.html\">Organization/o001</a> "サンプル病院"</p></div>"
},
"identifier" : [
{
"system" : "urn:uuid:69421726-9dc7-6e78-8d77-a40c4dad08d1",
"value" : "12345"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP",
"display" : "inpatient encounter"
},
"subject" : {
🔗 "reference" : "Patient/p001"
},
"period" : {
"start" : "2021-10-01",
"end" : "2021-10-14"
},
"serviceProvider" : {
🔗 "reference" : "Organization/o001"
}
}