OZO FHIR implementation guide
0.1.0 - ci-build
OZO FHIR implementation guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2025-10-20 |
{
"resourceType" : "ValueSet",
"id" : "ozo-auditevent-subtype-vs",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ozo-auditevent-subtype-vs</b></p><a name=\"ozo-auditevent-subtype-vs\"> </a><a name=\"hcozo-auditevent-subtype-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html\"><code>http://hl7.org/fhir/restful-interaction</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-read\">read</a></td><td>read</td><td>Read the current state of the resource.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-vread\">vread</a></td><td>vread</td><td>Read the state of a specific version of the resource.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-update\">update</a></td><td>update</td><td>Update an existing resource by its id (or create it if it is new).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-patch\">patch</a></td><td>patch</td><td>Update an existing resource by posting a set of changes to it.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-delete\">delete</a></td><td>delete</td><td>Delete a resource.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-history\">history</a></td><td>history</td><td>Retrieve the change history for a particular resource, type of resource, or the entire system.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-create\">create</a></td><td>create</td><td>Create a new resource with a server assigned id.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-search\">search</a></td><td>search</td><td>Search a resource type or all resources based on some filter criteria.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-capabilities\">capabilities</a></td><td>capabilities</td><td>Get a Capability Statement for the system.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-batch\">batch</a></td><td>batch</td><td>perform a set of a separate interactions in a single http operation</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-transaction\">transaction</a></td><td>transaction</td><td>Update, create or delete a set of resources as a single transaction.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-operation\">operation</a></td><td>operation</td><td>Perform an operation as defined by an OperationDefinition.</td></tr></table></li></ul></div>"
},
"url" : "http://headease.gitlab.io/ozo-refererence-impl/ozo-implementation-guide/ValueSet/ozo-auditevent-subtype-vs",
"version" : "0.1.0",
"name" : "OZOAuditEventSubtypeVS",
"title" : "OZO AuditEvent Subtype ValueSet",
"status" : "active",
"date" : "2025-10-20T18:11:45+00:00",
"publisher" : "Headease",
"contact" : [
{
"name" : "Headease",
"telecom" : [
{
"system" : "url",
"value" : "https://headease.nl"
}
]
}
],
"description" : "Subtypes of audit events for OZO",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/restful-interaction",
"concept" : [
{
"code" : "read",
"display" : "read"
},
{
"code" : "vread",
"display" : "vread"
},
{
"code" : "update",
"display" : "update"
},
{
"code" : "patch",
"display" : "patch"
},
{
"code" : "delete",
"display" : "delete"
},
{
"code" : "history",
"display" : "history"
},
{
"code" : "create",
"display" : "create"
},
{
"code" : "search",
"display" : "search"
},
{
"code" : "capabilities",
"display" : "capabilities"
},
{
"code" : "batch",
"display" : "batch"
},
{
"code" : "transaction",
"display" : "transaction"
},
{
"code" : "operation",
"display" : "operation"
}
]
}
]
}
}