Skip to main content

Basic

Trial Use 3 Foundation

Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.

Endpoints

devhttps://api.sandbox.ovok.com/fhir/R5/Basic
InteractionMethodPath
ReadGET/fhir/R5/Basic/[id]
VreadGET/fhir/R5/Basic/[id]/_history/[vid]
UpdatePUT/fhir/R5/Basic/[id]
PatchPATCH/fhir/R5/Basic/[id]
DeleteDELETE/fhir/R5/Basic/[id]
CreatePOST/fhir/R5/Basic
SearchGET/fhir/R5/Basic?...
HistoryGET/fhir/R5/Basic/[id]/_history
Type-historyGET/fhir/R5/Basic/_history

Top-level elements

ElementType(s)CardinalityDescription
identifierIdentifier0..*Business identifier
codeCodeableConcept1..1Kind of Resource modifier
subjectReference0..1Identifies the focus of this resource
createddateTime0..1When created
authorReference0..1Who created

Resource-specific search parameters

ParameterTypeDescription
authorreferenceWho created
codetokenEvent or incident that occurred or was averted
createddateWhen created
identifiertokenAccount number
patientreferenceThe entity that caused the expenses
subjectreferenceIdentifies the focus of this resource

Reference

  • Official FHIR R5 spec: Basic
  • Maturity: Trial Use 3 (FMM 3).