Resources

A list of FHIR resources.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
resources array List of resources IDs. For example, "Patient/1234".
View JSON Schema on GitHub

JSON Schema

Resources.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Resources",
  "description": "A list of FHIR resources.",
  "properties": {
    "resources": {
      "description": "List of resources IDs. For example, \"Patient/1234\".",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}