PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.2.0
    http://hl7.org/fhir/StructureDefinition/base64Binary
{
  "description": "Base StructureDefinition for base64Binary Type: A stream of bytes",
  "_filename": "StructureDefinition-base64Binary.json",
  "package_name": "hl7.fhir.core",
  "date": "2017-12-20T15:52:34+11:00",
  "derivation": "specialization",
  "publisher": "HL7 FHIR Standard",
  "fhirVersion": "3.2.0",
  "name": "base64Binary",
  "abstract": false,
  "type": "base64Binary",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "3.2.0",
  "snapshot": {
    "element": [ {
      "id": "base64Binary",
      "max": "*",
      "min": 0,
      "path": "base64Binary",
      "short": "Primitive Type base64Binary",
      "comment": "A stream of bytes, base64 encoded",
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "definition": "A stream of bytes"
    }, {
      "path": "base64Binary.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references)",
      "short": "xml:id (or equivalent in JSON)",
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "base64Binary.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "base64Binary.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "base64Binary.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "id": "base64Binary.value",
      "max": "1",
      "min": 0,
      "path": "base64Binary.value",
      "type": [ {
        "_code": {
          "extension": [ {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type",
            "valueString": "string"
          }, {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type",
            "valueString": "xsd:base64Binary"
          }, {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-rdf-type",
            "valueString": "xsd:base64Binary"
          } ]
        },
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/regex",
          "valueString": "(\\s*([0-9a-zA-Z\\+/=]){4}\\s*)+"
        } ]
      } ],
      "short": "Primitive value for base64Binary",
      "definition": "The actual value",
      "representation": [ "xmlAttr" ]
    } ]
  },
  "status": "draft",
  "id": "3d7711b8-3756-4396-ab3c-cf1fba59db85",
  "kind": "primitive-type",
  "url": "http://hl7.org/fhir/StructureDefinition/base64Binary",
  "version": null,
  "differential": {
    "element": [ {
      "id": "base64Binary",
      "max": "*",
      "min": 0,
      "path": "base64Binary",
      "short": "Primitive Type base64Binary",
      "comment": "A stream of bytes, base64 encoded",
      "definition": "A stream of bytes"
    }, {
      "id": "base64Binary.value",
      "max": "1",
      "min": 0,
      "path": "base64Binary.value",
      "type": [ {
        "_code": {
          "extension": [ {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type",
            "valueString": "string"
          }, {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type",
            "valueString": "xsd:base64Binary"
          }, {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-rdf-type",
            "valueString": "xsd:base64Binary"
          } ]
        },
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/regex",
          "valueString": "(\\s*([0-9a-zA-Z\\+/=]){4}\\s*)+"
        } ]
      } ],
      "short": "Primitive value for base64Binary",
      "definition": "Primitive value for base64Binary",
      "representation": [ "xmlAttr" ]
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element"
}