Fujitsu Healthy Living Implementation Guide
1.1.28 - release
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Procedure",
"id" : "OperationAbsentExample",
"meta" : {
"profile" : [
🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-procedure"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"OperationAbsentExample\"> </a><a name=\"hcOperationAbsentExample\"> </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 Procedure "OperationAbsentExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-procedure.html\">Fujitsu Procedure Profile</a></p></div><p><b>status</b>: completed</p><p><b>category</b>: 手術 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>code</b>: 胃切除術 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html\">DataAbsentReason</a>#as-text "As Text")</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> " 健康"</p><p><b>encounter</b>: <a href=\"Encounter-e001.html\">Encounter/e001</a></p><p><b>performed</b>: 2021-10-01</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-o001.html\">Organization/o001</a> "サンプル病院"</td></tr></table></div>"
},
"status" : "completed",
"category" : {
"text" : "手術"
},
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code" : "as-text",
"display" : "As Text"
}
],
"text" : "胃切除術"
},
"subject" : {
🔗 "reference" : "Patient/p001"
},
"encounter" : {
🔗 "reference" : "Encounter/e001"
},
"performedDateTime" : "2021-10-01",
"performer" : [
{
"actor" : {
🔗 "reference" : "Organization/o001"
}
}
]
}