Medplum · Arazzo Workflow
Medplum FHIR Resource Versioning
Version 1.0.0
Create a FHIR resource, update it to mint a new version, read its history, then read a specific version.
View Spec
View on GitHub
HealthcareFHIROpen SourceDeveloper PlatformHIPAASMART on FHIRClinicalInteroperabilityArazzoWorkflows
Provider
Workflows
resource-versioning
Create and update a FHIR resource, then read its history and a specific version.
Creates a FHIR R4 resource, updates it to mint a new versionId, reads the resource history, and reads the specific version by versionId.
1
createResource
createResource
Create the FHIR resource of the requested type.
2
updateResource
updateResource
Update the resource by id to mint a new version.
3
readHistory
readResourceHistory
Read the versioned history for the resource.
4
readVersion
readVersion
Read the specific historical version by versionId.