{
  "resourceType": "StructureDefinition",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-05-04T16:45:07.643+00:00"
  },
  "url": "http://fhir.hl7fundamentals.org/MatthewRaimondo/StructureDefinition/MRRPatientCategory",
  "name": "MRRPatientCategory",
  "title": "MRRPatientCategoryPatientCategory",
  "description": "Base StructureDefinition for Patient Category",
  "kind": "complex-type",
  "contextType": "resource",
  "context": [
    "Patient"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.hl7fundamentals.org/MatthewRaimondo/StructureDefinition/MRRPatientCategory"
      },
      {
        "id": "Extension.value[x]:valueCode",
        "path": "Extension.valueCode",
        "sliceName": "valueCode",
        "min": 1,
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "Patient Category",
          "valueSetUri": "http://fhir.hl7fundamentals.org/MatthewRaimondo/ValueSet/UWearMePatCategory"
        }
      }
    ]
  }
}