{
  "resourceType": "StructureDefinition",
  "id": "profile-dateTime-date",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/profile-dateTime-date",
  "name": "DateTimeFull",
  "title": "DateTime as Full Date",
  "status": "active",
  "experimental": false,
  "description": "A dateTime constrained to a full date",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "primitive-type",
  "abstract": false,
  "type": "dateTime",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/dateTime",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "dateTime",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/minLength",
            "valueInteger": 10
          }
        ],
        "path": "dateTime",
        "maxLength": 10
      }
    ]
  }
}