{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-05-14T15:57:06.105+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">xmlns=\"http://www.w3.org/1999/xhtml\"</div>"
  },
  "url": "http://example.org/fhir/StructureDefinition/MySchedule",
  "name": "MySchedule",
  "status": "draft",
  "date": "2018-05-14T15:57:06.108+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Schedule",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Schedule",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Schedule.identifier.use",
        "path": "Schedule.identifier.use",
        "fixedCode": "usual"
      },
      {
        "id": "Schedule.identifier.system",
        "path": "Schedule.identifier.system",
        "fixedUri": "http://hl7.org/fhir/sid/icd-10"
      },
      {
        "id": "Schedule.identifier.value",
        "path": "Schedule.identifier.value",
        "fixedString": "45"
      },
      {
        "id": "Schedule.active",
        "path": "Schedule.active",
        "type": [
          {
            "code": "boolean",
            "profile": "True"
          }
        ]
      },
      {
        "id": "Schedule.serviceType.coding.system",
        "path": "Schedule.serviceType.coding.system",
        "fixedUri": "http://hl7.org/fhir/sid/icd-10"
      },
      {
        "id": "Schedule.serviceType.coding.code",
        "path": "Schedule.serviceType.coding.code",
        "fixedCode": "57"
      },
      {
        "id": "Schedule.serviceType.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Schedule.serviceType.coding.display",
        "fixedString": "medicina general"
      },
      {
        "id": "Schedule.specialty.coding.system",
        "path": "Schedule.specialty.coding.system",
        "fixedUri": "http://hl7.org/fhir/sid/icd-10"
      },
      {
        "id": "Schedule.specialty.coding.code",
        "path": "Schedule.specialty.coding.code",
        "fixedCode": "0101001"
      },
      {
        "id": "Schedule.specialty.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Schedule.specialty.coding.display",
        "fixedString": "Medicina general"
      },
      {
        "id": "Schedule.actor.reference",
        "path": "Schedule.actor.reference",
        "fixedString": "LocalizaciónCentro"
      },
      {
        "id": "Schedule.actor.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Schedule.actor.display",
        "fixedString": "Consultorio Pompeya Norte"
      },
      {
        "id": "Schedule.planningHorizon.start",
        "path": "Schedule.planningHorizon.start",
        "fixedDateTime": "2018-05-16"
      },
      {
        "id": "Schedule.planningHorizon.end",
        "path": "Schedule.planningHorizon.end",
        "fixedDateTime": "2018-05-16"
      },
      {
        "id": "Schedule.comment",
        "path": "Schedule.comment",
        "fixedString": "Las franjas horarias adjuntas a este horario deben estar especializadas para cubrir las prestaciones dentro del servicio"
      }
    ]
  }
}