This page is part of the FHIRcast (v3.0.0: STU3 (v3.0.0)) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "FHIRcastLogoutContext-Example",
"meta" : {
"profile" : [
🔗 "http://fhircast.hl7.org/StructureDefinition/fhircast-logout"
]
},
"parameter" : [
{
"name" : "code",
"valueCoding" : {
"system" : "http://fhircast.hl7.org/CodeSystem/fhircast-codesystem",
"code" : "user-initiated"
}
}
]
}