{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-05-23T21:53:47.947+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\" />"
  },
  "url": "http://www.hl7.org/fhir/appointment.html",
  "name": "MyAppointment",
  "status": "draft",
  "date": "2018-05-23T21:53:40.465+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Appointment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Appointment.identifier",
        "path": "Appointment.identifier",
        "max": "1"
      },
      {
        "id": "Appointment.status",
        "path": "Appointment.status",
        "fixedCode": "booked/reservado"
      },
      {
        "id": "Appointment.serviceType",
        "path": "Appointment.serviceType",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Appointment.serviceType.coding.system",
        "path": "Appointment.serviceType.coding.system",
        "fixedUri": "http://hl7.org/fhir/sid/icd-10"
      },
      {
        "id": "Appointment.serviceType.coding.code",
        "path": "Appointment.serviceType.coding.code",
        "fixedCode": "GP"
      },
      {
        "id": "Appointment.serviceType.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Appointment.serviceType.coding.display",
        "fixedString": "Practica general"
      },
      {
        "id": "Appointment.specialty.coding",
        "path": "Appointment.specialty.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Appointment.specialty.coding.system",
        "path": "Appointment.specialty.coding.system",
        "fixedUri": "http://hl7.org/fhir/sid/icd-10"
      },
      {
        "id": "Appointment.specialty.coding.code",
        "path": "Appointment.specialty.coding.code",
        "fixedCode": "52"
      },
      {
        "id": "Appointment.specialty.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Appointment.specialty.coding.display",
        "fixedString": "Practica general"
      },
      {
        "id": "Appointment.appointmentType.coding",
        "path": "Appointment.appointmentType.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Appointment.start",
        "path": "Appointment.start",
        "fixedInstant": "2018-05-15T04:00:00+00:00"
      },
      {
        "id": "Appointment.end",
        "path": "Appointment.end",
        "fixedInstant": "2018-05-15T04:00:00+00:00"
      },
      {
        "id": "Appointment.minutesDuration",
        "path": "Appointment.minutesDuration",
        "fixedPositiveInt": 45
      },
      {
        "id": "Appointment.participant.actor.reference",
        "path": "Appointment.participant.actor.reference",
        "fixedString": "Ejemplo paciente"
      },
      {
        "id": "Appointment.participant.actor.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Appointment.participant.actor.display",
        "fixedString": "Marcela Fredez Vidal"
      },
      {
        "id": "Appointment.participant.required",
        "path": "Appointment.participant.required",
        "fixedCode": "Requerido"
      }
    ]
  }
}