{
  "resourceType": "StructureDefinition",
  "id": "referralorderedbyprovider-profile",
  "url": "http://fhir.xt.dev/StructureDefinition/ReferralOrderedByProvider",
  "version": "2.0.1",
  "name": "ReferralOrderedByProvider",
  "status": "active",
  "date": "2024-12-19T11:58:41.3241529+00:00",
  "publisher": "x-tention Informationstechnologie GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "fhir.profiling@x-tention.com",
          "use": "work"
        }
      ]
    }
  ],
  "copyright": "x-tention Informationstechnologie GmbH",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Appointment"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.xt.dev/StructureDefinition/ReferralOrderedByProvider"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Referral ordered by provider",
        "definition": "The patient claims to be able to provide sufficient documentation that the referral has been ordered by a provider.",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "fixedBoolean": true
      }
    ]
  }
}