Skip to main content

R4 Basic

The Basic resource "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." (HL7 FHIR R4 Basic)

Supported Profiles

This API supports the following FHIR profiles:

Operations

The General Purpose FHIR R4 Basic resource supports the standard operations of Create, Read, Update, and Search, however, support of the Basic resource types varies by CareRecord.

This resource supports a combination of standard and custom search parameters in addition to the common parameters.

Standard Parameters

NameTypeDescription
codetokenKind of Resource
patientreferenceThe focus of the resource
_ididThe search parameter _id refers to the logical id of the resource, and can be used when the search context specifies a resource type.

Search Examples

The POST method is recommended as it keeps health information out of the URL.

Search by Code and Extension
curl -X POST https://fhir.netsmartcloud.com/v4/Basic/_search \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "code=callintake%20patient=Patient/P123"

Supported Resource Types

Netsmart-defined

System: https://fhir.netsmartcloud.com/v4/ValueSet/basic-resource-type