fhir 4.0.0

Fast Healthcare Interoperability Resources (FHIR) data model for Rust: the complete FHIR R2-R6 resources, datatypes, and code systems as serde-serializable types, plus cross-release conversion and a spec-driven code generator.
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "activityDefinition",
  "use": "in",
  "scope": [
    "type"
  ],
  "min": 0,
  "max": "1",
  "documentation": "The activity definition to apply. If the operation is invoked on an instance, this parameter is not allowed. If the operation is invoked at the type level, this parameter is required",
  "type": "ActivityDefinition"
}