fhir 1.1.0

Fast Healthcare Interoperability Resources (FHIR) data model for Rust: the complete FHIR R5 and R4 resources, datatypes, and code systems as serde-serializable types, plus a spec-driven code generator.
{
  "element": [
    {
      "id": "string.value",
      "path": "string.value",
      "representation": ["xmlAttr"],
      "short": "Primitive value for string",
      "definition": "The actual value",
      "min": 0,
      "max": "1",
      "base": {
        "path": "string.value",
        "min": 0,
        "max": "1"
      },
      "type": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
              "valueUrl": "string"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/regex",
              "valueString": "^[\\s\\S]+$"
            }
          ],
          "code": "http://hl7.org/fhirpath/System.String"
        }
      ],
      "maxLength": 1048576,
      "isModifier": false,
      "isSummary": false
    }
  ]
}