1.0.0 - release
CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Task",
"id" : "TaskRegisterPaymentExample",
"meta" : {
"profile" : [
"https://fhir.cambio.se/StructureDefinition/TaskRegisterPayment|0.9.0"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task TaskRegisterPaymentExample</b></p><a name=\"TaskRegisterPaymentExample\"> </a><a name=\"hcTaskRegisterPaymentExample\"> </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: <code>https://fhir.cambio.se/StructureDefinition/TaskRegisterPayment|0.9.0</code></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: unknown</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 308590000}\">308590000</span></p><p><b>encounter</b>: Identifier: xxxxx</p><p><b>owner</b>: Identifier: <code>http://electronichealth.se/identifier/personnummer</code>/191212121212</p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Payment method</span></td><td><span title=\"Codes:{https://cambio.codes/cs/PaymentMethodTypes CC}\">Credit Card</span></td></tr></table></div>"
},
"status" : "completed",
"intent" : "unknown",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "308590000"
}
]
},
"encounter" : {
"identifier" : {
"value" : "xxxxx"
}
},
"owner" : {
"identifier" : {
"system" : "http://electronichealth.se/identifier/personnummer",
"value" : "191212121212"
}
},
"input" : [
{
"type" : {
"text" : "Payment method"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://cambio.codes/cs/PaymentMethodTypes",
"code" : "CC"
}
]
}
}
]
}