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.
{
  "id": "id",
  "path": "path",
  "representation": ["xmlAttr"],
  "short": "Unique id for inter-element referencing",
  "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
  "min": 0,
  "max": "1",
  "base": {
    "path": "Element.id",
    "min": 0,
    "max": "1"
  },
  "type": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "id"
        }
      ],
      "code": "http://hl7.org/fhirpath/System.String"
    }
  ],
  "condition": ["ele-1"],
  "isModifier": false,
  "isSummary": false,
  "mapping": [
    {
      "identity": "rim",
      "map": "n/a"
    }
  ]
}