{
  "resourceType": "StructureDefinition",
  "id": "patient-imposetest-imposedprofile",
  "url": "http://example.org/fhir/StructureDefinition/patient-imposetest-imposedprofile",
  "name": "PatientImposeTest-ImposedProfile",
  "title": "Patient (Impose Test Imposed Profile)",
  "status": "draft",
  "experimental": true,
  "description": "Patient Impose Test for testing whether violated imposed profile rules are picked up by the validator when an instance is missing a required element",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1
      }
    ]
  }
}