fhir 1.2.0

Fast Healthcare Interoperability Resources (FHIR) data model for Rust: the complete FHIR R5, R4, and R3 resources, datatypes, and code systems as serde-serializable types, plus a spec-driven code generator.
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "key": "sdf-4",
  "severity": "error",
  "human": "If the structure is not abstract, then there SHALL be a baseDefinition",
  "expression": "abstract = true or baseDefinition.exists()",
  "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition",
  "requirements": "Ensure that the base types are abstract",
  "extension": [
    {
      "url": "http://example.com"
    }
  ]
}