Medplum · Arazzo Workflow
Medplum FHIR Resource CRUD
Version 1.0.0
Create a FHIR R4 resource, read it back by id, update it, then search the resource type for it.
View Spec
View on GitHub
HealthcareFHIROpen SourceDeveloper PlatformHIPAASMART on FHIRClinicalInteroperabilityArazzoWorkflows
Provider
Workflows
fhir-resource-crud
Create, read, update, and search a FHIR resource of a given type.
Creates a FHIR R4 resource of the requested type, reads it by id, updates it, and searches the resource type to confirm it is present.
1
createResource
createResource
Create the FHIR resource of the requested type.
2
readResource
readResource
Read the created resource back by id.
3
updateResource
updateResource
Update the resource by id.
4
searchResources
search
Search the resource type to confirm the resource is present.