{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2017-08-25T13:38:34.782+00:00"
  },
  "url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-EncounterTransport-1",
  "version": "0.0.1",
  "name": "Extension-CareConnect-EncounterTransport-1",
  "status": "draft",
  "date": "2017-07-11T08:46:04.4958234+00:00",
  "publisher": "HL7 UK",
  "description": "An extension to the Encounter resource to include the Transport used by the subject for an encounter.",
  "copyright": "Copyright © 2016 HL7 UK\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\r\n\r\nhttp://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\r\n\r\nHL7® FHIR® standard Copyright © 2011+ HL7\r\n\r\nThe HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at\r\n\r\nhttps://www.hl7.org/fhir/license.html",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Encounter"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Encounter transport",
        "definition": "Encounter transport.",
        "max": "1"
      },
      {
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Extension.extension:transportType",
        "path": "Extension.extension",
        "sliceName": "transportType",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.extension:transportType.url",
        "path": "Extension.extension.url",
        "fixedUri": "transportType"
      },
      {
        "id": "Extension.extension:transportType.value[x]:valueCodeableConcept",
        "path": "Extension.extension.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "short": "Transport Type",
        "definition": "Transport Type.",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Extension.extension:transportPeriod",
        "path": "Extension.extension",
        "sliceName": "transportPeriod",
        "max": "1"
      },
      {
        "id": "Extension.extension:transportPeriod.url",
        "path": "Extension.extension.url",
        "fixedUri": "transportPeriod"
      },
      {
        "id": "Extension.extension:transportPeriod.value[x]:valuePeriod",
        "path": "Extension.extension.valuePeriod",
        "sliceName": "valuePeriod",
        "short": "Transport Period",
        "definition": "Transport Period.",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Extension.extension:reasonForTransport",
        "path": "Extension.extension",
        "sliceName": "reasonForTransport",
        "max": "1"
      },
      {
        "id": "Extension.extension:reasonForTransport.url",
        "path": "Extension.extension.url",
        "fixedUri": "reasonForTransport"
      },
      {
        "id": "Extension.extension:reasonForTransport.value[x]:valueString",
        "path": "Extension.extension.valueString",
        "sliceName": "valueString",
        "short": "Reason for transport",
        "definition": "Reason for transport.",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-EncounterTransport-1"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}