All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencds.cqf.jsonschema.profiles.stu3.json Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
{
  "profiles": {
    "Resource": {
      "Resource": {
        "index": 0,
        "path": "Resource",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Base Resource"
      },
      "Resource.id": {
        "index": 1,
        "path": "Resource.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Resource.meta": {
        "index": 2,
        "path": "Resource.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Resource.implicitRules": {
        "index": 3,
        "path": "Resource.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Resource.language": {
        "index": 4,
        "path": "Resource.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      }
    },
    "Account": {
      "Account": {
        "index": 0,
        "path": "Account",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Tracks balance, charges, for patient or cost center"
      },
      "Account.id": {
        "index": 1,
        "path": "Account.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Account.meta": {
        "index": 2,
        "path": "Account.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Account.implicitRules": {
        "index": 3,
        "path": "Account.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Account.language": {
        "index": 4,
        "path": "Account.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Account.text": {
        "index": 5,
        "path": "Account.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Account.contained": {
        "index": 6,
        "path": "Account.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Account.extension": {
        "index": 7,
        "path": "Account.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Account.modifierExtension": {
        "index": 8,
        "path": "Account.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Account.identifier": {
        "index": 9,
        "path": "Account.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Account number"
      },
      "Account.status": {
        "index": 10,
        "path": "Account.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | inactive | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/account-status"
        }
      },
      "Account.type": {
        "index": 11,
        "path": "Account.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "E.g. patient, expense, depreciation",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/account-type"
        }
      },
      "Account.name": {
        "index": 12,
        "path": "Account.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Human-readable label"
      },
      "Account.subject": {
        "index": 13,
        "path": "Account.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "What is account tied to?"
      },
      "Account.period": {
        "index": 14,
        "path": "Account.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Transaction window"
      },
      "Account.active": {
        "index": 15,
        "path": "Account.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Time window that transactions may be posted to this account"
      },
      "Account.balance": {
        "index": 16,
        "path": "Account.balance",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "How much is in account?"
      },
      "Account.coverage": {
        "index": 17,
        "path": "Account.coverage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account"
      },
      "Account.coverage.id": {
        "index": 18,
        "path": "Account.coverage.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Account.coverage.extension": {
        "index": 19,
        "path": "Account.coverage.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Account.coverage.modifierExtension": {
        "index": 20,
        "path": "Account.coverage.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Account.coverage.coverage": {
        "index": 21,
        "path": "Account.coverage.coverage",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Coverage"
          }
        ],
        "isSummary": true,
        "short": "The party(s) that are responsible for covering the payment of this account"
      },
      "Account.coverage.priority": {
        "index": 22,
        "path": "Account.coverage.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "isSummary": true,
        "short": "The priority of the coverage in the context of this account"
      },
      "Account.owner": {
        "index": 23,
        "path": "Account.owner",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Who is responsible?"
      },
      "Account.description": {
        "index": 24,
        "path": "Account.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Explanation of purpose/use"
      },
      "Account.guarantor": {
        "index": 25,
        "path": "Account.guarantor",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Responsible for the account"
      },
      "Account.guarantor.id": {
        "index": 26,
        "path": "Account.guarantor.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Account.guarantor.extension": {
        "index": 27,
        "path": "Account.guarantor.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Account.guarantor.modifierExtension": {
        "index": 28,
        "path": "Account.guarantor.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Account.guarantor.party": {
        "index": 29,
        "path": "Account.guarantor.party",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible entity"
      },
      "Account.guarantor.onHold": {
        "index": 30,
        "path": "Account.guarantor.onHold",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Credit or other hold applied"
      },
      "Account.guarantor.period": {
        "index": 31,
        "path": "Account.guarantor.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Guarrantee account during"
      }
    },
    "ActivityDefinition": {
      "ActivityDefinition": {
        "index": 0,
        "path": "ActivityDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "The definition of a specific activity to be taken, independent of any particular patient or context"
      },
      "ActivityDefinition.id": {
        "index": 1,
        "path": "ActivityDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ActivityDefinition.meta": {
        "index": 2,
        "path": "ActivityDefinition.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ActivityDefinition.implicitRules": {
        "index": 3,
        "path": "ActivityDefinition.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ActivityDefinition.language": {
        "index": 4,
        "path": "ActivityDefinition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ActivityDefinition.text": {
        "index": 5,
        "path": "ActivityDefinition.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ActivityDefinition.contained": {
        "index": 6,
        "path": "ActivityDefinition.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ActivityDefinition.extension": {
        "index": 7,
        "path": "ActivityDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ActivityDefinition.modifierExtension": {
        "index": 8,
        "path": "ActivityDefinition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ActivityDefinition.url": {
        "index": 9,
        "path": "ActivityDefinition.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this activity definition (globally unique)"
      },
      "ActivityDefinition.identifier": {
        "index": 10,
        "path": "ActivityDefinition.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the activity definition"
      },
      "ActivityDefinition.version": {
        "index": 11,
        "path": "ActivityDefinition.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the activity definition"
      },
      "ActivityDefinition.name": {
        "index": 12,
        "path": "ActivityDefinition.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this activity definition (computer friendly)"
      },
      "ActivityDefinition.title": {
        "index": 13,
        "path": "ActivityDefinition.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this activity definition (human friendly)"
      },
      "ActivityDefinition.status": {
        "index": 14,
        "path": "ActivityDefinition.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "ActivityDefinition.experimental": {
        "index": 15,
        "path": "ActivityDefinition.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "ActivityDefinition.date": {
        "index": 16,
        "path": "ActivityDefinition.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "ActivityDefinition.publisher": {
        "index": 17,
        "path": "ActivityDefinition.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "ActivityDefinition.description": {
        "index": 18,
        "path": "ActivityDefinition.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Natural language description of the activity definition"
      },
      "ActivityDefinition.purpose": {
        "index": 19,
        "path": "ActivityDefinition.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this activity definition is defined"
      },
      "ActivityDefinition.usage": {
        "index": 20,
        "path": "ActivityDefinition.usage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Describes the clinical usage of the asset"
      },
      "ActivityDefinition.approvalDate": {
        "index": 21,
        "path": "ActivityDefinition.approvalDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the activity definition was approved by publisher"
      },
      "ActivityDefinition.lastReviewDate": {
        "index": 22,
        "path": "ActivityDefinition.lastReviewDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the activity definition was last reviewed"
      },
      "ActivityDefinition.effectivePeriod": {
        "index": 23,
        "path": "ActivityDefinition.effectivePeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "When the activity definition is expected to be used"
      },
      "ActivityDefinition.useContext": {
        "index": 24,
        "path": "ActivityDefinition.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "ActivityDefinition.jurisdiction": {
        "index": 25,
        "path": "ActivityDefinition.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for activity definition (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "ActivityDefinition.topic": {
        "index": 26,
        "path": "ActivityDefinition.topic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "E.g. Education, Treatment, Assessment, etc",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/definition-topic"
        }
      },
      "ActivityDefinition.contributor": {
        "index": 27,
        "path": "ActivityDefinition.contributor",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Contributor"
          }
        ],
        "short": "A content contributor"
      },
      "ActivityDefinition.contact": {
        "index": 28,
        "path": "ActivityDefinition.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "ActivityDefinition.copyright": {
        "index": 29,
        "path": "ActivityDefinition.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "ActivityDefinition.relatedArtifact": {
        "index": 30,
        "path": "ActivityDefinition.relatedArtifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ],
        "short": "Additional documentation, citations, etc"
      },
      "ActivityDefinition.library": {
        "index": 31,
        "path": "ActivityDefinition.library",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Library"
          }
        ],
        "short": "Logic used by the asset"
      },
      "ActivityDefinition.kind": {
        "index": 32,
        "path": "ActivityDefinition.kind",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Kind of resource",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "ActivityDefinition.code": {
        "index": 33,
        "path": "ActivityDefinition.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Detail type of activity",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-code"
        }
      },
      "ActivityDefinition.timing[x]": {
        "index": 34,
        "path": "ActivityDefinition.timing[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Timing"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "Range"
          }
        ],
        "short": "When activity is to occur"
      },
      "ActivityDefinition.location": {
        "index": 35,
        "path": "ActivityDefinition.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Where it should happen"
      },
      "ActivityDefinition.participant": {
        "index": 36,
        "path": "ActivityDefinition.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Who should participate in the action"
      },
      "ActivityDefinition.participant.id": {
        "index": 37,
        "path": "ActivityDefinition.participant.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ActivityDefinition.participant.extension": {
        "index": 38,
        "path": "ActivityDefinition.participant.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ActivityDefinition.participant.modifierExtension": {
        "index": 39,
        "path": "ActivityDefinition.participant.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ActivityDefinition.participant.type": {
        "index": 40,
        "path": "ActivityDefinition.participant.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "patient | practitioner | related-person",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-participant-type"
        }
      },
      "ActivityDefinition.participant.role": {
        "index": 41,
        "path": "ActivityDefinition.participant.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "E.g. Nurse, Surgeon, Parent, etc",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/action-participant-role"
        }
      },
      "ActivityDefinition.product[x]": {
        "index": 42,
        "path": "ActivityDefinition.product[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          },
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "What's administered/supplied",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-codes"
        }
      },
      "ActivityDefinition.quantity": {
        "index": 43,
        "path": "ActivityDefinition.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "How much is administered/consumed/supplied"
      },
      "ActivityDefinition.dosage": {
        "index": 44,
        "path": "ActivityDefinition.dosage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Dosage"
          }
        ],
        "short": "Detailed dosage instructions"
      },
      "ActivityDefinition.bodySite": {
        "index": 45,
        "path": "ActivityDefinition.bodySite",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "What part of body to perform on",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "ActivityDefinition.transform": {
        "index": 46,
        "path": "ActivityDefinition.transform",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureMap"
          }
        ],
        "short": "Transform to apply the template"
      },
      "ActivityDefinition.dynamicValue": {
        "index": 47,
        "path": "ActivityDefinition.dynamicValue",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Dynamic aspects of the definition"
      },
      "ActivityDefinition.dynamicValue.id": {
        "index": 48,
        "path": "ActivityDefinition.dynamicValue.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ActivityDefinition.dynamicValue.extension": {
        "index": 49,
        "path": "ActivityDefinition.dynamicValue.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ActivityDefinition.dynamicValue.modifierExtension": {
        "index": 50,
        "path": "ActivityDefinition.dynamicValue.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ActivityDefinition.dynamicValue.description": {
        "index": 51,
        "path": "ActivityDefinition.dynamicValue.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Natural language description of the dynamic value"
      },
      "ActivityDefinition.dynamicValue.path": {
        "index": 52,
        "path": "ActivityDefinition.dynamicValue.path",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The path to the element to be set dynamically"
      },
      "ActivityDefinition.dynamicValue.language": {
        "index": 53,
        "path": "ActivityDefinition.dynamicValue.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Language of the expression"
      },
      "ActivityDefinition.dynamicValue.expression": {
        "index": 54,
        "path": "ActivityDefinition.dynamicValue.expression",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "An expression that provides the dynamic value for the customization"
      }
    },
    "AdverseEvent": {
      "AdverseEvent": {
        "index": 0,
        "path": "AdverseEvent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Medical care, research study or other healthcare event causing physical injury"
      },
      "AdverseEvent.id": {
        "index": 1,
        "path": "AdverseEvent.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "AdverseEvent.meta": {
        "index": 2,
        "path": "AdverseEvent.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "AdverseEvent.implicitRules": {
        "index": 3,
        "path": "AdverseEvent.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "AdverseEvent.language": {
        "index": 4,
        "path": "AdverseEvent.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "AdverseEvent.text": {
        "index": 5,
        "path": "AdverseEvent.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "AdverseEvent.contained": {
        "index": 6,
        "path": "AdverseEvent.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "AdverseEvent.extension": {
        "index": 7,
        "path": "AdverseEvent.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AdverseEvent.modifierExtension": {
        "index": 8,
        "path": "AdverseEvent.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AdverseEvent.identifier": {
        "index": 9,
        "path": "AdverseEvent.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business identifier for the event"
      },
      "AdverseEvent.category": {
        "index": 10,
        "path": "AdverseEvent.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "AE | PAE \rAn adverse event is an event that caused harm to a patient,  an adverse reaction is a something that is a subject-specific event that is a result of an exposure to a medication, food, device or environmental substance, a potential adverse event is something that occurred and that could have caused harm to a patient but did not",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/adverse-event-category"
        }
      },
      "AdverseEvent.type": {
        "index": 11,
        "path": "AdverseEvent.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "actual | potential",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adverse-event-type"
        }
      },
      "AdverseEvent.subject": {
        "index": 12,
        "path": "AdverseEvent.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ResearchSubject"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Subject or group impacted by event"
      },
      "AdverseEvent.date": {
        "index": 13,
        "path": "AdverseEvent.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the event occurred"
      },
      "AdverseEvent.reaction": {
        "index": 14,
        "path": "AdverseEvent.reaction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          }
        ],
        "isSummary": true,
        "short": "Adverse Reaction Events linked to exposure to substance"
      },
      "AdverseEvent.location": {
        "index": 15,
        "path": "AdverseEvent.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "Location where adverse event occurred"
      },
      "AdverseEvent.seriousness": {
        "index": 16,
        "path": "AdverseEvent.seriousness",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Mild | Moderate | Severe",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adverse-event-seriousness"
        }
      },
      "AdverseEvent.outcome": {
        "index": 17,
        "path": "AdverseEvent.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "resolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/adverse-event-outcome"
        }
      },
      "AdverseEvent.recorder": {
        "index": 18,
        "path": "AdverseEvent.recorder",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Who recorded the adverse event"
      },
      "AdverseEvent.eventParticipant": {
        "index": 19,
        "path": "AdverseEvent.eventParticipant",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Who  was involved in the adverse event or the potential adverse event"
      },
      "AdverseEvent.description": {
        "index": 20,
        "path": "AdverseEvent.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Description of the adverse event"
      },
      "AdverseEvent.suspectEntity": {
        "index": 21,
        "path": "AdverseEvent.suspectEntity",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The suspected agent causing the adverse event"
      },
      "AdverseEvent.suspectEntity.id": {
        "index": 22,
        "path": "AdverseEvent.suspectEntity.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "AdverseEvent.suspectEntity.extension": {
        "index": 23,
        "path": "AdverseEvent.suspectEntity.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AdverseEvent.suspectEntity.modifierExtension": {
        "index": 24,
        "path": "AdverseEvent.suspectEntity.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AdverseEvent.suspectEntity.instance": {
        "index": 25,
        "path": "AdverseEvent.suspectEntity.instance",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationStatement"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Refers to the specific entity that caused the adverse event"
      },
      "AdverseEvent.suspectEntity.causality": {
        "index": 26,
        "path": "AdverseEvent.suspectEntity.causality",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "causality1 | causality2",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/adverse-event-causality"
        }
      },
      "AdverseEvent.suspectEntity.causalityAssessment": {
        "index": 27,
        "path": "AdverseEvent.suspectEntity.causalityAssessment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "assess1 | assess2",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adverse-event-causality-assess"
        }
      },
      "AdverseEvent.suspectEntity.causalityProductRelatedness": {
        "index": 28,
        "path": "AdverseEvent.suspectEntity.causalityProductRelatedness",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "AdverseEvent.suspectEntity.causalityProductRelatedness"
      },
      "AdverseEvent.suspectEntity.causalityMethod": {
        "index": 29,
        "path": "AdverseEvent.suspectEntity.causalityMethod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "method1 | method2",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adverse-event-causality-method"
        }
      },
      "AdverseEvent.suspectEntity.causalityAuthor": {
        "index": 30,
        "path": "AdverseEvent.suspectEntity.causalityAuthor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
          }
        ],
        "isSummary": true,
        "short": "AdverseEvent.suspectEntity.causalityAuthor"
      },
      "AdverseEvent.suspectEntity.causalityResult": {
        "index": 31,
        "path": "AdverseEvent.suspectEntity.causalityResult",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "result1 | result2",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adverse-event-causality-result"
        }
      },
      "AdverseEvent.subjectMedicalHistory": {
        "index": 32,
        "path": "AdverseEvent.subjectMedicalHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Immunization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "isSummary": true,
        "short": "AdverseEvent.subjectMedicalHistory"
      },
      "AdverseEvent.referenceDocument": {
        "index": 33,
        "path": "AdverseEvent.referenceDocument",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
          }
        ],
        "isSummary": true,
        "short": "AdverseEvent.referenceDocument"
      },
      "AdverseEvent.study": {
        "index": 34,
        "path": "AdverseEvent.study",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ResearchStudy"
          }
        ],
        "isSummary": true,
        "short": "AdverseEvent.study"
      }
    },
    "AllergyIntolerance": {
      "AllergyIntolerance": {
        "index": 0,
        "path": "AllergyIntolerance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Allergy or Intolerance (generally: Risk of adverse reaction to a substance)"
      },
      "AllergyIntolerance.id": {
        "index": 1,
        "path": "AllergyIntolerance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "AllergyIntolerance.meta": {
        "index": 2,
        "path": "AllergyIntolerance.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "AllergyIntolerance.implicitRules": {
        "index": 3,
        "path": "AllergyIntolerance.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "AllergyIntolerance.language": {
        "index": 4,
        "path": "AllergyIntolerance.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "AllergyIntolerance.text": {
        "index": 5,
        "path": "AllergyIntolerance.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "AllergyIntolerance.contained": {
        "index": 6,
        "path": "AllergyIntolerance.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "AllergyIntolerance.extension": {
        "index": 7,
        "path": "AllergyIntolerance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AllergyIntolerance.modifierExtension": {
        "index": 8,
        "path": "AllergyIntolerance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AllergyIntolerance.identifier": {
        "index": 9,
        "path": "AllergyIntolerance.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External ids for this item"
      },
      "AllergyIntolerance.clinicalStatus": {
        "index": 10,
        "path": "AllergyIntolerance.clinicalStatus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | inactive | resolved",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/allergy-clinical-status"
        }
      },
      "AllergyIntolerance.verificationStatus": {
        "index": 11,
        "path": "AllergyIntolerance.verificationStatus",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "unconfirmed | confirmed | refuted | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/allergy-verification-status"
        }
      },
      "AllergyIntolerance.type": {
        "index": 12,
        "path": "AllergyIntolerance.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "allergy | intolerance - Underlying mechanism (if known)",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/allergy-intolerance-type"
        }
      },
      "AllergyIntolerance.category": {
        "index": 13,
        "path": "AllergyIntolerance.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "food | medication | environment | biologic",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/allergy-intolerance-category"
        }
      },
      "AllergyIntolerance.criticality": {
        "index": 14,
        "path": "AllergyIntolerance.criticality",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "low | high | unable-to-assess",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality"
        }
      },
      "AllergyIntolerance.code": {
        "index": 15,
        "path": "AllergyIntolerance.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Code that identifies the allergy or intolerance",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/allergyintolerance-code"
        }
      },
      "AllergyIntolerance.patient": {
        "index": 16,
        "path": "AllergyIntolerance.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Who the sensitivity is for"
      },
      "AllergyIntolerance.onset[x]": {
        "index": 17,
        "path": "AllergyIntolerance.onset[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Age"
          },
          {
            "code": "Period"
          },
          {
            "code": "Range"
          },
          {
            "code": "string"
          }
        ],
        "short": "When allergy or intolerance was identified"
      },
      "AllergyIntolerance.assertedDate": {
        "index": 18,
        "path": "AllergyIntolerance.assertedDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Date record was believed accurate"
      },
      "AllergyIntolerance.recorder": {
        "index": 19,
        "path": "AllergyIntolerance.recorder",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "Who recorded the sensitivity"
      },
      "AllergyIntolerance.asserter": {
        "index": 20,
        "path": "AllergyIntolerance.asserter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "Source of the information about the allergy"
      },
      "AllergyIntolerance.lastOccurrence": {
        "index": 21,
        "path": "AllergyIntolerance.lastOccurrence",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Date(/time) of last known occurrence of a reaction"
      },
      "AllergyIntolerance.note": {
        "index": 22,
        "path": "AllergyIntolerance.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Additional text not captured in other fields"
      },
      "AllergyIntolerance.reaction": {
        "index": 23,
        "path": "AllergyIntolerance.reaction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Adverse Reaction Events linked to exposure to substance"
      },
      "AllergyIntolerance.reaction.id": {
        "index": 24,
        "path": "AllergyIntolerance.reaction.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "AllergyIntolerance.reaction.extension": {
        "index": 25,
        "path": "AllergyIntolerance.reaction.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AllergyIntolerance.reaction.modifierExtension": {
        "index": 26,
        "path": "AllergyIntolerance.reaction.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AllergyIntolerance.reaction.substance": {
        "index": 27,
        "path": "AllergyIntolerance.reaction.substance",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Specific substance or pharmaceutical product considered to be responsible for event",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/substance-code"
        }
      },
      "AllergyIntolerance.reaction.manifestation": {
        "index": 28,
        "path": "AllergyIntolerance.reaction.manifestation",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Clinical symptoms/signs associated with the Event",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/clinical-findings"
        }
      },
      "AllergyIntolerance.reaction.description": {
        "index": 29,
        "path": "AllergyIntolerance.reaction.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Description of the event as a whole"
      },
      "AllergyIntolerance.reaction.onset": {
        "index": 30,
        "path": "AllergyIntolerance.reaction.onset",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Date(/time) when manifestations showed"
      },
      "AllergyIntolerance.reaction.severity": {
        "index": 31,
        "path": "AllergyIntolerance.reaction.severity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "mild | moderate | severe (of event as a whole)",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/reaction-event-severity"
        }
      },
      "AllergyIntolerance.reaction.exposureRoute": {
        "index": 32,
        "path": "AllergyIntolerance.reaction.exposureRoute",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "How the subject was exposed to the substance",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/route-codes"
        }
      },
      "AllergyIntolerance.reaction.note": {
        "index": 33,
        "path": "AllergyIntolerance.reaction.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Text about event not captured in other fields"
      }
    },
    "Appointment": {
      "Appointment": {
        "index": 0,
        "path": "Appointment",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s)"
      },
      "Appointment.id": {
        "index": 1,
        "path": "Appointment.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Appointment.meta": {
        "index": 2,
        "path": "Appointment.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Appointment.implicitRules": {
        "index": 3,
        "path": "Appointment.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Appointment.language": {
        "index": 4,
        "path": "Appointment.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Appointment.text": {
        "index": 5,
        "path": "Appointment.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Appointment.contained": {
        "index": 6,
        "path": "Appointment.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Appointment.extension": {
        "index": 7,
        "path": "Appointment.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Appointment.modifierExtension": {
        "index": 8,
        "path": "Appointment.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Appointment.identifier": {
        "index": 9,
        "path": "Appointment.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Ids for this item"
      },
      "Appointment.status": {
        "index": 10,
        "path": "Appointment.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/appointmentstatus"
        }
      },
      "Appointment.serviceCategory": {
        "index": 11,
        "path": "Appointment.serviceCategory",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "A broad categorisation of the service that is to be performed during this appointment",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-category"
        }
      },
      "Appointment.serviceType": {
        "index": 12,
        "path": "Appointment.serviceType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The specific service that is to be performed during this appointment",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-type"
        }
      },
      "Appointment.specialty": {
        "index": 13,
        "path": "Appointment.specialty",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The specialty of a practitioner that would be required to perform the service requested in this appointment",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
        }
      },
      "Appointment.appointmentType": {
        "index": 14,
        "path": "Appointment.appointmentType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The style of appointment or patient that has been booked in the slot (not service type)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/v2-0276"
        }
      },
      "Appointment.reason": {
        "index": 15,
        "path": "Appointment.reason",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Reason this appointment is scheduled",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-reason"
        }
      },
      "Appointment.indication": {
        "index": 16,
        "path": "Appointment.indication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "short": "Reason the appointment is to takes place (resource)"
      },
      "Appointment.priority": {
        "index": 17,
        "path": "Appointment.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "short": "Used to make informed decisions if needing to re-prioritize"
      },
      "Appointment.description": {
        "index": 18,
        "path": "Appointment.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Shown on a subject line in a meeting request, or appointment list"
      },
      "Appointment.supportingInformation": {
        "index": 19,
        "path": "Appointment.supportingInformation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Additional information to support the appointment"
      },
      "Appointment.start": {
        "index": 20,
        "path": "Appointment.start",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "When appointment is to take place"
      },
      "Appointment.end": {
        "index": 21,
        "path": "Appointment.end",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "When appointment is to conclude"
      },
      "Appointment.minutesDuration": {
        "index": 22,
        "path": "Appointment.minutesDuration",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Can be less than start/end (e.g. estimate)"
      },
      "Appointment.slot": {
        "index": 23,
        "path": "Appointment.slot",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Slot"
          }
        ],
        "short": "The slots that this appointment is filling"
      },
      "Appointment.created": {
        "index": 24,
        "path": "Appointment.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "The date that this appointment was initially created"
      },
      "Appointment.comment": {
        "index": 25,
        "path": "Appointment.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Additional comments"
      },
      "Appointment.incomingReferral": {
        "index": 26,
        "path": "Appointment.incomingReferral",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "short": "The ReferralRequest provided as information to allocate to the Encounter"
      },
      "Appointment.participant": {
        "index": 27,
        "path": "Appointment.participant",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Participants involved in appointment"
      },
      "Appointment.participant.id": {
        "index": 28,
        "path": "Appointment.participant.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Appointment.participant.extension": {
        "index": 29,
        "path": "Appointment.participant.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Appointment.participant.modifierExtension": {
        "index": 30,
        "path": "Appointment.participant.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Appointment.participant.type": {
        "index": 31,
        "path": "Appointment.participant.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Role of participant in the appointment",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-participant-type"
        }
      },
      "Appointment.participant.actor": {
        "index": 32,
        "path": "Appointment.participant.actor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "Person, Location/HealthcareService or Device"
      },
      "Appointment.participant.required": {
        "index": 33,
        "path": "Appointment.participant.required",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "required | optional | information-only",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/participantrequired"
        }
      },
      "Appointment.participant.status": {
        "index": 34,
        "path": "Appointment.participant.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "accepted | declined | tentative | needs-action",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/participationstatus"
        }
      },
      "Appointment.requestedPeriod": {
        "index": 35,
        "path": "Appointment.requestedPeriod",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Potential date/time interval(s) requested to allocate the appointment within"
      }
    },
    "AppointmentResponse": {
      "AppointmentResponse": {
        "index": 0,
        "path": "AppointmentResponse",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection"
      },
      "AppointmentResponse.id": {
        "index": 1,
        "path": "AppointmentResponse.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "AppointmentResponse.meta": {
        "index": 2,
        "path": "AppointmentResponse.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "AppointmentResponse.implicitRules": {
        "index": 3,
        "path": "AppointmentResponse.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "AppointmentResponse.language": {
        "index": 4,
        "path": "AppointmentResponse.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "AppointmentResponse.text": {
        "index": 5,
        "path": "AppointmentResponse.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "AppointmentResponse.contained": {
        "index": 6,
        "path": "AppointmentResponse.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "AppointmentResponse.extension": {
        "index": 7,
        "path": "AppointmentResponse.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AppointmentResponse.modifierExtension": {
        "index": 8,
        "path": "AppointmentResponse.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AppointmentResponse.identifier": {
        "index": 9,
        "path": "AppointmentResponse.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Ids for this item"
      },
      "AppointmentResponse.appointment": {
        "index": 10,
        "path": "AppointmentResponse.appointment",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Appointment"
          }
        ],
        "isSummary": true,
        "short": "Appointment this response relates to"
      },
      "AppointmentResponse.start": {
        "index": 11,
        "path": "AppointmentResponse.start",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "short": "Time from appointment, or requested new start time"
      },
      "AppointmentResponse.end": {
        "index": 12,
        "path": "AppointmentResponse.end",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "short": "Time from appointment, or requested new end time"
      },
      "AppointmentResponse.participantType": {
        "index": 13,
        "path": "AppointmentResponse.participantType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Role of participant in the appointment",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-participant-type"
        }
      },
      "AppointmentResponse.actor": {
        "index": 14,
        "path": "AppointmentResponse.actor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "Person, Location/HealthcareService or Device"
      },
      "AppointmentResponse.participantStatus": {
        "index": 15,
        "path": "AppointmentResponse.participantStatus",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "accepted | declined | tentative | in-process | completed | needs-action | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/participationstatus"
        }
      },
      "AppointmentResponse.comment": {
        "index": 16,
        "path": "AppointmentResponse.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Additional comments"
      }
    },
    "AuditEvent": {
      "AuditEvent": {
        "index": 0,
        "path": "AuditEvent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Event record kept for security purposes"
      },
      "AuditEvent.id": {
        "index": 1,
        "path": "AuditEvent.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "AuditEvent.meta": {
        "index": 2,
        "path": "AuditEvent.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "AuditEvent.implicitRules": {
        "index": 3,
        "path": "AuditEvent.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "AuditEvent.language": {
        "index": 4,
        "path": "AuditEvent.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "AuditEvent.text": {
        "index": 5,
        "path": "AuditEvent.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "AuditEvent.contained": {
        "index": 6,
        "path": "AuditEvent.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "AuditEvent.extension": {
        "index": 7,
        "path": "AuditEvent.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AuditEvent.modifierExtension": {
        "index": 8,
        "path": "AuditEvent.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AuditEvent.type": {
        "index": 9,
        "path": "AuditEvent.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Type/identifier of event",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/audit-event-type"
        }
      },
      "AuditEvent.subtype": {
        "index": 10,
        "path": "AuditEvent.subtype",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "More specific type/id for the event",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/audit-event-sub-type"
        }
      },
      "AuditEvent.action": {
        "index": 11,
        "path": "AuditEvent.action",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Type of action performed during the event",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/audit-event-action"
        }
      },
      "AuditEvent.recorded": {
        "index": 12,
        "path": "AuditEvent.recorded",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "Time when the event occurred on source"
      },
      "AuditEvent.outcome": {
        "index": 13,
        "path": "AuditEvent.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Whether the event succeeded or failed",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/audit-event-outcome"
        }
      },
      "AuditEvent.outcomeDesc": {
        "index": 14,
        "path": "AuditEvent.outcomeDesc",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Description of the event outcome"
      },
      "AuditEvent.purposeOfEvent": {
        "index": 15,
        "path": "AuditEvent.purposeOfEvent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The purposeOfUse of the event",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse"
        }
      },
      "AuditEvent.agent": {
        "index": 16,
        "path": "AuditEvent.agent",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Actor involved in the event"
      },
      "AuditEvent.agent.id": {
        "index": 17,
        "path": "AuditEvent.agent.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "AuditEvent.agent.extension": {
        "index": 18,
        "path": "AuditEvent.agent.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AuditEvent.agent.modifierExtension": {
        "index": 19,
        "path": "AuditEvent.agent.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AuditEvent.agent.role": {
        "index": 20,
        "path": "AuditEvent.agent.role",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Agent role in the event",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-role-type"
        }
      },
      "AuditEvent.agent.reference": {
        "index": 21,
        "path": "AuditEvent.agent.reference",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Direct reference to resource"
      },
      "AuditEvent.agent.userId": {
        "index": 22,
        "path": "AuditEvent.agent.userId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique identifier for the user"
      },
      "AuditEvent.agent.altId": {
        "index": 23,
        "path": "AuditEvent.agent.altId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Alternative User id e.g. authentication"
      },
      "AuditEvent.agent.name": {
        "index": 24,
        "path": "AuditEvent.agent.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Human-meaningful name for the agent"
      },
      "AuditEvent.agent.requestor": {
        "index": 25,
        "path": "AuditEvent.agent.requestor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Whether user is initiator"
      },
      "AuditEvent.agent.location": {
        "index": 26,
        "path": "AuditEvent.agent.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Where"
      },
      "AuditEvent.agent.policy": {
        "index": 27,
        "path": "AuditEvent.agent.policy",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Policy that authorized event"
      },
      "AuditEvent.agent.media": {
        "index": 28,
        "path": "AuditEvent.agent.media",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Type of media",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/dicm-405-mediatype"
        }
      },
      "AuditEvent.agent.network": {
        "index": 29,
        "path": "AuditEvent.agent.network",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Logical network location for application activity"
      },
      "AuditEvent.agent.network.id": {
        "index": 30,
        "path": "AuditEvent.agent.network.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "AuditEvent.agent.network.extension": {
        "index": 31,
        "path": "AuditEvent.agent.network.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AuditEvent.agent.network.modifierExtension": {
        "index": 32,
        "path": "AuditEvent.agent.network.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AuditEvent.agent.network.address": {
        "index": 33,
        "path": "AuditEvent.agent.network.address",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Identifier for the network access point of the user device"
      },
      "AuditEvent.agent.network.type": {
        "index": 34,
        "path": "AuditEvent.agent.network.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "The type of network access point",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/network-type"
        }
      },
      "AuditEvent.agent.purposeOfUse": {
        "index": 35,
        "path": "AuditEvent.agent.purposeOfUse",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Reason given for this user",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse"
        }
      },
      "AuditEvent.source": {
        "index": 36,
        "path": "AuditEvent.source",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Audit Event Reporter"
      },
      "AuditEvent.source.id": {
        "index": 37,
        "path": "AuditEvent.source.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "AuditEvent.source.extension": {
        "index": 38,
        "path": "AuditEvent.source.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AuditEvent.source.modifierExtension": {
        "index": 39,
        "path": "AuditEvent.source.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AuditEvent.source.site": {
        "index": 40,
        "path": "AuditEvent.source.site",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Logical source location within the enterprise"
      },
      "AuditEvent.source.identifier": {
        "index": 41,
        "path": "AuditEvent.source.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "The identity of source detecting the event"
      },
      "AuditEvent.source.type": {
        "index": 42,
        "path": "AuditEvent.source.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "The type of source where event originated",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/audit-source-type"
        }
      },
      "AuditEvent.entity": {
        "index": 43,
        "path": "AuditEvent.entity",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Data or objects used"
      },
      "AuditEvent.entity.id": {
        "index": 44,
        "path": "AuditEvent.entity.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "AuditEvent.entity.extension": {
        "index": 45,
        "path": "AuditEvent.entity.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AuditEvent.entity.modifierExtension": {
        "index": 46,
        "path": "AuditEvent.entity.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AuditEvent.entity.identifier": {
        "index": 47,
        "path": "AuditEvent.entity.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Specific instance of object"
      },
      "AuditEvent.entity.reference": {
        "index": 48,
        "path": "AuditEvent.entity.reference",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Specific instance of resource"
      },
      "AuditEvent.entity.type": {
        "index": 49,
        "path": "AuditEvent.entity.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Type of entity involved",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/audit-entity-type"
        }
      },
      "AuditEvent.entity.role": {
        "index": 50,
        "path": "AuditEvent.entity.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "What role the entity played",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/object-role"
        }
      },
      "AuditEvent.entity.lifecycle": {
        "index": 51,
        "path": "AuditEvent.entity.lifecycle",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Life-cycle stage for the entity",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/object-lifecycle-events"
        }
      },
      "AuditEvent.entity.securityLabel": {
        "index": 52,
        "path": "AuditEvent.entity.securityLabel",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Security labels on the entity",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-labels"
        }
      },
      "AuditEvent.entity.name": {
        "index": 53,
        "path": "AuditEvent.entity.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Descriptor for entity"
      },
      "AuditEvent.entity.description": {
        "index": 54,
        "path": "AuditEvent.entity.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Descriptive text"
      },
      "AuditEvent.entity.query": {
        "index": 55,
        "path": "AuditEvent.entity.query",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          }
        ],
        "isSummary": true,
        "short": "Query parameters"
      },
      "AuditEvent.entity.detail": {
        "index": 56,
        "path": "AuditEvent.entity.detail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Additional Information about the entity"
      },
      "AuditEvent.entity.detail.id": {
        "index": 57,
        "path": "AuditEvent.entity.detail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "AuditEvent.entity.detail.extension": {
        "index": 58,
        "path": "AuditEvent.entity.detail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "AuditEvent.entity.detail.modifierExtension": {
        "index": 59,
        "path": "AuditEvent.entity.detail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "AuditEvent.entity.detail.type": {
        "index": 60,
        "path": "AuditEvent.entity.detail.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Name of the property"
      },
      "AuditEvent.entity.detail.value": {
        "index": 61,
        "path": "AuditEvent.entity.detail.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          }
        ],
        "short": "Property value"
      }
    },
    "Basic": {
      "Basic": {
        "index": 0,
        "path": "Basic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Resource for non-supported content"
      },
      "Basic.id": {
        "index": 1,
        "path": "Basic.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Basic.meta": {
        "index": 2,
        "path": "Basic.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Basic.implicitRules": {
        "index": 3,
        "path": "Basic.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Basic.language": {
        "index": 4,
        "path": "Basic.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Basic.text": {
        "index": 5,
        "path": "Basic.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Basic.contained": {
        "index": 6,
        "path": "Basic.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Basic.extension": {
        "index": 7,
        "path": "Basic.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Basic.modifierExtension": {
        "index": 8,
        "path": "Basic.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Basic.identifier": {
        "index": 9,
        "path": "Basic.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business identifier"
      },
      "Basic.code": {
        "index": 10,
        "path": "Basic.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Kind of Resource",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/basic-resource-type"
        }
      },
      "Basic.subject": {
        "index": 11,
        "path": "Basic.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Identifies the focus of this resource"
      },
      "Basic.created": {
        "index": 12,
        "path": "Basic.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "isSummary": true,
        "short": "When created"
      },
      "Basic.author": {
        "index": 13,
        "path": "Basic.author",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Who created"
      }
    },
    "Binary": {
      "Binary": {
        "index": 0,
        "path": "Binary",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Pure binary content defined by a format other than FHIR"
      },
      "Binary.id": {
        "index": 1,
        "path": "Binary.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Binary.meta": {
        "index": 2,
        "path": "Binary.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Binary.implicitRules": {
        "index": 3,
        "path": "Binary.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Binary.language": {
        "index": 4,
        "path": "Binary.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Binary.contentType": {
        "index": 5,
        "path": "Binary.contentType",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "MimeType of the binary content"
      },
      "Binary.securityContext": {
        "index": 6,
        "path": "Binary.securityContext",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Access Control Management"
      },
      "Binary.content": {
        "index": 7,
        "path": "Binary.content",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          }
        ],
        "short": "The actual content"
      }
    },
    "BodySite": {
      "BodySite": {
        "index": 0,
        "path": "BodySite",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Specific and identified anatomical location"
      },
      "BodySite.id": {
        "index": 1,
        "path": "BodySite.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "BodySite.meta": {
        "index": 2,
        "path": "BodySite.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "BodySite.implicitRules": {
        "index": 3,
        "path": "BodySite.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "BodySite.language": {
        "index": 4,
        "path": "BodySite.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "BodySite.text": {
        "index": 5,
        "path": "BodySite.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "BodySite.contained": {
        "index": 6,
        "path": "BodySite.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "BodySite.extension": {
        "index": 7,
        "path": "BodySite.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "BodySite.modifierExtension": {
        "index": 8,
        "path": "BodySite.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "BodySite.identifier": {
        "index": 9,
        "path": "BodySite.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Bodysite identifier"
      },
      "BodySite.active": {
        "index": 10,
        "path": "BodySite.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Whether this body site record is in active use"
      },
      "BodySite.code": {
        "index": 11,
        "path": "BodySite.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Named anatomical location",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "BodySite.qualifier": {
        "index": 12,
        "path": "BodySite.qualifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Modification to location code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/bodysite-relative-location"
        }
      },
      "BodySite.description": {
        "index": 13,
        "path": "BodySite.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Anatomical location description"
      },
      "BodySite.image": {
        "index": 14,
        "path": "BodySite.image",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "short": "Attached images"
      },
      "BodySite.patient": {
        "index": 15,
        "path": "BodySite.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Who this is about"
      }
    },
    "Bundle": {
      "Bundle": {
        "index": 0,
        "path": "Bundle",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Contains a collection of resources"
      },
      "Bundle.id": {
        "index": 1,
        "path": "Bundle.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Bundle.meta": {
        "index": 2,
        "path": "Bundle.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Bundle.implicitRules": {
        "index": 3,
        "path": "Bundle.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Bundle.language": {
        "index": 4,
        "path": "Bundle.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Bundle.identifier": {
        "index": 5,
        "path": "Bundle.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Persistent identifier for the bundle"
      },
      "Bundle.type": {
        "index": 6,
        "path": "Bundle.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/bundle-type"
        }
      },
      "Bundle.total": {
        "index": 7,
        "path": "Bundle.total",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "If search, the total number of matches"
      },
      "Bundle.link": {
        "index": 8,
        "path": "Bundle.link",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Links related to this Bundle"
      },
      "Bundle.link.id": {
        "index": 9,
        "path": "Bundle.link.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Bundle.link.extension": {
        "index": 10,
        "path": "Bundle.link.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Bundle.link.modifierExtension": {
        "index": 11,
        "path": "Bundle.link.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Bundle.link.relation": {
        "index": 12,
        "path": "Bundle.link.relation",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "See http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1"
      },
      "Bundle.link.url": {
        "index": 13,
        "path": "Bundle.link.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Reference details for the link"
      },
      "Bundle.entry": {
        "index": 14,
        "path": "Bundle.entry",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Entry in the bundle - will have a resource, or information"
      },
      "Bundle.entry.id": {
        "index": 15,
        "path": "Bundle.entry.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Bundle.entry.extension": {
        "index": 16,
        "path": "Bundle.entry.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Bundle.entry.modifierExtension": {
        "index": 17,
        "path": "Bundle.entry.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Bundle.entry.link": {
        "index": 18,
        "path": "Bundle.entry.link",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "isSummary": true,
        "short": "Links related to this entry",
        "refSchema": "Bundle.link"
      },
      "Bundle.entry.fullUrl": {
        "index": 19,
        "path": "Bundle.entry.fullUrl",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Absolute URL for resource (server address, or UUID/OID)"
      },
      "Bundle.entry.resource": {
        "index": 20,
        "path": "Bundle.entry.resource",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "isSummary": true,
        "short": "A resource in the bundle"
      },
      "Bundle.entry.search": {
        "index": 21,
        "path": "Bundle.entry.search",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Search related information"
      },
      "Bundle.entry.search.id": {
        "index": 22,
        "path": "Bundle.entry.search.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Bundle.entry.search.extension": {
        "index": 23,
        "path": "Bundle.entry.search.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Bundle.entry.search.modifierExtension": {
        "index": 24,
        "path": "Bundle.entry.search.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Bundle.entry.search.mode": {
        "index": 25,
        "path": "Bundle.entry.search.mode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "match | include | outcome - why this is in the result set",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/search-entry-mode"
        }
      },
      "Bundle.entry.search.score": {
        "index": 26,
        "path": "Bundle.entry.search.score",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Search ranking (between 0 and 1)"
      },
      "Bundle.entry.request": {
        "index": 27,
        "path": "Bundle.entry.request",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Transaction Related Information"
      },
      "Bundle.entry.request.id": {
        "index": 28,
        "path": "Bundle.entry.request.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Bundle.entry.request.extension": {
        "index": 29,
        "path": "Bundle.entry.request.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Bundle.entry.request.modifierExtension": {
        "index": 30,
        "path": "Bundle.entry.request.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Bundle.entry.request.method": {
        "index": 31,
        "path": "Bundle.entry.request.method",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "GET | POST | PUT | DELETE",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/http-verb"
        }
      },
      "Bundle.entry.request.url": {
        "index": 32,
        "path": "Bundle.entry.request.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "URL for HTTP equivalent of this entry"
      },
      "Bundle.entry.request.ifNoneMatch": {
        "index": 33,
        "path": "Bundle.entry.request.ifNoneMatch",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "For managing cache currency"
      },
      "Bundle.entry.request.ifModifiedSince": {
        "index": 34,
        "path": "Bundle.entry.request.ifModifiedSince",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "For managing update contention"
      },
      "Bundle.entry.request.ifMatch": {
        "index": 35,
        "path": "Bundle.entry.request.ifMatch",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "For managing update contention"
      },
      "Bundle.entry.request.ifNoneExist": {
        "index": 36,
        "path": "Bundle.entry.request.ifNoneExist",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "For conditional creates"
      },
      "Bundle.entry.response": {
        "index": 37,
        "path": "Bundle.entry.response",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Transaction Related Information"
      },
      "Bundle.entry.response.id": {
        "index": 38,
        "path": "Bundle.entry.response.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Bundle.entry.response.extension": {
        "index": 39,
        "path": "Bundle.entry.response.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Bundle.entry.response.modifierExtension": {
        "index": 40,
        "path": "Bundle.entry.response.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Bundle.entry.response.status": {
        "index": 41,
        "path": "Bundle.entry.response.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Status response code (text optional)"
      },
      "Bundle.entry.response.location": {
        "index": 42,
        "path": "Bundle.entry.response.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "The location, if the operation returns a location"
      },
      "Bundle.entry.response.etag": {
        "index": 43,
        "path": "Bundle.entry.response.etag",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "The etag for the resource (if relevant)"
      },
      "Bundle.entry.response.lastModified": {
        "index": 44,
        "path": "Bundle.entry.response.lastModified",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "Server's date time modified"
      },
      "Bundle.entry.response.outcome": {
        "index": 45,
        "path": "Bundle.entry.response.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "isSummary": true,
        "short": "OperationOutcome with hints and warnings (for batch/transaction)"
      },
      "Bundle.signature": {
        "index": 46,
        "path": "Bundle.signature",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Signature"
          }
        ],
        "isSummary": true,
        "short": "Digital Signature"
      }
    },
    "CapabilityStatement": {
      "CapabilityStatement": {
        "index": 0,
        "path": "CapabilityStatement",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A statement of system capabilities"
      },
      "CapabilityStatement.id": {
        "index": 1,
        "path": "CapabilityStatement.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "CapabilityStatement.meta": {
        "index": 2,
        "path": "CapabilityStatement.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "CapabilityStatement.implicitRules": {
        "index": 3,
        "path": "CapabilityStatement.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "CapabilityStatement.language": {
        "index": 4,
        "path": "CapabilityStatement.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "CapabilityStatement.text": {
        "index": 5,
        "path": "CapabilityStatement.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "CapabilityStatement.contained": {
        "index": 6,
        "path": "CapabilityStatement.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "CapabilityStatement.extension": {
        "index": 7,
        "path": "CapabilityStatement.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.modifierExtension": {
        "index": 8,
        "path": "CapabilityStatement.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.url": {
        "index": 9,
        "path": "CapabilityStatement.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this capability statement (globally unique)"
      },
      "CapabilityStatement.version": {
        "index": 10,
        "path": "CapabilityStatement.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the capability statement"
      },
      "CapabilityStatement.name": {
        "index": 11,
        "path": "CapabilityStatement.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this capability statement (computer friendly)"
      },
      "CapabilityStatement.title": {
        "index": 12,
        "path": "CapabilityStatement.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this capability statement (human friendly)"
      },
      "CapabilityStatement.status": {
        "index": 13,
        "path": "CapabilityStatement.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "CapabilityStatement.experimental": {
        "index": 14,
        "path": "CapabilityStatement.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "CapabilityStatement.date": {
        "index": 15,
        "path": "CapabilityStatement.date",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "CapabilityStatement.publisher": {
        "index": 16,
        "path": "CapabilityStatement.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "CapabilityStatement.contact": {
        "index": 17,
        "path": "CapabilityStatement.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "CapabilityStatement.description": {
        "index": 18,
        "path": "CapabilityStatement.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the capability statement"
      },
      "CapabilityStatement.useContext": {
        "index": 19,
        "path": "CapabilityStatement.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "CapabilityStatement.jurisdiction": {
        "index": 20,
        "path": "CapabilityStatement.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for capability statement (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "CapabilityStatement.purpose": {
        "index": 21,
        "path": "CapabilityStatement.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this capability statement is defined"
      },
      "CapabilityStatement.copyright": {
        "index": 22,
        "path": "CapabilityStatement.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "CapabilityStatement.kind": {
        "index": 23,
        "path": "CapabilityStatement.kind",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "instance | capability | requirements",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/capability-statement-kind"
        }
      },
      "CapabilityStatement.instantiates": {
        "index": 24,
        "path": "CapabilityStatement.instantiates",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Canonical URL of another capability statement this implements"
      },
      "CapabilityStatement.software": {
        "index": 25,
        "path": "CapabilityStatement.software",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Software that is covered by this capability statement"
      },
      "CapabilityStatement.software.id": {
        "index": 26,
        "path": "CapabilityStatement.software.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.software.extension": {
        "index": 27,
        "path": "CapabilityStatement.software.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.software.modifierExtension": {
        "index": 28,
        "path": "CapabilityStatement.software.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.software.name": {
        "index": 29,
        "path": "CapabilityStatement.software.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "A name the software is known by"
      },
      "CapabilityStatement.software.version": {
        "index": 30,
        "path": "CapabilityStatement.software.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Version covered by this statement"
      },
      "CapabilityStatement.software.releaseDate": {
        "index": 31,
        "path": "CapabilityStatement.software.releaseDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this version released"
      },
      "CapabilityStatement.implementation": {
        "index": 32,
        "path": "CapabilityStatement.implementation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "If this describes a specific instance"
      },
      "CapabilityStatement.implementation.id": {
        "index": 33,
        "path": "CapabilityStatement.implementation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.implementation.extension": {
        "index": 34,
        "path": "CapabilityStatement.implementation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.implementation.modifierExtension": {
        "index": 35,
        "path": "CapabilityStatement.implementation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.implementation.description": {
        "index": 36,
        "path": "CapabilityStatement.implementation.description",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Describes this specific instance"
      },
      "CapabilityStatement.implementation.url": {
        "index": 37,
        "path": "CapabilityStatement.implementation.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Base URL for the installation"
      },
      "CapabilityStatement.fhirVersion": {
        "index": 38,
        "path": "CapabilityStatement.fhirVersion",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "FHIR Version the system uses"
      },
      "CapabilityStatement.acceptUnknown": {
        "index": 39,
        "path": "CapabilityStatement.acceptUnknown",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "no | extensions | elements | both",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/unknown-content-code"
        }
      },
      "CapabilityStatement.format": {
        "index": 40,
        "path": "CapabilityStatement.format",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "formats supported (xml | json | ttl | mime type)"
      },
      "CapabilityStatement.patchFormat": {
        "index": 41,
        "path": "CapabilityStatement.patchFormat",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Patch formats supported"
      },
      "CapabilityStatement.implementationGuide": {
        "index": 42,
        "path": "CapabilityStatement.implementationGuide",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Implementation guides supported"
      },
      "CapabilityStatement.profile": {
        "index": 43,
        "path": "CapabilityStatement.profile",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
          }
        ],
        "isSummary": true,
        "short": "Profiles for use cases supported"
      },
      "CapabilityStatement.rest": {
        "index": 44,
        "path": "CapabilityStatement.rest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "If the endpoint is a RESTful one"
      },
      "CapabilityStatement.rest.id": {
        "index": 45,
        "path": "CapabilityStatement.rest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.rest.extension": {
        "index": 46,
        "path": "CapabilityStatement.rest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.rest.modifierExtension": {
        "index": 47,
        "path": "CapabilityStatement.rest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.rest.mode": {
        "index": 48,
        "path": "CapabilityStatement.rest.mode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "client | server",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/restful-capability-mode"
        }
      },
      "CapabilityStatement.rest.documentation": {
        "index": 49,
        "path": "CapabilityStatement.rest.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "General description of implementation"
      },
      "CapabilityStatement.rest.security": {
        "index": 50,
        "path": "CapabilityStatement.rest.security",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Information about security of implementation"
      },
      "CapabilityStatement.rest.security.id": {
        "index": 51,
        "path": "CapabilityStatement.rest.security.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.rest.security.extension": {
        "index": 52,
        "path": "CapabilityStatement.rest.security.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.rest.security.modifierExtension": {
        "index": 53,
        "path": "CapabilityStatement.rest.security.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.rest.security.cors": {
        "index": 54,
        "path": "CapabilityStatement.rest.security.cors",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Adds CORS Headers (http://enable-cors.org/)"
      },
      "CapabilityStatement.rest.security.service": {
        "index": 55,
        "path": "CapabilityStatement.rest.security.service",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/restful-security-service"
        }
      },
      "CapabilityStatement.rest.security.description": {
        "index": 56,
        "path": "CapabilityStatement.rest.security.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "General description of how security works"
      },
      "CapabilityStatement.rest.security.certificate": {
        "index": 57,
        "path": "CapabilityStatement.rest.security.certificate",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Certificates associated with security profiles"
      },
      "CapabilityStatement.rest.security.certificate.id": {
        "index": 58,
        "path": "CapabilityStatement.rest.security.certificate.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.rest.security.certificate.extension": {
        "index": 59,
        "path": "CapabilityStatement.rest.security.certificate.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.rest.security.certificate.modifierExtension": {
        "index": 60,
        "path": "CapabilityStatement.rest.security.certificate.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.rest.security.certificate.type": {
        "index": 61,
        "path": "CapabilityStatement.rest.security.certificate.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Mime type for certificates"
      },
      "CapabilityStatement.rest.security.certificate.blob": {
        "index": 62,
        "path": "CapabilityStatement.rest.security.certificate.blob",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          }
        ],
        "short": "Actual certificate"
      },
      "CapabilityStatement.rest.resource": {
        "index": 63,
        "path": "CapabilityStatement.rest.resource",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Resource served on the REST interface"
      },
      "CapabilityStatement.rest.resource.id": {
        "index": 64,
        "path": "CapabilityStatement.rest.resource.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.rest.resource.extension": {
        "index": 65,
        "path": "CapabilityStatement.rest.resource.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.rest.resource.modifierExtension": {
        "index": 66,
        "path": "CapabilityStatement.rest.resource.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.rest.resource.type": {
        "index": 67,
        "path": "CapabilityStatement.rest.resource.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "A resource type that is supported",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "CapabilityStatement.rest.resource.profile": {
        "index": 68,
        "path": "CapabilityStatement.rest.resource.profile",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
          }
        ],
        "isSummary": true,
        "short": "Base System profile for all uses of resource"
      },
      "CapabilityStatement.rest.resource.documentation": {
        "index": 69,
        "path": "CapabilityStatement.rest.resource.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Additional information about the use of the resource type"
      },
      "CapabilityStatement.rest.resource.interaction": {
        "index": 70,
        "path": "CapabilityStatement.rest.resource.interaction",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "What operations are supported?"
      },
      "CapabilityStatement.rest.resource.interaction.id": {
        "index": 71,
        "path": "CapabilityStatement.rest.resource.interaction.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.rest.resource.interaction.extension": {
        "index": 72,
        "path": "CapabilityStatement.rest.resource.interaction.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.rest.resource.interaction.modifierExtension": {
        "index": 73,
        "path": "CapabilityStatement.rest.resource.interaction.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.rest.resource.interaction.code": {
        "index": 74,
        "path": "CapabilityStatement.rest.resource.interaction.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "read | vread | update | patch | delete | history-instance | history-type | create | search-type",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/type-restful-interaction"
        }
      },
      "CapabilityStatement.rest.resource.interaction.documentation": {
        "index": 75,
        "path": "CapabilityStatement.rest.resource.interaction.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Anything special about operation behavior"
      },
      "CapabilityStatement.rest.resource.versioning": {
        "index": 76,
        "path": "CapabilityStatement.rest.resource.versioning",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "no-version | versioned | versioned-update",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/versioning-policy"
        }
      },
      "CapabilityStatement.rest.resource.readHistory": {
        "index": 77,
        "path": "CapabilityStatement.rest.resource.readHistory",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Whether vRead can return past versions"
      },
      "CapabilityStatement.rest.resource.updateCreate": {
        "index": 78,
        "path": "CapabilityStatement.rest.resource.updateCreate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "If update can commit to a new identity"
      },
      "CapabilityStatement.rest.resource.conditionalCreate": {
        "index": 79,
        "path": "CapabilityStatement.rest.resource.conditionalCreate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "If allows/uses conditional create"
      },
      "CapabilityStatement.rest.resource.conditionalRead": {
        "index": 80,
        "path": "CapabilityStatement.rest.resource.conditionalRead",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "not-supported | modified-since | not-match | full-support",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/conditional-read-status"
        }
      },
      "CapabilityStatement.rest.resource.conditionalUpdate": {
        "index": 81,
        "path": "CapabilityStatement.rest.resource.conditionalUpdate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "If allows/uses conditional update"
      },
      "CapabilityStatement.rest.resource.conditionalDelete": {
        "index": 82,
        "path": "CapabilityStatement.rest.resource.conditionalDelete",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "not-supported | single | multiple - how conditional delete is supported",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/conditional-delete-status"
        }
      },
      "CapabilityStatement.rest.resource.referencePolicy": {
        "index": 83,
        "path": "CapabilityStatement.rest.resource.referencePolicy",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "literal | logical | resolves | enforced | local",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/reference-handling-policy"
        }
      },
      "CapabilityStatement.rest.resource.searchInclude": {
        "index": 84,
        "path": "CapabilityStatement.rest.resource.searchInclude",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "_include values supported by the server"
      },
      "CapabilityStatement.rest.resource.searchRevInclude": {
        "index": 85,
        "path": "CapabilityStatement.rest.resource.searchRevInclude",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "_revinclude values supported by the server"
      },
      "CapabilityStatement.rest.resource.searchParam": {
        "index": 86,
        "path": "CapabilityStatement.rest.resource.searchParam",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Search parameters supported by implementation"
      },
      "CapabilityStatement.rest.resource.searchParam.id": {
        "index": 87,
        "path": "CapabilityStatement.rest.resource.searchParam.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.rest.resource.searchParam.extension": {
        "index": 88,
        "path": "CapabilityStatement.rest.resource.searchParam.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.rest.resource.searchParam.modifierExtension": {
        "index": 89,
        "path": "CapabilityStatement.rest.resource.searchParam.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.rest.resource.searchParam.name": {
        "index": 90,
        "path": "CapabilityStatement.rest.resource.searchParam.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Name of search parameter"
      },
      "CapabilityStatement.rest.resource.searchParam.definition": {
        "index": 91,
        "path": "CapabilityStatement.rest.resource.searchParam.definition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Source of definition for parameter"
      },
      "CapabilityStatement.rest.resource.searchParam.type": {
        "index": 92,
        "path": "CapabilityStatement.rest.resource.searchParam.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "number | date | string | token | reference | composite | quantity | uri",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/search-param-type"
        }
      },
      "CapabilityStatement.rest.resource.searchParam.documentation": {
        "index": 93,
        "path": "CapabilityStatement.rest.resource.searchParam.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Server-specific usage"
      },
      "CapabilityStatement.rest.interaction": {
        "index": 94,
        "path": "CapabilityStatement.rest.interaction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "What operations are supported?"
      },
      "CapabilityStatement.rest.interaction.id": {
        "index": 95,
        "path": "CapabilityStatement.rest.interaction.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.rest.interaction.extension": {
        "index": 96,
        "path": "CapabilityStatement.rest.interaction.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.rest.interaction.modifierExtension": {
        "index": 97,
        "path": "CapabilityStatement.rest.interaction.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.rest.interaction.code": {
        "index": 98,
        "path": "CapabilityStatement.rest.interaction.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "transaction | batch | search-system | history-system",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/system-restful-interaction"
        }
      },
      "CapabilityStatement.rest.interaction.documentation": {
        "index": 99,
        "path": "CapabilityStatement.rest.interaction.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Anything special about operation behavior"
      },
      "CapabilityStatement.rest.searchParam": {
        "index": 100,
        "path": "CapabilityStatement.rest.searchParam",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Search parameters for searching all resources",
        "refSchema": "CapabilityStatement.rest.resource.searchParam"
      },
      "CapabilityStatement.rest.operation": {
        "index": 101,
        "path": "CapabilityStatement.rest.operation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Definition of an operation or a custom query"
      },
      "CapabilityStatement.rest.operation.id": {
        "index": 102,
        "path": "CapabilityStatement.rest.operation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.rest.operation.extension": {
        "index": 103,
        "path": "CapabilityStatement.rest.operation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.rest.operation.modifierExtension": {
        "index": 104,
        "path": "CapabilityStatement.rest.operation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.rest.operation.name": {
        "index": 105,
        "path": "CapabilityStatement.rest.operation.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Name by which the operation/query is invoked"
      },
      "CapabilityStatement.rest.operation.definition": {
        "index": 106,
        "path": "CapabilityStatement.rest.operation.definition",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition"
          }
        ],
        "isSummary": true,
        "short": "The defined operation/query"
      },
      "CapabilityStatement.rest.compartment": {
        "index": 107,
        "path": "CapabilityStatement.rest.compartment",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Compartments served/used by system"
      },
      "CapabilityStatement.messaging": {
        "index": 108,
        "path": "CapabilityStatement.messaging",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "If messaging is supported"
      },
      "CapabilityStatement.messaging.id": {
        "index": 109,
        "path": "CapabilityStatement.messaging.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.messaging.extension": {
        "index": 110,
        "path": "CapabilityStatement.messaging.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.messaging.modifierExtension": {
        "index": 111,
        "path": "CapabilityStatement.messaging.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.messaging.endpoint": {
        "index": 112,
        "path": "CapabilityStatement.messaging.endpoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Where messages should be sent"
      },
      "CapabilityStatement.messaging.endpoint.id": {
        "index": 113,
        "path": "CapabilityStatement.messaging.endpoint.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.messaging.endpoint.extension": {
        "index": 114,
        "path": "CapabilityStatement.messaging.endpoint.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.messaging.endpoint.modifierExtension": {
        "index": 115,
        "path": "CapabilityStatement.messaging.endpoint.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.messaging.endpoint.protocol": {
        "index": 116,
        "path": "CapabilityStatement.messaging.endpoint.protocol",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "http | ftp | mllp +",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/message-transport"
        }
      },
      "CapabilityStatement.messaging.endpoint.address": {
        "index": 117,
        "path": "CapabilityStatement.messaging.endpoint.address",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Network address or identifier of the end-point"
      },
      "CapabilityStatement.messaging.reliableCache": {
        "index": 118,
        "path": "CapabilityStatement.messaging.reliableCache",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "short": "Reliable Message Cache Length (min)"
      },
      "CapabilityStatement.messaging.documentation": {
        "index": 119,
        "path": "CapabilityStatement.messaging.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Messaging interface behavior details"
      },
      "CapabilityStatement.messaging.supportedMessage": {
        "index": 120,
        "path": "CapabilityStatement.messaging.supportedMessage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Messages supported by this system"
      },
      "CapabilityStatement.messaging.supportedMessage.id": {
        "index": 121,
        "path": "CapabilityStatement.messaging.supportedMessage.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.messaging.supportedMessage.extension": {
        "index": 122,
        "path": "CapabilityStatement.messaging.supportedMessage.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.messaging.supportedMessage.modifierExtension": {
        "index": 123,
        "path": "CapabilityStatement.messaging.supportedMessage.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.messaging.supportedMessage.mode": {
        "index": 124,
        "path": "CapabilityStatement.messaging.supportedMessage.mode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "sender | receiver",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/event-capability-mode"
        }
      },
      "CapabilityStatement.messaging.supportedMessage.definition": {
        "index": 125,
        "path": "CapabilityStatement.messaging.supportedMessage.definition",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MessageDefinition"
          }
        ],
        "isSummary": true,
        "short": "Message supported by this system"
      },
      "CapabilityStatement.messaging.event": {
        "index": 126,
        "path": "CapabilityStatement.messaging.event",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Declare support for this event"
      },
      "CapabilityStatement.messaging.event.id": {
        "index": 127,
        "path": "CapabilityStatement.messaging.event.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.messaging.event.extension": {
        "index": 128,
        "path": "CapabilityStatement.messaging.event.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.messaging.event.modifierExtension": {
        "index": 129,
        "path": "CapabilityStatement.messaging.event.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.messaging.event.code": {
        "index": 130,
        "path": "CapabilityStatement.messaging.event.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Event type",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/message-events"
        }
      },
      "CapabilityStatement.messaging.event.category": {
        "index": 131,
        "path": "CapabilityStatement.messaging.event.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Consequence | Currency | Notification",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/message-significance-category"
        }
      },
      "CapabilityStatement.messaging.event.mode": {
        "index": 132,
        "path": "CapabilityStatement.messaging.event.mode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "sender | receiver",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/event-capability-mode"
        }
      },
      "CapabilityStatement.messaging.event.focus": {
        "index": 133,
        "path": "CapabilityStatement.messaging.event.focus",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Resource that's focus of message",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "CapabilityStatement.messaging.event.request": {
        "index": 134,
        "path": "CapabilityStatement.messaging.event.request",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
          }
        ],
        "isSummary": true,
        "short": "Profile that describes the request"
      },
      "CapabilityStatement.messaging.event.response": {
        "index": 135,
        "path": "CapabilityStatement.messaging.event.response",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
          }
        ],
        "isSummary": true,
        "short": "Profile that describes the response"
      },
      "CapabilityStatement.messaging.event.documentation": {
        "index": 136,
        "path": "CapabilityStatement.messaging.event.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Endpoint-specific event documentation"
      },
      "CapabilityStatement.document": {
        "index": 137,
        "path": "CapabilityStatement.document",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Document definition"
      },
      "CapabilityStatement.document.id": {
        "index": 138,
        "path": "CapabilityStatement.document.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CapabilityStatement.document.extension": {
        "index": 139,
        "path": "CapabilityStatement.document.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CapabilityStatement.document.modifierExtension": {
        "index": 140,
        "path": "CapabilityStatement.document.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CapabilityStatement.document.mode": {
        "index": 141,
        "path": "CapabilityStatement.document.mode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "producer | consumer",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/document-mode"
        }
      },
      "CapabilityStatement.document.documentation": {
        "index": 142,
        "path": "CapabilityStatement.document.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Description of document support"
      },
      "CapabilityStatement.document.profile": {
        "index": 143,
        "path": "CapabilityStatement.document.profile",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
          }
        ],
        "isSummary": true,
        "short": "Constraint on a resource used in the document"
      }
    },
    "CarePlan": {
      "CarePlan": {
        "index": 0,
        "path": "CarePlan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Healthcare plan for patient or group"
      },
      "CarePlan.id": {
        "index": 1,
        "path": "CarePlan.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "CarePlan.meta": {
        "index": 2,
        "path": "CarePlan.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "CarePlan.implicitRules": {
        "index": 3,
        "path": "CarePlan.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "CarePlan.language": {
        "index": 4,
        "path": "CarePlan.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "CarePlan.text": {
        "index": 5,
        "path": "CarePlan.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "CarePlan.contained": {
        "index": 6,
        "path": "CarePlan.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "CarePlan.extension": {
        "index": 7,
        "path": "CarePlan.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CarePlan.modifierExtension": {
        "index": 8,
        "path": "CarePlan.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CarePlan.identifier": {
        "index": 9,
        "path": "CarePlan.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Ids for this plan"
      },
      "CarePlan.definition": {
        "index": 10,
        "path": "CarePlan.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Questionnaire"
          }
        ],
        "isSummary": true,
        "short": "Protocol or definition"
      },
      "CarePlan.basedOn": {
        "index": 11,
        "path": "CarePlan.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          }
        ],
        "isSummary": true,
        "short": "Fulfills care plan"
      },
      "CarePlan.replaces": {
        "index": 12,
        "path": "CarePlan.replaces",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          }
        ],
        "isSummary": true,
        "short": "CarePlan replaced by this CarePlan"
      },
      "CarePlan.partOf": {
        "index": 13,
        "path": "CarePlan.partOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          }
        ],
        "isSummary": true,
        "short": "Part of referenced CarePlan"
      },
      "CarePlan.status": {
        "index": 14,
        "path": "CarePlan.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | suspended | completed | entered-in-error | cancelled | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-status"
        }
      },
      "CarePlan.intent": {
        "index": 15,
        "path": "CarePlan.intent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "proposal | plan | order | option",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-intent"
        }
      },
      "CarePlan.category": {
        "index": 16,
        "path": "CarePlan.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of plan",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-category"
        }
      },
      "CarePlan.title": {
        "index": 17,
        "path": "CarePlan.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Human-friendly name for the CarePlan"
      },
      "CarePlan.description": {
        "index": 18,
        "path": "CarePlan.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Summary of nature of plan"
      },
      "CarePlan.subject": {
        "index": 19,
        "path": "CarePlan.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Who care plan is for"
      },
      "CarePlan.context": {
        "index": 20,
        "path": "CarePlan.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Created in context of"
      },
      "CarePlan.period": {
        "index": 21,
        "path": "CarePlan.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Time period plan covers"
      },
      "CarePlan.author": {
        "index": 22,
        "path": "CarePlan.author",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CareTeam"
          }
        ],
        "isSummary": true,
        "short": "Who is responsible for contents of the plan"
      },
      "CarePlan.careTeam": {
        "index": 23,
        "path": "CarePlan.careTeam",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CareTeam"
          }
        ],
        "short": "Who's involved in plan?"
      },
      "CarePlan.addresses": {
        "index": 24,
        "path": "CarePlan.addresses",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          }
        ],
        "isSummary": true,
        "short": "Health issues this plan addresses"
      },
      "CarePlan.supportingInfo": {
        "index": 25,
        "path": "CarePlan.supportingInfo",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Information considered as part of plan"
      },
      "CarePlan.goal": {
        "index": 26,
        "path": "CarePlan.goal",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Goal"
          }
        ],
        "short": "Desired outcome of plan"
      },
      "CarePlan.activity": {
        "index": 27,
        "path": "CarePlan.activity",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Action to occur as part of plan"
      },
      "CarePlan.activity.id": {
        "index": 28,
        "path": "CarePlan.activity.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CarePlan.activity.extension": {
        "index": 29,
        "path": "CarePlan.activity.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CarePlan.activity.modifierExtension": {
        "index": 30,
        "path": "CarePlan.activity.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CarePlan.activity.outcomeCodeableConcept": {
        "index": 31,
        "path": "CarePlan.activity.outcomeCodeableConcept",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Results of the activity",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-activity-outcome"
        }
      },
      "CarePlan.activity.outcomeReference": {
        "index": 32,
        "path": "CarePlan.activity.outcomeReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Appointment, Encounter, Procedure, etc."
      },
      "CarePlan.activity.progress": {
        "index": 33,
        "path": "CarePlan.activity.progress",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments about the activity status/progress"
      },
      "CarePlan.activity.reference": {
        "index": 34,
        "path": "CarePlan.activity.reference",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Appointment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DeviceRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/NutritionOrder"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Task"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/VisionPrescription"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RequestGroup"
          }
        ],
        "short": "Activity details defined in specific resource"
      },
      "CarePlan.activity.detail": {
        "index": 35,
        "path": "CarePlan.activity.detail",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "In-line definition of activity"
      },
      "CarePlan.activity.detail.id": {
        "index": 36,
        "path": "CarePlan.activity.detail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CarePlan.activity.detail.extension": {
        "index": 37,
        "path": "CarePlan.activity.detail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CarePlan.activity.detail.modifierExtension": {
        "index": 38,
        "path": "CarePlan.activity.detail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CarePlan.activity.detail.category": {
        "index": 39,
        "path": "CarePlan.activity.detail.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "diet | drug | encounter | observation | procedure | supply | other",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-activity-category"
        }
      },
      "CarePlan.activity.detail.definition": {
        "index": 40,
        "path": "CarePlan.activity.detail.definition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Questionnaire"
          }
        ],
        "short": "Protocol or definition"
      },
      "CarePlan.activity.detail.code": {
        "index": 41,
        "path": "CarePlan.activity.detail.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Detail type of activity",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-activity"
        }
      },
      "CarePlan.activity.detail.reasonCode": {
        "index": 42,
        "path": "CarePlan.activity.detail.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why activity should be done or why activity was prohibited",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/activity-reason"
        }
      },
      "CarePlan.activity.detail.reasonReference": {
        "index": 43,
        "path": "CarePlan.activity.detail.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          }
        ],
        "short": "Condition triggering need for activity"
      },
      "CarePlan.activity.detail.goal": {
        "index": 44,
        "path": "CarePlan.activity.detail.goal",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Goal"
          }
        ],
        "short": "Goals this activity relates to"
      },
      "CarePlan.activity.detail.status": {
        "index": 45,
        "path": "CarePlan.activity.detail.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isModifier": true,
        "short": "not-started | scheduled | in-progress | on-hold | completed | cancelled | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-activity-status"
        }
      },
      "CarePlan.activity.detail.statusReason": {
        "index": 46,
        "path": "CarePlan.activity.detail.statusReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Reason for current status"
      },
      "CarePlan.activity.detail.prohibited": {
        "index": 47,
        "path": "CarePlan.activity.detail.prohibited",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isModifier": true,
        "short": "Do NOT do"
      },
      "CarePlan.activity.detail.scheduled[x]": {
        "index": 48,
        "path": "CarePlan.activity.detail.scheduled[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Timing"
          },
          {
            "code": "Period"
          },
          {
            "code": "string"
          }
        ],
        "short": "When activity is to occur"
      },
      "CarePlan.activity.detail.location": {
        "index": 49,
        "path": "CarePlan.activity.detail.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Where it should happen"
      },
      "CarePlan.activity.detail.performer": {
        "index": 50,
        "path": "CarePlan.activity.detail.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CareTeam"
          }
        ],
        "short": "Who will be responsible?"
      },
      "CarePlan.activity.detail.product[x]": {
        "index": 51,
        "path": "CarePlan.activity.detail.product[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          }
        ],
        "short": "What is to be administered/supplied",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-codes"
        }
      },
      "CarePlan.activity.detail.dailyAmount": {
        "index": 52,
        "path": "CarePlan.activity.detail.dailyAmount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "How to consume/day?"
      },
      "CarePlan.activity.detail.quantity": {
        "index": 53,
        "path": "CarePlan.activity.detail.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "How much to administer/supply/consume"
      },
      "CarePlan.activity.detail.description": {
        "index": 54,
        "path": "CarePlan.activity.detail.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Extra info describing activity to perform"
      },
      "CarePlan.note": {
        "index": 55,
        "path": "CarePlan.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments about the plan"
      }
    },
    "CareTeam": {
      "CareTeam": {
        "index": 0,
        "path": "CareTeam",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Planned participants in the coordination and delivery of care for a patient or group"
      },
      "CareTeam.id": {
        "index": 1,
        "path": "CareTeam.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "CareTeam.meta": {
        "index": 2,
        "path": "CareTeam.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "CareTeam.implicitRules": {
        "index": 3,
        "path": "CareTeam.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "CareTeam.language": {
        "index": 4,
        "path": "CareTeam.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "CareTeam.text": {
        "index": 5,
        "path": "CareTeam.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "CareTeam.contained": {
        "index": 6,
        "path": "CareTeam.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "CareTeam.extension": {
        "index": 7,
        "path": "CareTeam.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CareTeam.modifierExtension": {
        "index": 8,
        "path": "CareTeam.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CareTeam.identifier": {
        "index": 9,
        "path": "CareTeam.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Ids for this team"
      },
      "CareTeam.status": {
        "index": 10,
        "path": "CareTeam.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "proposed | active | suspended | inactive | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/care-team-status"
        }
      },
      "CareTeam.category": {
        "index": 11,
        "path": "CareTeam.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of team",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/care-team-category"
        }
      },
      "CareTeam.name": {
        "index": 12,
        "path": "CareTeam.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the team, such as crisis assessment team"
      },
      "CareTeam.subject": {
        "index": 13,
        "path": "CareTeam.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Who care team is for"
      },
      "CareTeam.context": {
        "index": 14,
        "path": "CareTeam.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter or episode associated with CareTeam"
      },
      "CareTeam.period": {
        "index": 15,
        "path": "CareTeam.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Time period team covers"
      },
      "CareTeam.participant": {
        "index": 16,
        "path": "CareTeam.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Members of the team"
      },
      "CareTeam.participant.id": {
        "index": 17,
        "path": "CareTeam.participant.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CareTeam.participant.extension": {
        "index": 18,
        "path": "CareTeam.participant.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CareTeam.participant.modifierExtension": {
        "index": 19,
        "path": "CareTeam.participant.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CareTeam.participant.role": {
        "index": 20,
        "path": "CareTeam.participant.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of involvement",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/participant-role"
        }
      },
      "CareTeam.participant.member": {
        "index": 21,
        "path": "CareTeam.participant.member",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CareTeam"
          }
        ],
        "isSummary": true,
        "short": "Who is involved"
      },
      "CareTeam.participant.onBehalfOf": {
        "index": 22,
        "path": "CareTeam.participant.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization of the practitioner"
      },
      "CareTeam.participant.period": {
        "index": 23,
        "path": "CareTeam.participant.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Time period of participant"
      },
      "CareTeam.reasonCode": {
        "index": 24,
        "path": "CareTeam.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why the care team exists",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/clinical-findings"
        }
      },
      "CareTeam.reasonReference": {
        "index": 25,
        "path": "CareTeam.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          }
        ],
        "short": "Why the care team exists"
      },
      "CareTeam.managingOrganization": {
        "index": 26,
        "path": "CareTeam.managingOrganization",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization responsible for the care team"
      },
      "CareTeam.note": {
        "index": 27,
        "path": "CareTeam.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments made about the CareTeam"
      }
    },
    "ChargeItem": {
      "ChargeItem": {
        "index": 0,
        "path": "ChargeItem",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Item containing charge code(s) associated with the provision of healthcare provider products"
      },
      "ChargeItem.id": {
        "index": 1,
        "path": "ChargeItem.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ChargeItem.meta": {
        "index": 2,
        "path": "ChargeItem.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ChargeItem.implicitRules": {
        "index": 3,
        "path": "ChargeItem.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ChargeItem.language": {
        "index": 4,
        "path": "ChargeItem.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ChargeItem.text": {
        "index": 5,
        "path": "ChargeItem.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ChargeItem.contained": {
        "index": 6,
        "path": "ChargeItem.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ChargeItem.extension": {
        "index": 7,
        "path": "ChargeItem.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ChargeItem.modifierExtension": {
        "index": 8,
        "path": "ChargeItem.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ChargeItem.identifier": {
        "index": 9,
        "path": "ChargeItem.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business Identifier for item"
      },
      "ChargeItem.definition": {
        "index": 10,
        "path": "ChargeItem.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": false,
        "short": "Defining information about the code of this charge item"
      },
      "ChargeItem.status": {
        "index": 11,
        "path": "ChargeItem.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "planned | billable | not-billable | aborted | billed | entered-in-error | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/chargeitem-status"
        }
      },
      "ChargeItem.partOf": {
        "index": 12,
        "path": "ChargeItem.partOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ChargeItem"
          }
        ],
        "isSummary": false,
        "short": "Part of referenced ChargeItem"
      },
      "ChargeItem.code": {
        "index": 13,
        "path": "ChargeItem.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "A code that identifies the charge, like a billing code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes"
        }
      },
      "ChargeItem.subject": {
        "index": 14,
        "path": "ChargeItem.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Individual service was done for/to"
      },
      "ChargeItem.context": {
        "index": 15,
        "path": "ChargeItem.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter / Episode associated with event"
      },
      "ChargeItem.occurrence[x]": {
        "index": 16,
        "path": "ChargeItem.occurrence[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "Timing"
          }
        ],
        "isSummary": true,
        "short": "When the charged service was applied"
      },
      "ChargeItem.participant": {
        "index": 17,
        "path": "ChargeItem.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": false,
        "short": "Who performed charged service"
      },
      "ChargeItem.participant.id": {
        "index": 18,
        "path": "ChargeItem.participant.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ChargeItem.participant.extension": {
        "index": 19,
        "path": "ChargeItem.participant.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ChargeItem.participant.modifierExtension": {
        "index": 20,
        "path": "ChargeItem.participant.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ChargeItem.participant.role": {
        "index": 21,
        "path": "ChargeItem.participant.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": false,
        "short": "What type of performance was done",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/performer-role"
        }
      },
      "ChargeItem.participant.actor": {
        "index": 22,
        "path": "ChargeItem.participant.actor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": false,
        "short": "Individual who was performing"
      },
      "ChargeItem.performingOrganization": {
        "index": 23,
        "path": "ChargeItem.performingOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": false,
        "short": "Organization providing the charged sevice"
      },
      "ChargeItem.requestingOrganization": {
        "index": 24,
        "path": "ChargeItem.requestingOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": false,
        "short": "Organization requesting the charged service"
      },
      "ChargeItem.quantity": {
        "index": 25,
        "path": "ChargeItem.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "isSummary": true,
        "short": "Quantity of which the charge item has been serviced"
      },
      "ChargeItem.bodysite": {
        "index": 26,
        "path": "ChargeItem.bodysite",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Anatomical location, if relevant",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "ChargeItem.factorOverride": {
        "index": 27,
        "path": "ChargeItem.factorOverride",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": false,
        "short": "Factor overriding the associated rules"
      },
      "ChargeItem.priceOverride": {
        "index": 28,
        "path": "ChargeItem.priceOverride",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "isSummary": false,
        "short": "Price overriding the associated rules"
      },
      "ChargeItem.overrideReason": {
        "index": 29,
        "path": "ChargeItem.overrideReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": false,
        "short": "Reason for overriding the list price/factor"
      },
      "ChargeItem.enterer": {
        "index": 30,
        "path": "ChargeItem.enterer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Individual who was entering"
      },
      "ChargeItem.enteredDate": {
        "index": 31,
        "path": "ChargeItem.enteredDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date the charge item was entered"
      },
      "ChargeItem.reason": {
        "index": 32,
        "path": "ChargeItem.reason",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": false,
        "short": "Why was the charged  service rendered?",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/icd-10"
        }
      },
      "ChargeItem.service": {
        "index": 33,
        "path": "ChargeItem.service",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ImagingStudy"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Immunization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationDispense"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery"
          }
        ],
        "isSummary": false,
        "short": "Which rendered service is being charged?"
      },
      "ChargeItem.account": {
        "index": 34,
        "path": "ChargeItem.account",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Account"
          }
        ],
        "isSummary": true,
        "short": "Account to place this charge"
      },
      "ChargeItem.note": {
        "index": 35,
        "path": "ChargeItem.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "isSummary": false,
        "short": "Comments made about the ChargeItem"
      },
      "ChargeItem.supportingInformation": {
        "index": 36,
        "path": "ChargeItem.supportingInformation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": false,
        "short": "Further information supporting the this charge"
      }
    },
    "Claim": {
      "Claim": {
        "index": 0,
        "path": "Claim",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Claim, Pre-determination or Pre-authorization"
      },
      "Claim.id": {
        "index": 1,
        "path": "Claim.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Claim.meta": {
        "index": 2,
        "path": "Claim.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Claim.implicitRules": {
        "index": 3,
        "path": "Claim.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Claim.language": {
        "index": 4,
        "path": "Claim.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Claim.text": {
        "index": 5,
        "path": "Claim.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Claim.contained": {
        "index": 6,
        "path": "Claim.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Claim.extension": {
        "index": 7,
        "path": "Claim.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.modifierExtension": {
        "index": 8,
        "path": "Claim.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.identifier": {
        "index": 9,
        "path": "Claim.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Claim number"
      },
      "Claim.status": {
        "index": 10,
        "path": "Claim.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "Claim.type": {
        "index": 11,
        "path": "Claim.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type or discipline",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/claim-type"
        }
      },
      "Claim.subType": {
        "index": 12,
        "path": "Claim.subType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Finer grained claim type information",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-subtype"
        }
      },
      "Claim.use": {
        "index": 13,
        "path": "Claim.use",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "complete | proposed | exploratory | other",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/claim-use"
        }
      },
      "Claim.patient": {
        "index": 14,
        "path": "Claim.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "The subject of the Products and Services"
      },
      "Claim.billablePeriod": {
        "index": 15,
        "path": "Claim.billablePeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period for charge submission"
      },
      "Claim.created": {
        "index": 16,
        "path": "Claim.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "Claim.enterer": {
        "index": 17,
        "path": "Claim.enterer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Author"
      },
      "Claim.insurer": {
        "index": 18,
        "path": "Claim.insurer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Target"
      },
      "Claim.provider": {
        "index": 19,
        "path": "Claim.provider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible provider"
      },
      "Claim.organization": {
        "index": 20,
        "path": "Claim.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization"
      },
      "Claim.priority": {
        "index": 21,
        "path": "Claim.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Desired processing priority",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/process-priority"
        }
      },
      "Claim.fundsReserve": {
        "index": 22,
        "path": "Claim.fundsReserve",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Funds requested to be reserved",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/fundsreserve"
        }
      },
      "Claim.related": {
        "index": 23,
        "path": "Claim.related",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Related Claims which may be revelant to processing this claimn"
      },
      "Claim.related.id": {
        "index": 24,
        "path": "Claim.related.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.related.extension": {
        "index": 25,
        "path": "Claim.related.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.related.modifierExtension": {
        "index": 26,
        "path": "Claim.related.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.related.claim": {
        "index": 27,
        "path": "Claim.related.claim",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Claim"
          }
        ],
        "short": "Reference to the related claim"
      },
      "Claim.related.relationship": {
        "index": 28,
        "path": "Claim.related.relationship",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "How the reference claim is related",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/related-claim-relationship"
        }
      },
      "Claim.related.reference": {
        "index": 29,
        "path": "Claim.related.reference",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Related file or case reference"
      },
      "Claim.prescription": {
        "index": 30,
        "path": "Claim.prescription",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/VisionPrescription"
          }
        ],
        "short": "Prescription authorizing services or products"
      },
      "Claim.originalPrescription": {
        "index": 31,
        "path": "Claim.originalPrescription",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          }
        ],
        "short": "Original prescription if superceded by fulfiller"
      },
      "Claim.payee": {
        "index": 32,
        "path": "Claim.payee",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Party to be paid any benefits payable"
      },
      "Claim.payee.id": {
        "index": 33,
        "path": "Claim.payee.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.payee.extension": {
        "index": 34,
        "path": "Claim.payee.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.payee.modifierExtension": {
        "index": 35,
        "path": "Claim.payee.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.payee.type": {
        "index": 36,
        "path": "Claim.payee.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of party: Subscriber, Provider, other",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/payeetype"
        }
      },
      "Claim.payee.resourceType": {
        "index": 37,
        "path": "Claim.payee.resourceType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "organization | patient | practitioner | relatedperson",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-payee-resource-type"
        }
      },
      "Claim.payee.party": {
        "index": 38,
        "path": "Claim.payee.party",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "short": "Party to receive the payable"
      },
      "Claim.referral": {
        "index": 39,
        "path": "Claim.referral",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "short": "Treatment Referral"
      },
      "Claim.facility": {
        "index": 40,
        "path": "Claim.facility",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Servicing Facility"
      },
      "Claim.careTeam": {
        "index": 41,
        "path": "Claim.careTeam",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Members of the care team"
      },
      "Claim.careTeam.id": {
        "index": 42,
        "path": "Claim.careTeam.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.careTeam.extension": {
        "index": 43,
        "path": "Claim.careTeam.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.careTeam.modifierExtension": {
        "index": 44,
        "path": "Claim.careTeam.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.careTeam.sequence": {
        "index": 45,
        "path": "Claim.careTeam.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Number to covey order of careTeam"
      },
      "Claim.careTeam.provider": {
        "index": 46,
        "path": "Claim.careTeam.provider",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Provider individual or organization"
      },
      "Claim.careTeam.responsible": {
        "index": 47,
        "path": "Claim.careTeam.responsible",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Billing provider"
      },
      "Claim.careTeam.role": {
        "index": 48,
        "path": "Claim.careTeam.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Role on the team",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-careteamrole"
        }
      },
      "Claim.careTeam.qualification": {
        "index": 49,
        "path": "Claim.careTeam.qualification",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type, classification or Specialization",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/provider-qualification"
        }
      },
      "Claim.information": {
        "index": 50,
        "path": "Claim.information",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Exceptions, special considerations, the condition, situation, prior or concurrent issues"
      },
      "Claim.information.id": {
        "index": 51,
        "path": "Claim.information.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.information.extension": {
        "index": 52,
        "path": "Claim.information.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.information.modifierExtension": {
        "index": 53,
        "path": "Claim.information.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.information.sequence": {
        "index": 54,
        "path": "Claim.information.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Information instance identifier"
      },
      "Claim.information.category": {
        "index": 55,
        "path": "Claim.information.category",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "General class of information",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-informationcategory"
        }
      },
      "Claim.information.code": {
        "index": 56,
        "path": "Claim.information.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of information",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-exception"
        }
      },
      "Claim.information.timing[x]": {
        "index": 57,
        "path": "Claim.information.timing[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          },
          {
            "code": "Period"
          }
        ],
        "short": "When it occurred"
      },
      "Claim.information.value[x]": {
        "index": 58,
        "path": "Claim.information.value[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Additional Data or supporting information"
      },
      "Claim.information.reason": {
        "index": 59,
        "path": "Claim.information.reason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Reason associated with the information",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/missing-tooth-reason"
        }
      },
      "Claim.diagnosis": {
        "index": 60,
        "path": "Claim.diagnosis",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "List of Diagnosis"
      },
      "Claim.diagnosis.id": {
        "index": 61,
        "path": "Claim.diagnosis.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.diagnosis.extension": {
        "index": 62,
        "path": "Claim.diagnosis.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.diagnosis.modifierExtension": {
        "index": 63,
        "path": "Claim.diagnosis.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.diagnosis.sequence": {
        "index": 64,
        "path": "Claim.diagnosis.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Number to covey order of diagnosis"
      },
      "Claim.diagnosis.diagnosis[x]": {
        "index": 65,
        "path": "Claim.diagnosis.diagnosis[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          }
        ],
        "short": "Patient's diagnosis",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/icd-10"
        }
      },
      "Claim.diagnosis.type": {
        "index": 66,
        "path": "Claim.diagnosis.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Timing or nature of the diagnosis",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-diagnosistype"
        }
      },
      "Claim.diagnosis.packageCode": {
        "index": 67,
        "path": "Claim.diagnosis.packageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Package billing code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup"
        }
      },
      "Claim.procedure": {
        "index": 68,
        "path": "Claim.procedure",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Procedures performed"
      },
      "Claim.procedure.id": {
        "index": 69,
        "path": "Claim.procedure.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.procedure.extension": {
        "index": 70,
        "path": "Claim.procedure.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.procedure.modifierExtension": {
        "index": 71,
        "path": "Claim.procedure.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.procedure.sequence": {
        "index": 72,
        "path": "Claim.procedure.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Procedure sequence for reference"
      },
      "Claim.procedure.date": {
        "index": 73,
        "path": "Claim.procedure.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When the procedure was performed"
      },
      "Claim.procedure.procedure[x]": {
        "index": 74,
        "path": "Claim.procedure.procedure[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "short": "Patient's list of procedures performed",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/icd-10-procedures"
        }
      },
      "Claim.insurance": {
        "index": 75,
        "path": "Claim.insurance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Insurance or medical plan"
      },
      "Claim.insurance.id": {
        "index": 76,
        "path": "Claim.insurance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.insurance.extension": {
        "index": 77,
        "path": "Claim.insurance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.insurance.modifierExtension": {
        "index": 78,
        "path": "Claim.insurance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.insurance.sequence": {
        "index": 79,
        "path": "Claim.insurance.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance identifier"
      },
      "Claim.insurance.focal": {
        "index": 80,
        "path": "Claim.insurance.focal",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Is the focal Coverage"
      },
      "Claim.insurance.coverage": {
        "index": 81,
        "path": "Claim.insurance.coverage",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Coverage"
          }
        ],
        "short": "Insurance information"
      },
      "Claim.insurance.businessArrangement": {
        "index": 82,
        "path": "Claim.insurance.businessArrangement",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Business agreement"
      },
      "Claim.insurance.preAuthRef": {
        "index": 83,
        "path": "Claim.insurance.preAuthRef",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Pre-Authorization/Determination Reference"
      },
      "Claim.insurance.claimResponse": {
        "index": 84,
        "path": "Claim.insurance.claimResponse",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ClaimResponse"
          }
        ],
        "short": "Adjudication results"
      },
      "Claim.accident": {
        "index": 85,
        "path": "Claim.accident",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Details about an accident"
      },
      "Claim.accident.id": {
        "index": 86,
        "path": "Claim.accident.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.accident.extension": {
        "index": 87,
        "path": "Claim.accident.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.accident.modifierExtension": {
        "index": 88,
        "path": "Claim.accident.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.accident.date": {
        "index": 89,
        "path": "Claim.accident.date",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the accident occurred\nsee information codes\nsee information codes"
      },
      "Claim.accident.type": {
        "index": 90,
        "path": "Claim.accident.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "The nature of the accident",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActIncidentCode"
        }
      },
      "Claim.accident.location[x]": {
        "index": 91,
        "path": "Claim.accident.location[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Address"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Accident Place"
      },
      "Claim.employmentImpacted": {
        "index": 92,
        "path": "Claim.employmentImpacted",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period unable to work"
      },
      "Claim.hospitalization": {
        "index": 93,
        "path": "Claim.hospitalization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period in hospital"
      },
      "Claim.item": {
        "index": 94,
        "path": "Claim.item",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Goods and Services"
      },
      "Claim.item.id": {
        "index": 95,
        "path": "Claim.item.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.item.extension": {
        "index": 96,
        "path": "Claim.item.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.item.modifierExtension": {
        "index": 97,
        "path": "Claim.item.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.item.sequence": {
        "index": 98,
        "path": "Claim.item.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance"
      },
      "Claim.item.careTeamLinkId": {
        "index": 99,
        "path": "Claim.item.careTeamLinkId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Applicable careTeam members"
      },
      "Claim.item.diagnosisLinkId": {
        "index": 100,
        "path": "Claim.item.diagnosisLinkId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Applicable diagnoses"
      },
      "Claim.item.procedureLinkId": {
        "index": 101,
        "path": "Claim.item.procedureLinkId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Applicable procedures"
      },
      "Claim.item.informationLinkId": {
        "index": 102,
        "path": "Claim.item.informationLinkId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Applicable exception and supporting information"
      },
      "Claim.item.revenue": {
        "index": 103,
        "path": "Claim.item.revenue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Revenue or cost center code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-revenue-center"
        }
      },
      "Claim.item.category": {
        "index": 104,
        "path": "Claim.item.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of service or product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "Claim.item.service": {
        "index": 105,
        "path": "Claim.item.service",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Billing Code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-uscls"
        }
      },
      "Claim.item.modifier": {
        "index": 106,
        "path": "Claim.item.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service/Product billing modifiers",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers"
        }
      },
      "Claim.item.programCode": {
        "index": 107,
        "path": "Claim.item.programCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Program specific reason for item inclusion",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-program-code"
        }
      },
      "Claim.item.serviced[x]": {
        "index": 108,
        "path": "Claim.item.serviced[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          },
          {
            "code": "Period"
          }
        ],
        "short": "Date or dates of Service"
      },
      "Claim.item.location[x]": {
        "index": 109,
        "path": "Claim.item.location[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Address"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Place of service",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-place"
        }
      },
      "Claim.item.quantity": {
        "index": 110,
        "path": "Claim.item.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Count of Products or Services"
      },
      "Claim.item.unitPrice": {
        "index": 111,
        "path": "Claim.item.unitPrice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Fee, charge or cost per point"
      },
      "Claim.item.factor": {
        "index": 112,
        "path": "Claim.item.factor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Price scaling factor"
      },
      "Claim.item.net": {
        "index": 113,
        "path": "Claim.item.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total item cost"
      },
      "Claim.item.udi": {
        "index": 114,
        "path": "Claim.item.udi",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Unique Device Identifier"
      },
      "Claim.item.bodySite": {
        "index": 115,
        "path": "Claim.item.bodySite",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service Location",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/tooth"
        }
      },
      "Claim.item.subSite": {
        "index": 116,
        "path": "Claim.item.subSite",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service Sub-location",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/surface"
        }
      },
      "Claim.item.encounter": {
        "index": 117,
        "path": "Claim.item.encounter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ],
        "short": "Encounters related to this billed item"
      },
      "Claim.item.detail": {
        "index": 118,
        "path": "Claim.item.detail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Additional items"
      },
      "Claim.item.detail.id": {
        "index": 119,
        "path": "Claim.item.detail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.item.detail.extension": {
        "index": 120,
        "path": "Claim.item.detail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.item.detail.modifierExtension": {
        "index": 121,
        "path": "Claim.item.detail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.item.detail.sequence": {
        "index": 122,
        "path": "Claim.item.detail.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance"
      },
      "Claim.item.detail.revenue": {
        "index": 123,
        "path": "Claim.item.detail.revenue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Revenue or cost center code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-revenue-center"
        }
      },
      "Claim.item.detail.category": {
        "index": 124,
        "path": "Claim.item.detail.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of service or product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "Claim.item.detail.service": {
        "index": 125,
        "path": "Claim.item.detail.service",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Billing Code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-uscls"
        }
      },
      "Claim.item.detail.modifier": {
        "index": 126,
        "path": "Claim.item.detail.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service/Product billing modifiers",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers"
        }
      },
      "Claim.item.detail.programCode": {
        "index": 127,
        "path": "Claim.item.detail.programCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Program specific reason for item inclusion",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-program-code"
        }
      },
      "Claim.item.detail.quantity": {
        "index": 128,
        "path": "Claim.item.detail.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Count of Products or Services"
      },
      "Claim.item.detail.unitPrice": {
        "index": 129,
        "path": "Claim.item.detail.unitPrice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Fee, charge or cost per point"
      },
      "Claim.item.detail.factor": {
        "index": 130,
        "path": "Claim.item.detail.factor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Price scaling factor"
      },
      "Claim.item.detail.net": {
        "index": 131,
        "path": "Claim.item.detail.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total additional item cost"
      },
      "Claim.item.detail.udi": {
        "index": 132,
        "path": "Claim.item.detail.udi",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Unique Device Identifier"
      },
      "Claim.item.detail.subDetail": {
        "index": 133,
        "path": "Claim.item.detail.subDetail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Additional items"
      },
      "Claim.item.detail.subDetail.id": {
        "index": 134,
        "path": "Claim.item.detail.subDetail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Claim.item.detail.subDetail.extension": {
        "index": 135,
        "path": "Claim.item.detail.subDetail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Claim.item.detail.subDetail.modifierExtension": {
        "index": 136,
        "path": "Claim.item.detail.subDetail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Claim.item.detail.subDetail.sequence": {
        "index": 137,
        "path": "Claim.item.detail.subDetail.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance"
      },
      "Claim.item.detail.subDetail.revenue": {
        "index": 138,
        "path": "Claim.item.detail.subDetail.revenue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Revenue or cost center code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-revenue-center"
        }
      },
      "Claim.item.detail.subDetail.category": {
        "index": 139,
        "path": "Claim.item.detail.subDetail.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of service or product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "Claim.item.detail.subDetail.service": {
        "index": 140,
        "path": "Claim.item.detail.subDetail.service",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Billing Code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-uscls"
        }
      },
      "Claim.item.detail.subDetail.modifier": {
        "index": 141,
        "path": "Claim.item.detail.subDetail.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service/Product billing modifiers",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers"
        }
      },
      "Claim.item.detail.subDetail.programCode": {
        "index": 142,
        "path": "Claim.item.detail.subDetail.programCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Program specific reason for item inclusion",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-program-code"
        }
      },
      "Claim.item.detail.subDetail.quantity": {
        "index": 143,
        "path": "Claim.item.detail.subDetail.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Count of Products or Services"
      },
      "Claim.item.detail.subDetail.unitPrice": {
        "index": 144,
        "path": "Claim.item.detail.subDetail.unitPrice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Fee, charge or cost per point"
      },
      "Claim.item.detail.subDetail.factor": {
        "index": 145,
        "path": "Claim.item.detail.subDetail.factor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Price scaling factor"
      },
      "Claim.item.detail.subDetail.net": {
        "index": 146,
        "path": "Claim.item.detail.subDetail.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Net additional item cost"
      },
      "Claim.item.detail.subDetail.udi": {
        "index": 147,
        "path": "Claim.item.detail.subDetail.udi",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Unique Device Identifier"
      },
      "Claim.total": {
        "index": 148,
        "path": "Claim.total",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total claim cost"
      }
    },
    "ClaimResponse": {
      "ClaimResponse": {
        "index": 0,
        "path": "ClaimResponse",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Remittance resource"
      },
      "ClaimResponse.id": {
        "index": 1,
        "path": "ClaimResponse.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ClaimResponse.meta": {
        "index": 2,
        "path": "ClaimResponse.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ClaimResponse.implicitRules": {
        "index": 3,
        "path": "ClaimResponse.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ClaimResponse.language": {
        "index": 4,
        "path": "ClaimResponse.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ClaimResponse.text": {
        "index": 5,
        "path": "ClaimResponse.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ClaimResponse.contained": {
        "index": 6,
        "path": "ClaimResponse.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ClaimResponse.extension": {
        "index": 7,
        "path": "ClaimResponse.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.modifierExtension": {
        "index": 8,
        "path": "ClaimResponse.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.identifier": {
        "index": 9,
        "path": "ClaimResponse.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Response  number"
      },
      "ClaimResponse.status": {
        "index": 10,
        "path": "ClaimResponse.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "ClaimResponse.patient": {
        "index": 11,
        "path": "ClaimResponse.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "The subject of the Products and Services"
      },
      "ClaimResponse.created": {
        "index": 12,
        "path": "ClaimResponse.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "ClaimResponse.insurer": {
        "index": 13,
        "path": "ClaimResponse.insurer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Insurance issuing organization"
      },
      "ClaimResponse.requestProvider": {
        "index": 14,
        "path": "ClaimResponse.requestProvider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible practitioner"
      },
      "ClaimResponse.requestOrganization": {
        "index": 15,
        "path": "ClaimResponse.requestOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization"
      },
      "ClaimResponse.request": {
        "index": 16,
        "path": "ClaimResponse.request",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Claim"
          }
        ],
        "short": "Id of resource triggering adjudication"
      },
      "ClaimResponse.outcome": {
        "index": 17,
        "path": "ClaimResponse.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "complete | error | partial",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/remittance-outcome"
        }
      },
      "ClaimResponse.disposition": {
        "index": 18,
        "path": "ClaimResponse.disposition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Disposition Message"
      },
      "ClaimResponse.payeeType": {
        "index": 19,
        "path": "ClaimResponse.payeeType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Party to be paid any benefits payable",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/payeetype"
        }
      },
      "ClaimResponse.item": {
        "index": 20,
        "path": "ClaimResponse.item",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Line items"
      },
      "ClaimResponse.item.id": {
        "index": 21,
        "path": "ClaimResponse.item.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClaimResponse.item.extension": {
        "index": 22,
        "path": "ClaimResponse.item.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.item.modifierExtension": {
        "index": 23,
        "path": "ClaimResponse.item.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.item.sequenceLinkId": {
        "index": 24,
        "path": "ClaimResponse.item.sequenceLinkId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance"
      },
      "ClaimResponse.item.noteNumber": {
        "index": 25,
        "path": "ClaimResponse.item.noteNumber",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "List of note numbers which apply"
      },
      "ClaimResponse.item.adjudication": {
        "index": 26,
        "path": "ClaimResponse.item.adjudication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Adjudication details"
      },
      "ClaimResponse.item.adjudication.id": {
        "index": 27,
        "path": "ClaimResponse.item.adjudication.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClaimResponse.item.adjudication.extension": {
        "index": 28,
        "path": "ClaimResponse.item.adjudication.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.item.adjudication.modifierExtension": {
        "index": 29,
        "path": "ClaimResponse.item.adjudication.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.item.adjudication.category": {
        "index": 30,
        "path": "ClaimResponse.item.adjudication.category",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Adjudication category such as co-pay, eligible, benefit, etc.",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adjudication"
        }
      },
      "ClaimResponse.item.adjudication.reason": {
        "index": 31,
        "path": "ClaimResponse.item.adjudication.reason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Explanation of Adjudication outcome",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason"
        }
      },
      "ClaimResponse.item.adjudication.amount": {
        "index": 32,
        "path": "ClaimResponse.item.adjudication.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Monetary amount"
      },
      "ClaimResponse.item.adjudication.value": {
        "index": 33,
        "path": "ClaimResponse.item.adjudication.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Non-monetary value"
      },
      "ClaimResponse.item.detail": {
        "index": 34,
        "path": "ClaimResponse.item.detail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Detail line items"
      },
      "ClaimResponse.item.detail.id": {
        "index": 35,
        "path": "ClaimResponse.item.detail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClaimResponse.item.detail.extension": {
        "index": 36,
        "path": "ClaimResponse.item.detail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.item.detail.modifierExtension": {
        "index": 37,
        "path": "ClaimResponse.item.detail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.item.detail.sequenceLinkId": {
        "index": 38,
        "path": "ClaimResponse.item.detail.sequenceLinkId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance"
      },
      "ClaimResponse.item.detail.noteNumber": {
        "index": 39,
        "path": "ClaimResponse.item.detail.noteNumber",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "List of note numbers which apply"
      },
      "ClaimResponse.item.detail.adjudication": {
        "index": 40,
        "path": "ClaimResponse.item.detail.adjudication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Detail level adjudication details",
        "refSchema": "ClaimResponse.item.adjudication"
      },
      "ClaimResponse.item.detail.subDetail": {
        "index": 41,
        "path": "ClaimResponse.item.detail.subDetail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Subdetail line items"
      },
      "ClaimResponse.item.detail.subDetail.id": {
        "index": 42,
        "path": "ClaimResponse.item.detail.subDetail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClaimResponse.item.detail.subDetail.extension": {
        "index": 43,
        "path": "ClaimResponse.item.detail.subDetail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.item.detail.subDetail.modifierExtension": {
        "index": 44,
        "path": "ClaimResponse.item.detail.subDetail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.item.detail.subDetail.sequenceLinkId": {
        "index": 45,
        "path": "ClaimResponse.item.detail.subDetail.sequenceLinkId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance"
      },
      "ClaimResponse.item.detail.subDetail.noteNumber": {
        "index": 46,
        "path": "ClaimResponse.item.detail.subDetail.noteNumber",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "List of note numbers which apply"
      },
      "ClaimResponse.item.detail.subDetail.adjudication": {
        "index": 47,
        "path": "ClaimResponse.item.detail.subDetail.adjudication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Subdetail level adjudication details",
        "refSchema": "ClaimResponse.item.adjudication"
      },
      "ClaimResponse.addItem": {
        "index": 48,
        "path": "ClaimResponse.addItem",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Insurer added line items"
      },
      "ClaimResponse.addItem.id": {
        "index": 49,
        "path": "ClaimResponse.addItem.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClaimResponse.addItem.extension": {
        "index": 50,
        "path": "ClaimResponse.addItem.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.addItem.modifierExtension": {
        "index": 51,
        "path": "ClaimResponse.addItem.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.addItem.sequenceLinkId": {
        "index": 52,
        "path": "ClaimResponse.addItem.sequenceLinkId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instances"
      },
      "ClaimResponse.addItem.revenue": {
        "index": 53,
        "path": "ClaimResponse.addItem.revenue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Revenue or cost center code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-revenue-center"
        }
      },
      "ClaimResponse.addItem.category": {
        "index": 54,
        "path": "ClaimResponse.addItem.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of service or product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "ClaimResponse.addItem.service": {
        "index": 55,
        "path": "ClaimResponse.addItem.service",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Group, Service or Product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-uscls"
        }
      },
      "ClaimResponse.addItem.modifier": {
        "index": 56,
        "path": "ClaimResponse.addItem.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service/Product billing modifiers",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers"
        }
      },
      "ClaimResponse.addItem.fee": {
        "index": 57,
        "path": "ClaimResponse.addItem.fee",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Professional fee or Product charge"
      },
      "ClaimResponse.addItem.noteNumber": {
        "index": 58,
        "path": "ClaimResponse.addItem.noteNumber",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "List of note numbers which apply"
      },
      "ClaimResponse.addItem.adjudication": {
        "index": 59,
        "path": "ClaimResponse.addItem.adjudication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Added items adjudication",
        "refSchema": "ClaimResponse.item.adjudication"
      },
      "ClaimResponse.addItem.detail": {
        "index": 60,
        "path": "ClaimResponse.addItem.detail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Added items details"
      },
      "ClaimResponse.addItem.detail.id": {
        "index": 61,
        "path": "ClaimResponse.addItem.detail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClaimResponse.addItem.detail.extension": {
        "index": 62,
        "path": "ClaimResponse.addItem.detail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.addItem.detail.modifierExtension": {
        "index": 63,
        "path": "ClaimResponse.addItem.detail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.addItem.detail.revenue": {
        "index": 64,
        "path": "ClaimResponse.addItem.detail.revenue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Revenue or cost center code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-revenue-center"
        }
      },
      "ClaimResponse.addItem.detail.category": {
        "index": 65,
        "path": "ClaimResponse.addItem.detail.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of service or product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "ClaimResponse.addItem.detail.service": {
        "index": 66,
        "path": "ClaimResponse.addItem.detail.service",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service or Product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-uscls"
        }
      },
      "ClaimResponse.addItem.detail.modifier": {
        "index": 67,
        "path": "ClaimResponse.addItem.detail.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service/Product billing modifiers",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers"
        }
      },
      "ClaimResponse.addItem.detail.fee": {
        "index": 68,
        "path": "ClaimResponse.addItem.detail.fee",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Professional fee or Product charge"
      },
      "ClaimResponse.addItem.detail.noteNumber": {
        "index": 69,
        "path": "ClaimResponse.addItem.detail.noteNumber",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "List of note numbers which apply"
      },
      "ClaimResponse.addItem.detail.adjudication": {
        "index": 70,
        "path": "ClaimResponse.addItem.detail.adjudication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Added items detail adjudication",
        "refSchema": "ClaimResponse.item.adjudication"
      },
      "ClaimResponse.error": {
        "index": 71,
        "path": "ClaimResponse.error",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Processing errors"
      },
      "ClaimResponse.error.id": {
        "index": 72,
        "path": "ClaimResponse.error.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClaimResponse.error.extension": {
        "index": 73,
        "path": "ClaimResponse.error.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.error.modifierExtension": {
        "index": 74,
        "path": "ClaimResponse.error.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.error.sequenceLinkId": {
        "index": 75,
        "path": "ClaimResponse.error.sequenceLinkId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Item sequence number"
      },
      "ClaimResponse.error.detailSequenceLinkId": {
        "index": 76,
        "path": "ClaimResponse.error.detailSequenceLinkId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Detail sequence number"
      },
      "ClaimResponse.error.subdetailSequenceLinkId": {
        "index": 77,
        "path": "ClaimResponse.error.subdetailSequenceLinkId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Subdetail sequence number"
      },
      "ClaimResponse.error.code": {
        "index": 78,
        "path": "ClaimResponse.error.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Error code detailing processing issues",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adjudication-error"
        }
      },
      "ClaimResponse.totalCost": {
        "index": 79,
        "path": "ClaimResponse.totalCost",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total Cost of service from the Claim"
      },
      "ClaimResponse.unallocDeductable": {
        "index": 80,
        "path": "ClaimResponse.unallocDeductable",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Unallocated deductible"
      },
      "ClaimResponse.totalBenefit": {
        "index": 81,
        "path": "ClaimResponse.totalBenefit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total benefit payable for the Claim"
      },
      "ClaimResponse.payment": {
        "index": 82,
        "path": "ClaimResponse.payment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Payment details, if paid"
      },
      "ClaimResponse.payment.id": {
        "index": 83,
        "path": "ClaimResponse.payment.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClaimResponse.payment.extension": {
        "index": 84,
        "path": "ClaimResponse.payment.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.payment.modifierExtension": {
        "index": 85,
        "path": "ClaimResponse.payment.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.payment.type": {
        "index": 86,
        "path": "ClaimResponse.payment.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Partial or Complete",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-paymenttype"
        }
      },
      "ClaimResponse.payment.adjustment": {
        "index": 87,
        "path": "ClaimResponse.payment.adjustment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Payment adjustment for non-Claim issues"
      },
      "ClaimResponse.payment.adjustmentReason": {
        "index": 88,
        "path": "ClaimResponse.payment.adjustmentReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Explanation for the non-claim adjustment",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason"
        }
      },
      "ClaimResponse.payment.date": {
        "index": 89,
        "path": "ClaimResponse.payment.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "Expected data of Payment"
      },
      "ClaimResponse.payment.amount": {
        "index": 90,
        "path": "ClaimResponse.payment.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Payable amount after adjustment"
      },
      "ClaimResponse.payment.identifier": {
        "index": 91,
        "path": "ClaimResponse.payment.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Identifier of the payment instrument"
      },
      "ClaimResponse.reserved": {
        "index": 92,
        "path": "ClaimResponse.reserved",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Funds reserved status",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/fundsreserve"
        }
      },
      "ClaimResponse.form": {
        "index": 93,
        "path": "ClaimResponse.form",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Printed Form Identifier",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/forms"
        }
      },
      "ClaimResponse.processNote": {
        "index": 94,
        "path": "ClaimResponse.processNote",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Processing notes"
      },
      "ClaimResponse.processNote.id": {
        "index": 95,
        "path": "ClaimResponse.processNote.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClaimResponse.processNote.extension": {
        "index": 96,
        "path": "ClaimResponse.processNote.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.processNote.modifierExtension": {
        "index": 97,
        "path": "ClaimResponse.processNote.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.processNote.number": {
        "index": 98,
        "path": "ClaimResponse.processNote.number",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Sequence Number for this note"
      },
      "ClaimResponse.processNote.type": {
        "index": 99,
        "path": "ClaimResponse.processNote.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "display | print | printoper",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/note-type"
        }
      },
      "ClaimResponse.processNote.text": {
        "index": 100,
        "path": "ClaimResponse.processNote.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Note explanatory text"
      },
      "ClaimResponse.processNote.language": {
        "index": 101,
        "path": "ClaimResponse.processNote.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Language if different from the resource",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ClaimResponse.communicationRequest": {
        "index": 102,
        "path": "ClaimResponse.communicationRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest"
          }
        ],
        "short": "Request for additional information"
      },
      "ClaimResponse.insurance": {
        "index": 103,
        "path": "ClaimResponse.insurance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Insurance or medical plan"
      },
      "ClaimResponse.insurance.id": {
        "index": 104,
        "path": "ClaimResponse.insurance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClaimResponse.insurance.extension": {
        "index": 105,
        "path": "ClaimResponse.insurance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClaimResponse.insurance.modifierExtension": {
        "index": 106,
        "path": "ClaimResponse.insurance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClaimResponse.insurance.sequence": {
        "index": 107,
        "path": "ClaimResponse.insurance.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance identifier"
      },
      "ClaimResponse.insurance.focal": {
        "index": 108,
        "path": "ClaimResponse.insurance.focal",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Is the focal Coverage"
      },
      "ClaimResponse.insurance.coverage": {
        "index": 109,
        "path": "ClaimResponse.insurance.coverage",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Coverage"
          }
        ],
        "short": "Insurance information"
      },
      "ClaimResponse.insurance.businessArrangement": {
        "index": 110,
        "path": "ClaimResponse.insurance.businessArrangement",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Business agreement"
      },
      "ClaimResponse.insurance.preAuthRef": {
        "index": 111,
        "path": "ClaimResponse.insurance.preAuthRef",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Pre-Authorization/Determination Reference"
      },
      "ClaimResponse.insurance.claimResponse": {
        "index": 112,
        "path": "ClaimResponse.insurance.claimResponse",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ClaimResponse"
          }
        ],
        "short": "Adjudication results"
      }
    },
    "ClinicalImpression": {
      "ClinicalImpression": {
        "index": 0,
        "path": "ClinicalImpression",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A clinical assessment performed when planning treatments and management strategies for a patient"
      },
      "ClinicalImpression.id": {
        "index": 1,
        "path": "ClinicalImpression.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ClinicalImpression.meta": {
        "index": 2,
        "path": "ClinicalImpression.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ClinicalImpression.implicitRules": {
        "index": 3,
        "path": "ClinicalImpression.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ClinicalImpression.language": {
        "index": 4,
        "path": "ClinicalImpression.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ClinicalImpression.text": {
        "index": 5,
        "path": "ClinicalImpression.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ClinicalImpression.contained": {
        "index": 6,
        "path": "ClinicalImpression.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ClinicalImpression.extension": {
        "index": 7,
        "path": "ClinicalImpression.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClinicalImpression.modifierExtension": {
        "index": 8,
        "path": "ClinicalImpression.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClinicalImpression.identifier": {
        "index": 9,
        "path": "ClinicalImpression.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business identifier"
      },
      "ClinicalImpression.status": {
        "index": 10,
        "path": "ClinicalImpression.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | completed | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/clinical-impression-status"
        }
      },
      "ClinicalImpression.code": {
        "index": 11,
        "path": "ClinicalImpression.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Kind of assessment performed"
      },
      "ClinicalImpression.description": {
        "index": 12,
        "path": "ClinicalImpression.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Why/how the assessment was performed"
      },
      "ClinicalImpression.subject": {
        "index": 13,
        "path": "ClinicalImpression.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Patient or group assessed"
      },
      "ClinicalImpression.context": {
        "index": 14,
        "path": "ClinicalImpression.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter or Episode created from"
      },
      "ClinicalImpression.effective[x]": {
        "index": 15,
        "path": "ClinicalImpression.effective[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Time of assessment"
      },
      "ClinicalImpression.date": {
        "index": 16,
        "path": "ClinicalImpression.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the assessment was documented"
      },
      "ClinicalImpression.assessor": {
        "index": 17,
        "path": "ClinicalImpression.assessor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "The clinician performing the assessment"
      },
      "ClinicalImpression.previous": {
        "index": 18,
        "path": "ClinicalImpression.previous",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression"
          }
        ],
        "short": "Reference to last assessment"
      },
      "ClinicalImpression.problem": {
        "index": 19,
        "path": "ClinicalImpression.problem",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance"
          }
        ],
        "isSummary": true,
        "short": "Relevant impressions of patient state"
      },
      "ClinicalImpression.investigation": {
        "index": 20,
        "path": "ClinicalImpression.investigation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "One or more sets of investigations (signs, symptions, etc.)"
      },
      "ClinicalImpression.investigation.id": {
        "index": 21,
        "path": "ClinicalImpression.investigation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClinicalImpression.investigation.extension": {
        "index": 22,
        "path": "ClinicalImpression.investigation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClinicalImpression.investigation.modifierExtension": {
        "index": 23,
        "path": "ClinicalImpression.investigation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClinicalImpression.investigation.code": {
        "index": 24,
        "path": "ClinicalImpression.investigation.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "A name/code for the set",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/investigation-sets"
        }
      },
      "ClinicalImpression.investigation.item": {
        "index": 25,
        "path": "ClinicalImpression.investigation.item",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RiskAssessment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ImagingStudy"
          }
        ],
        "short": "Record of a specific investigation"
      },
      "ClinicalImpression.protocol": {
        "index": 26,
        "path": "ClinicalImpression.protocol",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Clinical Protocol followed"
      },
      "ClinicalImpression.summary": {
        "index": 27,
        "path": "ClinicalImpression.summary",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Summary of the assessment"
      },
      "ClinicalImpression.finding": {
        "index": 28,
        "path": "ClinicalImpression.finding",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Possible or likely findings and diagnoses"
      },
      "ClinicalImpression.finding.id": {
        "index": 29,
        "path": "ClinicalImpression.finding.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ClinicalImpression.finding.extension": {
        "index": 30,
        "path": "ClinicalImpression.finding.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ClinicalImpression.finding.modifierExtension": {
        "index": 31,
        "path": "ClinicalImpression.finding.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ClinicalImpression.finding.item[x]": {
        "index": 32,
        "path": "ClinicalImpression.finding.item[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "short": "What was found",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-code"
        }
      },
      "ClinicalImpression.finding.basis": {
        "index": 33,
        "path": "ClinicalImpression.finding.basis",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Which investigations support finding"
      },
      "ClinicalImpression.prognosisCodeableConcept": {
        "index": 34,
        "path": "ClinicalImpression.prognosisCodeableConcept",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Estimate of likely outcome",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis"
        }
      },
      "ClinicalImpression.prognosisReference": {
        "index": 35,
        "path": "ClinicalImpression.prognosisReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RiskAssessment"
          }
        ],
        "short": "RiskAssessment expressing likely outcome"
      },
      "ClinicalImpression.action": {
        "index": 36,
        "path": "ClinicalImpression.action",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Appointment"
          }
        ],
        "short": "Action taken as part of assessment procedure"
      },
      "ClinicalImpression.note": {
        "index": 37,
        "path": "ClinicalImpression.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments made about the ClinicalImpression"
      }
    },
    "CodeSystem": {
      "CodeSystem": {
        "index": 0,
        "path": "CodeSystem",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A set of codes drawn from one or more code systems"
      },
      "CodeSystem.id": {
        "index": 1,
        "path": "CodeSystem.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "CodeSystem.meta": {
        "index": 2,
        "path": "CodeSystem.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "CodeSystem.implicitRules": {
        "index": 3,
        "path": "CodeSystem.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "CodeSystem.language": {
        "index": 4,
        "path": "CodeSystem.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "CodeSystem.text": {
        "index": 5,
        "path": "CodeSystem.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "CodeSystem.contained": {
        "index": 6,
        "path": "CodeSystem.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "CodeSystem.extension": {
        "index": 7,
        "path": "CodeSystem.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CodeSystem.modifierExtension": {
        "index": 8,
        "path": "CodeSystem.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CodeSystem.url": {
        "index": 9,
        "path": "CodeSystem.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this code system (globally unique) (Coding.system)"
      },
      "CodeSystem.identifier": {
        "index": 10,
        "path": "CodeSystem.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the code system"
      },
      "CodeSystem.version": {
        "index": 11,
        "path": "CodeSystem.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the code system (Coding.version)"
      },
      "CodeSystem.name": {
        "index": 12,
        "path": "CodeSystem.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this code system (computer friendly)"
      },
      "CodeSystem.title": {
        "index": 13,
        "path": "CodeSystem.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this code system (human friendly)"
      },
      "CodeSystem.status": {
        "index": 14,
        "path": "CodeSystem.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "CodeSystem.experimental": {
        "index": 15,
        "path": "CodeSystem.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "CodeSystem.date": {
        "index": 16,
        "path": "CodeSystem.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "CodeSystem.publisher": {
        "index": 17,
        "path": "CodeSystem.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "CodeSystem.contact": {
        "index": 18,
        "path": "CodeSystem.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "CodeSystem.description": {
        "index": 19,
        "path": "CodeSystem.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the code system"
      },
      "CodeSystem.useContext": {
        "index": 20,
        "path": "CodeSystem.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "CodeSystem.jurisdiction": {
        "index": 21,
        "path": "CodeSystem.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for code system (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "CodeSystem.purpose": {
        "index": 22,
        "path": "CodeSystem.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this code system is defined"
      },
      "CodeSystem.copyright": {
        "index": 23,
        "path": "CodeSystem.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "CodeSystem.caseSensitive": {
        "index": 24,
        "path": "CodeSystem.caseSensitive",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "If code comparison is case sensitive"
      },
      "CodeSystem.valueSet": {
        "index": 25,
        "path": "CodeSystem.valueSet",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Canonical URL for value set with entire code system"
      },
      "CodeSystem.hierarchyMeaning": {
        "index": 26,
        "path": "CodeSystem.hierarchyMeaning",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "grouped-by | is-a | part-of | classified-with",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning"
        }
      },
      "CodeSystem.compositional": {
        "index": 27,
        "path": "CodeSystem.compositional",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "If code system defines a post-composition grammar"
      },
      "CodeSystem.versionNeeded": {
        "index": 28,
        "path": "CodeSystem.versionNeeded",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "If definitions are not stable"
      },
      "CodeSystem.content": {
        "index": 29,
        "path": "CodeSystem.content",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "not-present | example | fragment | complete",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/codesystem-content-mode"
        }
      },
      "CodeSystem.count": {
        "index": 30,
        "path": "CodeSystem.count",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Total concepts in the code system"
      },
      "CodeSystem.filter": {
        "index": 31,
        "path": "CodeSystem.filter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Filter that can be used in a value set"
      },
      "CodeSystem.filter.id": {
        "index": 32,
        "path": "CodeSystem.filter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CodeSystem.filter.extension": {
        "index": 33,
        "path": "CodeSystem.filter.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CodeSystem.filter.modifierExtension": {
        "index": 34,
        "path": "CodeSystem.filter.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CodeSystem.filter.code": {
        "index": 35,
        "path": "CodeSystem.filter.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Code that identifies the filter"
      },
      "CodeSystem.filter.description": {
        "index": 36,
        "path": "CodeSystem.filter.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "How or why the filter is used"
      },
      "CodeSystem.filter.operator": {
        "index": 37,
        "path": "CodeSystem.filter.operator",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Operators that can be used with filter",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/filter-operator"
        }
      },
      "CodeSystem.filter.value": {
        "index": 38,
        "path": "CodeSystem.filter.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "What to use for the value"
      },
      "CodeSystem.property": {
        "index": 39,
        "path": "CodeSystem.property",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Additional information supplied about each concept"
      },
      "CodeSystem.property.id": {
        "index": 40,
        "path": "CodeSystem.property.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CodeSystem.property.extension": {
        "index": 41,
        "path": "CodeSystem.property.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CodeSystem.property.modifierExtension": {
        "index": 42,
        "path": "CodeSystem.property.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CodeSystem.property.code": {
        "index": 43,
        "path": "CodeSystem.property.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Identifies the property on the concepts, and when referred to in operations"
      },
      "CodeSystem.property.uri": {
        "index": 44,
        "path": "CodeSystem.property.uri",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Formal identifier for the property"
      },
      "CodeSystem.property.description": {
        "index": 45,
        "path": "CodeSystem.property.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Why the property is defined, and/or what it conveys"
      },
      "CodeSystem.property.type": {
        "index": 46,
        "path": "CodeSystem.property.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "code | Coding | string | integer | boolean | dateTime",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/concept-property-type"
        }
      },
      "CodeSystem.concept": {
        "index": 47,
        "path": "CodeSystem.concept",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Concepts in the code system"
      },
      "CodeSystem.concept.id": {
        "index": 48,
        "path": "CodeSystem.concept.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CodeSystem.concept.extension": {
        "index": 49,
        "path": "CodeSystem.concept.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CodeSystem.concept.modifierExtension": {
        "index": 50,
        "path": "CodeSystem.concept.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CodeSystem.concept.code": {
        "index": 51,
        "path": "CodeSystem.concept.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Code that identifies concept"
      },
      "CodeSystem.concept.display": {
        "index": 52,
        "path": "CodeSystem.concept.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Text to display to the user"
      },
      "CodeSystem.concept.definition": {
        "index": 53,
        "path": "CodeSystem.concept.definition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Formal definition"
      },
      "CodeSystem.concept.designation": {
        "index": 54,
        "path": "CodeSystem.concept.designation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Additional representations for the concept"
      },
      "CodeSystem.concept.designation.id": {
        "index": 55,
        "path": "CodeSystem.concept.designation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CodeSystem.concept.designation.extension": {
        "index": 56,
        "path": "CodeSystem.concept.designation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CodeSystem.concept.designation.modifierExtension": {
        "index": 57,
        "path": "CodeSystem.concept.designation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CodeSystem.concept.designation.language": {
        "index": 58,
        "path": "CodeSystem.concept.designation.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Human language of the designation",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "CodeSystem.concept.designation.use": {
        "index": 59,
        "path": "CodeSystem.concept.designation.use",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Details how this designation would be used",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/designation-use"
        }
      },
      "CodeSystem.concept.designation.value": {
        "index": 60,
        "path": "CodeSystem.concept.designation.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The text value for this designation"
      },
      "CodeSystem.concept.property": {
        "index": 61,
        "path": "CodeSystem.concept.property",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Property value for the concept"
      },
      "CodeSystem.concept.property.id": {
        "index": 62,
        "path": "CodeSystem.concept.property.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CodeSystem.concept.property.extension": {
        "index": 63,
        "path": "CodeSystem.concept.property.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CodeSystem.concept.property.modifierExtension": {
        "index": 64,
        "path": "CodeSystem.concept.property.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CodeSystem.concept.property.code": {
        "index": 65,
        "path": "CodeSystem.concept.property.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Reference to CodeSystem.property.code"
      },
      "CodeSystem.concept.property.value[x]": {
        "index": 66,
        "path": "CodeSystem.concept.property.value[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          },
          {
            "code": "Coding"
          },
          {
            "code": "string"
          },
          {
            "code": "integer"
          },
          {
            "code": "boolean"
          },
          {
            "code": "dateTime"
          }
        ],
        "short": "Value of the property for this concept"
      },
      "CodeSystem.concept.concept": {
        "index": 67,
        "path": "CodeSystem.concept.concept",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Child Concepts (is-a/contains/categorizes)",
        "refSchema": "CodeSystem.concept"
      }
    },
    "Communication": {
      "Communication": {
        "index": 0,
        "path": "Communication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A record of information transmitted from a sender to a receiver"
      },
      "Communication.id": {
        "index": 1,
        "path": "Communication.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Communication.meta": {
        "index": 2,
        "path": "Communication.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Communication.implicitRules": {
        "index": 3,
        "path": "Communication.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Communication.language": {
        "index": 4,
        "path": "Communication.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Communication.text": {
        "index": 5,
        "path": "Communication.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Communication.contained": {
        "index": 6,
        "path": "Communication.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Communication.extension": {
        "index": 7,
        "path": "Communication.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Communication.modifierExtension": {
        "index": 8,
        "path": "Communication.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Communication.identifier": {
        "index": 9,
        "path": "Communication.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique identifier"
      },
      "Communication.definition": {
        "index": 10,
        "path": "Communication.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          }
        ],
        "isSummary": true,
        "short": "Instantiates protocol or definition"
      },
      "Communication.basedOn": {
        "index": 11,
        "path": "Communication.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Request fulfilled by this communication"
      },
      "Communication.partOf": {
        "index": 12,
        "path": "Communication.partOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Part of this action"
      },
      "Communication.status": {
        "index": 13,
        "path": "Communication.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "preparation | in-progress | suspended | aborted | completed | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/event-status"
        }
      },
      "Communication.notDone": {
        "index": 14,
        "path": "Communication.notDone",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Communication did not occur"
      },
      "Communication.notDoneReason": {
        "index": 15,
        "path": "Communication.notDoneReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Why communication did not occur",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/communication-not-done-reason"
        }
      },
      "Communication.category": {
        "index": 16,
        "path": "Communication.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Message category",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/communication-category"
        }
      },
      "Communication.medium": {
        "index": 17,
        "path": "Communication.medium",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "A channel of communication",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationMode"
        }
      },
      "Communication.subject": {
        "index": 18,
        "path": "Communication.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Focus of message"
      },
      "Communication.recipient": {
        "index": 19,
        "path": "Communication.recipient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "short": "Message recipient"
      },
      "Communication.topic": {
        "index": 20,
        "path": "Communication.topic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Focal resources"
      },
      "Communication.context": {
        "index": 21,
        "path": "Communication.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter or episode leading to message"
      },
      "Communication.sent": {
        "index": 22,
        "path": "Communication.sent",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When sent"
      },
      "Communication.received": {
        "index": 23,
        "path": "Communication.received",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When received"
      },
      "Communication.sender": {
        "index": 24,
        "path": "Communication.sender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "short": "Message sender"
      },
      "Communication.reasonCode": {
        "index": 25,
        "path": "Communication.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Indication for message",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/clinical-findings"
        }
      },
      "Communication.reasonReference": {
        "index": 26,
        "path": "Communication.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "isSummary": true,
        "short": "Why was communication done?"
      },
      "Communication.payload": {
        "index": 27,
        "path": "Communication.payload",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Message payload"
      },
      "Communication.payload.id": {
        "index": 28,
        "path": "Communication.payload.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Communication.payload.extension": {
        "index": 29,
        "path": "Communication.payload.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Communication.payload.modifierExtension": {
        "index": 30,
        "path": "Communication.payload.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Communication.payload.content[x]": {
        "index": 31,
        "path": "Communication.payload.content[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Message part content"
      },
      "Communication.note": {
        "index": 32,
        "path": "Communication.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments made about the communication"
      }
    },
    "CommunicationRequest": {
      "CommunicationRequest": {
        "index": 0,
        "path": "CommunicationRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A request for information to be sent to a receiver"
      },
      "CommunicationRequest.id": {
        "index": 1,
        "path": "CommunicationRequest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "CommunicationRequest.meta": {
        "index": 2,
        "path": "CommunicationRequest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "CommunicationRequest.implicitRules": {
        "index": 3,
        "path": "CommunicationRequest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "CommunicationRequest.language": {
        "index": 4,
        "path": "CommunicationRequest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "CommunicationRequest.text": {
        "index": 5,
        "path": "CommunicationRequest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "CommunicationRequest.contained": {
        "index": 6,
        "path": "CommunicationRequest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "CommunicationRequest.extension": {
        "index": 7,
        "path": "CommunicationRequest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CommunicationRequest.modifierExtension": {
        "index": 8,
        "path": "CommunicationRequest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CommunicationRequest.identifier": {
        "index": 9,
        "path": "CommunicationRequest.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique identifier"
      },
      "CommunicationRequest.basedOn": {
        "index": 10,
        "path": "CommunicationRequest.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Fulfills plan or proposal"
      },
      "CommunicationRequest.replaces": {
        "index": 11,
        "path": "CommunicationRequest.replaces",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest"
          }
        ],
        "isSummary": true,
        "short": "Request(s) replaced by this request"
      },
      "CommunicationRequest.groupIdentifier": {
        "index": 12,
        "path": "CommunicationRequest.groupIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Composite request this is part of"
      },
      "CommunicationRequest.status": {
        "index": 13,
        "path": "CommunicationRequest.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | suspended | cancelled | completed | entered-in-error | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-status"
        }
      },
      "CommunicationRequest.category": {
        "index": 14,
        "path": "CommunicationRequest.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Message category",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/communication-category"
        }
      },
      "CommunicationRequest.priority": {
        "index": 15,
        "path": "CommunicationRequest.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Message urgency",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-priority"
        }
      },
      "CommunicationRequest.medium": {
        "index": 16,
        "path": "CommunicationRequest.medium",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "A channel of communication",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationMode"
        }
      },
      "CommunicationRequest.subject": {
        "index": 17,
        "path": "CommunicationRequest.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "short": "Focus of message"
      },
      "CommunicationRequest.recipient": {
        "index": 18,
        "path": "CommunicationRequest.recipient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CareTeam"
          }
        ],
        "short": "Message recipient"
      },
      "CommunicationRequest.topic": {
        "index": 19,
        "path": "CommunicationRequest.topic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Focal resources"
      },
      "CommunicationRequest.context": {
        "index": 20,
        "path": "CommunicationRequest.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter or episode leading to message"
      },
      "CommunicationRequest.payload": {
        "index": 21,
        "path": "CommunicationRequest.payload",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Message payload"
      },
      "CommunicationRequest.payload.id": {
        "index": 22,
        "path": "CommunicationRequest.payload.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CommunicationRequest.payload.extension": {
        "index": 23,
        "path": "CommunicationRequest.payload.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CommunicationRequest.payload.modifierExtension": {
        "index": 24,
        "path": "CommunicationRequest.payload.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CommunicationRequest.payload.content[x]": {
        "index": 25,
        "path": "CommunicationRequest.payload.content[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Message part content"
      },
      "CommunicationRequest.occurrence[x]": {
        "index": 26,
        "path": "CommunicationRequest.occurrence[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "When scheduled"
      },
      "CommunicationRequest.authoredOn": {
        "index": 27,
        "path": "CommunicationRequest.authoredOn",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When request transitioned to being actionable"
      },
      "CommunicationRequest.sender": {
        "index": 28,
        "path": "CommunicationRequest.sender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "short": "Message sender"
      },
      "CommunicationRequest.requester": {
        "index": 29,
        "path": "CommunicationRequest.requester",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who/what is requesting service"
      },
      "CommunicationRequest.requester.id": {
        "index": 30,
        "path": "CommunicationRequest.requester.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CommunicationRequest.requester.extension": {
        "index": 31,
        "path": "CommunicationRequest.requester.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CommunicationRequest.requester.modifierExtension": {
        "index": 32,
        "path": "CommunicationRequest.requester.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CommunicationRequest.requester.agent": {
        "index": 33,
        "path": "CommunicationRequest.requester.agent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Individual making the request"
      },
      "CommunicationRequest.requester.onBehalfOf": {
        "index": 34,
        "path": "CommunicationRequest.requester.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization agent is acting for"
      },
      "CommunicationRequest.reasonCode": {
        "index": 35,
        "path": "CommunicationRequest.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Why is communication needed?",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActReason"
        }
      },
      "CommunicationRequest.reasonReference": {
        "index": 36,
        "path": "CommunicationRequest.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "isSummary": true,
        "short": "Why is communication needed?"
      },
      "CommunicationRequest.note": {
        "index": 37,
        "path": "CommunicationRequest.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments made about communication request"
      }
    },
    "CompartmentDefinition": {
      "CompartmentDefinition": {
        "index": 0,
        "path": "CompartmentDefinition",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Compartment Definition for a resource"
      },
      "CompartmentDefinition.id": {
        "index": 1,
        "path": "CompartmentDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "CompartmentDefinition.meta": {
        "index": 2,
        "path": "CompartmentDefinition.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "CompartmentDefinition.implicitRules": {
        "index": 3,
        "path": "CompartmentDefinition.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "CompartmentDefinition.language": {
        "index": 4,
        "path": "CompartmentDefinition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "CompartmentDefinition.text": {
        "index": 5,
        "path": "CompartmentDefinition.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "CompartmentDefinition.contained": {
        "index": 6,
        "path": "CompartmentDefinition.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "CompartmentDefinition.extension": {
        "index": 7,
        "path": "CompartmentDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CompartmentDefinition.modifierExtension": {
        "index": 8,
        "path": "CompartmentDefinition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CompartmentDefinition.url": {
        "index": 9,
        "path": "CompartmentDefinition.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this compartment definition (globally unique)"
      },
      "CompartmentDefinition.name": {
        "index": 10,
        "path": "CompartmentDefinition.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this compartment definition (computer friendly)"
      },
      "CompartmentDefinition.title": {
        "index": 11,
        "path": "CompartmentDefinition.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this compartment definition (human friendly)"
      },
      "CompartmentDefinition.status": {
        "index": 12,
        "path": "CompartmentDefinition.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "CompartmentDefinition.experimental": {
        "index": 13,
        "path": "CompartmentDefinition.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "CompartmentDefinition.date": {
        "index": 14,
        "path": "CompartmentDefinition.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "CompartmentDefinition.publisher": {
        "index": 15,
        "path": "CompartmentDefinition.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "CompartmentDefinition.contact": {
        "index": 16,
        "path": "CompartmentDefinition.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "CompartmentDefinition.description": {
        "index": 17,
        "path": "CompartmentDefinition.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the compartment definition"
      },
      "CompartmentDefinition.purpose": {
        "index": 18,
        "path": "CompartmentDefinition.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this compartment definition is defined"
      },
      "CompartmentDefinition.useContext": {
        "index": 19,
        "path": "CompartmentDefinition.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "CompartmentDefinition.jurisdiction": {
        "index": 20,
        "path": "CompartmentDefinition.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for compartment definition (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "CompartmentDefinition.code": {
        "index": 21,
        "path": "CompartmentDefinition.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Patient | Encounter | RelatedPerson | Practitioner | Device",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/compartment-type"
        }
      },
      "CompartmentDefinition.search": {
        "index": 22,
        "path": "CompartmentDefinition.search",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Whether the search syntax is supported"
      },
      "CompartmentDefinition.resource": {
        "index": 23,
        "path": "CompartmentDefinition.resource",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "How a resource is related to the compartment"
      },
      "CompartmentDefinition.resource.id": {
        "index": 24,
        "path": "CompartmentDefinition.resource.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CompartmentDefinition.resource.extension": {
        "index": 25,
        "path": "CompartmentDefinition.resource.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CompartmentDefinition.resource.modifierExtension": {
        "index": 26,
        "path": "CompartmentDefinition.resource.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "CompartmentDefinition.resource.code": {
        "index": 27,
        "path": "CompartmentDefinition.resource.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Name of resource type",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "CompartmentDefinition.resource.param": {
        "index": 28,
        "path": "CompartmentDefinition.resource.param",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Search Parameter Name, or chained parameters"
      },
      "CompartmentDefinition.resource.documentation": {
        "index": 29,
        "path": "CompartmentDefinition.resource.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Additional documentation about the resource and compartment"
      }
    },
    "Composition": {
      "Composition": {
        "index": 0,
        "path": "Composition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A set of resources composed into a single coherent clinical statement with clinical attestation"
      },
      "Composition.id": {
        "index": 1,
        "path": "Composition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Composition.meta": {
        "index": 2,
        "path": "Composition.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Composition.implicitRules": {
        "index": 3,
        "path": "Composition.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Composition.language": {
        "index": 4,
        "path": "Composition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Composition.text": {
        "index": 5,
        "path": "Composition.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Composition.contained": {
        "index": 6,
        "path": "Composition.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Composition.extension": {
        "index": 7,
        "path": "Composition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Composition.modifierExtension": {
        "index": 8,
        "path": "Composition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Composition.identifier": {
        "index": 9,
        "path": "Composition.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Logical identifier of composition (version-independent)"
      },
      "Composition.status": {
        "index": 10,
        "path": "Composition.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "preliminary | final | amended | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/composition-status"
        }
      },
      "Composition.type": {
        "index": 11,
        "path": "Composition.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Kind of composition (LOINC if possible)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/doc-typecodes"
        }
      },
      "Composition.class": {
        "index": 12,
        "path": "Composition.class",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Categorization of Composition",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/doc-classcodes"
        }
      },
      "Composition.subject": {
        "index": 13,
        "path": "Composition.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Who and/or what the composition is about"
      },
      "Composition.encounter": {
        "index": 14,
        "path": "Composition.encounter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ],
        "isSummary": true,
        "short": "Context of the Composition"
      },
      "Composition.date": {
        "index": 15,
        "path": "Composition.date",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Composition editing time"
      },
      "Composition.author": {
        "index": 16,
        "path": "Composition.author",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Who and/or what authored the composition"
      },
      "Composition.title": {
        "index": 17,
        "path": "Composition.title",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Human Readable name/title"
      },
      "Composition.confidentiality": {
        "index": 18,
        "path": "Composition.confidentiality",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "As defined by affinity domain",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ConfidentialityClassification"
        }
      },
      "Composition.attester": {
        "index": 19,
        "path": "Composition.attester",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Attests to accuracy of composition"
      },
      "Composition.attester.id": {
        "index": 20,
        "path": "Composition.attester.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Composition.attester.extension": {
        "index": 21,
        "path": "Composition.attester.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Composition.attester.modifierExtension": {
        "index": 22,
        "path": "Composition.attester.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Composition.attester.mode": {
        "index": 23,
        "path": "Composition.attester.mode",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "personal | professional | legal | official",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/composition-attestation-mode"
        }
      },
      "Composition.attester.time": {
        "index": 24,
        "path": "Composition.attester.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the composition was attested"
      },
      "Composition.attester.party": {
        "index": 25,
        "path": "Composition.attester.party",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Who attested the composition"
      },
      "Composition.custodian": {
        "index": 26,
        "path": "Composition.custodian",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization which maintains the composition"
      },
      "Composition.relatesTo": {
        "index": 27,
        "path": "Composition.relatesTo",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Relationships to other compositions/documents"
      },
      "Composition.relatesTo.id": {
        "index": 28,
        "path": "Composition.relatesTo.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Composition.relatesTo.extension": {
        "index": 29,
        "path": "Composition.relatesTo.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Composition.relatesTo.modifierExtension": {
        "index": 30,
        "path": "Composition.relatesTo.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Composition.relatesTo.code": {
        "index": 31,
        "path": "Composition.relatesTo.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "replaces | transforms | signs | appends",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/document-relationship-type"
        }
      },
      "Composition.relatesTo.target[x]": {
        "index": 32,
        "path": "Composition.relatesTo.target[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Composition"
          }
        ],
        "isSummary": true,
        "short": "Target of the relationship"
      },
      "Composition.event": {
        "index": 33,
        "path": "Composition.event",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The clinical service(s) being documented"
      },
      "Composition.event.id": {
        "index": 34,
        "path": "Composition.event.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Composition.event.extension": {
        "index": 35,
        "path": "Composition.event.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Composition.event.modifierExtension": {
        "index": 36,
        "path": "Composition.event.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Composition.event.code": {
        "index": 37,
        "path": "Composition.event.code",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Code(s) that apply to the event being documented",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
        }
      },
      "Composition.event.period": {
        "index": 38,
        "path": "Composition.event.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "The period covered by the documentation"
      },
      "Composition.event.detail": {
        "index": 39,
        "path": "Composition.event.detail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "The event(s) being documented"
      },
      "Composition.section": {
        "index": 40,
        "path": "Composition.section",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Composition is broken into sections"
      },
      "Composition.section.id": {
        "index": 41,
        "path": "Composition.section.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Composition.section.extension": {
        "index": 42,
        "path": "Composition.section.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Composition.section.modifierExtension": {
        "index": 43,
        "path": "Composition.section.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Composition.section.title": {
        "index": 44,
        "path": "Composition.section.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Label for section (e.g. for ToC)"
      },
      "Composition.section.code": {
        "index": 45,
        "path": "Composition.section.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Classification of section (recommended)",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/doc-section-codes"
        }
      },
      "Composition.section.text": {
        "index": 46,
        "path": "Composition.section.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the section, for human interpretation"
      },
      "Composition.section.mode": {
        "index": 47,
        "path": "Composition.section.mode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "working | snapshot | changes",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/list-mode"
        }
      },
      "Composition.section.orderedBy": {
        "index": 48,
        "path": "Composition.section.orderedBy",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Order of section entries",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/list-order"
        }
      },
      "Composition.section.entry": {
        "index": 49,
        "path": "Composition.section.entry",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "A reference to data that supports this section"
      },
      "Composition.section.emptyReason": {
        "index": 50,
        "path": "Composition.section.emptyReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why the section is empty",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/list-empty-reason"
        }
      },
      "Composition.section.section": {
        "index": 51,
        "path": "Composition.section.section",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Nested Section",
        "refSchema": "Composition.section"
      }
    },
    "ConceptMap": {
      "ConceptMap": {
        "index": 0,
        "path": "ConceptMap",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A map from one set of concepts to one or more other concepts"
      },
      "ConceptMap.id": {
        "index": 1,
        "path": "ConceptMap.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ConceptMap.meta": {
        "index": 2,
        "path": "ConceptMap.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ConceptMap.implicitRules": {
        "index": 3,
        "path": "ConceptMap.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ConceptMap.language": {
        "index": 4,
        "path": "ConceptMap.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ConceptMap.text": {
        "index": 5,
        "path": "ConceptMap.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ConceptMap.contained": {
        "index": 6,
        "path": "ConceptMap.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ConceptMap.extension": {
        "index": 7,
        "path": "ConceptMap.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ConceptMap.modifierExtension": {
        "index": 8,
        "path": "ConceptMap.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ConceptMap.url": {
        "index": 9,
        "path": "ConceptMap.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this concept map (globally unique)"
      },
      "ConceptMap.identifier": {
        "index": 10,
        "path": "ConceptMap.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the concept map"
      },
      "ConceptMap.version": {
        "index": 11,
        "path": "ConceptMap.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the concept map"
      },
      "ConceptMap.name": {
        "index": 12,
        "path": "ConceptMap.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this concept map (computer friendly)"
      },
      "ConceptMap.title": {
        "index": 13,
        "path": "ConceptMap.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this concept map (human friendly)"
      },
      "ConceptMap.status": {
        "index": 14,
        "path": "ConceptMap.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "ConceptMap.experimental": {
        "index": 15,
        "path": "ConceptMap.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "ConceptMap.date": {
        "index": 16,
        "path": "ConceptMap.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "ConceptMap.publisher": {
        "index": 17,
        "path": "ConceptMap.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "ConceptMap.contact": {
        "index": 18,
        "path": "ConceptMap.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "ConceptMap.description": {
        "index": 19,
        "path": "ConceptMap.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the concept map"
      },
      "ConceptMap.useContext": {
        "index": 20,
        "path": "ConceptMap.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "ConceptMap.jurisdiction": {
        "index": 21,
        "path": "ConceptMap.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for concept map (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "ConceptMap.purpose": {
        "index": 22,
        "path": "ConceptMap.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this concept map is defined"
      },
      "ConceptMap.copyright": {
        "index": 23,
        "path": "ConceptMap.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "ConceptMap.source[x]": {
        "index": 24,
        "path": "ConceptMap.source[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ValueSet"
          }
        ],
        "isSummary": true,
        "short": "Identifies the source of the concepts which are being mapped"
      },
      "ConceptMap.target[x]": {
        "index": 25,
        "path": "ConceptMap.target[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ValueSet"
          }
        ],
        "isSummary": true,
        "short": "Provides context to the mappings"
      },
      "ConceptMap.group": {
        "index": 26,
        "path": "ConceptMap.group",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Same source and target systems"
      },
      "ConceptMap.group.id": {
        "index": 27,
        "path": "ConceptMap.group.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ConceptMap.group.extension": {
        "index": 28,
        "path": "ConceptMap.group.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ConceptMap.group.modifierExtension": {
        "index": 29,
        "path": "ConceptMap.group.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ConceptMap.group.source": {
        "index": 30,
        "path": "ConceptMap.group.source",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Code System (if value set crosses code systems)"
      },
      "ConceptMap.group.sourceVersion": {
        "index": 31,
        "path": "ConceptMap.group.sourceVersion",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Specific version of the  code system"
      },
      "ConceptMap.group.target": {
        "index": 32,
        "path": "ConceptMap.group.target",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "System of the target (if necessary)"
      },
      "ConceptMap.group.targetVersion": {
        "index": 33,
        "path": "ConceptMap.group.targetVersion",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Specific version of the  code system"
      },
      "ConceptMap.group.element": {
        "index": 34,
        "path": "ConceptMap.group.element",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Mappings for a concept from the source set"
      },
      "ConceptMap.group.element.id": {
        "index": 35,
        "path": "ConceptMap.group.element.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ConceptMap.group.element.extension": {
        "index": 36,
        "path": "ConceptMap.group.element.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ConceptMap.group.element.modifierExtension": {
        "index": 37,
        "path": "ConceptMap.group.element.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ConceptMap.group.element.code": {
        "index": 38,
        "path": "ConceptMap.group.element.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Identifies element being mapped"
      },
      "ConceptMap.group.element.display": {
        "index": 39,
        "path": "ConceptMap.group.element.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Display for the code"
      },
      "ConceptMap.group.element.target": {
        "index": 40,
        "path": "ConceptMap.group.element.target",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Concept in target system for element"
      },
      "ConceptMap.group.element.target.id": {
        "index": 41,
        "path": "ConceptMap.group.element.target.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ConceptMap.group.element.target.extension": {
        "index": 42,
        "path": "ConceptMap.group.element.target.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ConceptMap.group.element.target.modifierExtension": {
        "index": 43,
        "path": "ConceptMap.group.element.target.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ConceptMap.group.element.target.code": {
        "index": 44,
        "path": "ConceptMap.group.element.target.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Code that identifies the target element"
      },
      "ConceptMap.group.element.target.display": {
        "index": 45,
        "path": "ConceptMap.group.element.target.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Display for the code"
      },
      "ConceptMap.group.element.target.equivalence": {
        "index": 46,
        "path": "ConceptMap.group.element.target.equivalence",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isModifier": true,
        "short": "relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/concept-map-equivalence"
        }
      },
      "ConceptMap.group.element.target.comment": {
        "index": 47,
        "path": "ConceptMap.group.element.target.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Description of status/issues in mapping"
      },
      "ConceptMap.group.element.target.dependsOn": {
        "index": 48,
        "path": "ConceptMap.group.element.target.dependsOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Other elements required for this mapping (from context)"
      },
      "ConceptMap.group.element.target.dependsOn.id": {
        "index": 49,
        "path": "ConceptMap.group.element.target.dependsOn.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ConceptMap.group.element.target.dependsOn.extension": {
        "index": 50,
        "path": "ConceptMap.group.element.target.dependsOn.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ConceptMap.group.element.target.dependsOn.modifierExtension": {
        "index": 51,
        "path": "ConceptMap.group.element.target.dependsOn.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ConceptMap.group.element.target.dependsOn.property": {
        "index": 52,
        "path": "ConceptMap.group.element.target.dependsOn.property",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Reference to property mapping depends on"
      },
      "ConceptMap.group.element.target.dependsOn.system": {
        "index": 53,
        "path": "ConceptMap.group.element.target.dependsOn.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Code System (if necessary)"
      },
      "ConceptMap.group.element.target.dependsOn.code": {
        "index": 54,
        "path": "ConceptMap.group.element.target.dependsOn.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Value of the referenced element"
      },
      "ConceptMap.group.element.target.dependsOn.display": {
        "index": 55,
        "path": "ConceptMap.group.element.target.dependsOn.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Display for the code"
      },
      "ConceptMap.group.element.target.product": {
        "index": 56,
        "path": "ConceptMap.group.element.target.product",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Other concepts that this mapping also produces",
        "refSchema": "ConceptMap.group.element.target.dependsOn"
      },
      "ConceptMap.group.unmapped": {
        "index": 57,
        "path": "ConceptMap.group.unmapped",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "When no match in the mappings"
      },
      "ConceptMap.group.unmapped.id": {
        "index": 58,
        "path": "ConceptMap.group.unmapped.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ConceptMap.group.unmapped.extension": {
        "index": 59,
        "path": "ConceptMap.group.unmapped.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ConceptMap.group.unmapped.modifierExtension": {
        "index": 60,
        "path": "ConceptMap.group.unmapped.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ConceptMap.group.unmapped.mode": {
        "index": 61,
        "path": "ConceptMap.group.unmapped.mode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "provided | fixed | other-map",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode"
        }
      },
      "ConceptMap.group.unmapped.code": {
        "index": 62,
        "path": "ConceptMap.group.unmapped.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Fixed code when mode = fixed"
      },
      "ConceptMap.group.unmapped.display": {
        "index": 63,
        "path": "ConceptMap.group.unmapped.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Display for the code"
      },
      "ConceptMap.group.unmapped.url": {
        "index": 64,
        "path": "ConceptMap.group.unmapped.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Canonical URL for other concept map"
      }
    },
    "Condition": {
      "Condition": {
        "index": 0,
        "path": "Condition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Detailed information about conditions, problems or diagnoses"
      },
      "Condition.id": {
        "index": 1,
        "path": "Condition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Condition.meta": {
        "index": 2,
        "path": "Condition.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Condition.implicitRules": {
        "index": 3,
        "path": "Condition.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Condition.language": {
        "index": 4,
        "path": "Condition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Condition.text": {
        "index": 5,
        "path": "Condition.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Condition.contained": {
        "index": 6,
        "path": "Condition.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Condition.extension": {
        "index": 7,
        "path": "Condition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Condition.modifierExtension": {
        "index": 8,
        "path": "Condition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Condition.identifier": {
        "index": 9,
        "path": "Condition.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Ids for this condition"
      },
      "Condition.clinicalStatus": {
        "index": 10,
        "path": "Condition.clinicalStatus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | recurrence | inactive | remission | resolved",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/condition-clinical"
        }
      },
      "Condition.verificationStatus": {
        "index": 11,
        "path": "Condition.verificationStatus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "provisional | differential | confirmed | refuted | entered-in-error | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/condition-ver-status"
        }
      },
      "Condition.category": {
        "index": 12,
        "path": "Condition.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "problem-list-item | encounter-diagnosis",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-category"
        }
      },
      "Condition.severity": {
        "index": 13,
        "path": "Condition.severity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Subjective severity of condition",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/condition-severity"
        }
      },
      "Condition.code": {
        "index": 14,
        "path": "Condition.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Identification of the condition, problem or diagnosis",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-code"
        }
      },
      "Condition.bodySite": {
        "index": 15,
        "path": "Condition.bodySite",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Anatomical location, if relevant",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "Condition.subject": {
        "index": 16,
        "path": "Condition.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Who has the condition?"
      },
      "Condition.context": {
        "index": 17,
        "path": "Condition.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter or episode when condition first asserted"
      },
      "Condition.onset[x]": {
        "index": 18,
        "path": "Condition.onset[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Age"
          },
          {
            "code": "Period"
          },
          {
            "code": "Range"
          },
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Estimated or actual date,  date-time, or age"
      },
      "Condition.abatement[x]": {
        "index": 19,
        "path": "Condition.abatement[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Age"
          },
          {
            "code": "boolean"
          },
          {
            "code": "Period"
          },
          {
            "code": "Range"
          },
          {
            "code": "string"
          }
        ],
        "short": "If/when in resolution/remission"
      },
      "Condition.assertedDate": {
        "index": 20,
        "path": "Condition.assertedDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date record was believed accurate"
      },
      "Condition.asserter": {
        "index": 21,
        "path": "Condition.asserter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Person who asserts this condition"
      },
      "Condition.stage": {
        "index": 22,
        "path": "Condition.stage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Stage/grade, usually assessed formally"
      },
      "Condition.stage.id": {
        "index": 23,
        "path": "Condition.stage.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Condition.stage.extension": {
        "index": 24,
        "path": "Condition.stage.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Condition.stage.modifierExtension": {
        "index": 25,
        "path": "Condition.stage.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Condition.stage.summary": {
        "index": 26,
        "path": "Condition.stage.summary",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Simple summary (disease specific)",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-stage"
        }
      },
      "Condition.stage.assessment": {
        "index": 27,
        "path": "Condition.stage.assessment",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "short": "Formal record of assessment"
      },
      "Condition.evidence": {
        "index": 28,
        "path": "Condition.evidence",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Supporting evidence"
      },
      "Condition.evidence.id": {
        "index": 29,
        "path": "Condition.evidence.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Condition.evidence.extension": {
        "index": 30,
        "path": "Condition.evidence.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Condition.evidence.modifierExtension": {
        "index": 31,
        "path": "Condition.evidence.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Condition.evidence.code": {
        "index": 32,
        "path": "Condition.evidence.code",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Manifestation/symptom",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom"
        }
      },
      "Condition.evidence.detail": {
        "index": 33,
        "path": "Condition.evidence.detail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Supporting information found elsewhere"
      },
      "Condition.note": {
        "index": 34,
        "path": "Condition.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Additional information about the Condition"
      }
    },
    "Consent": {
      "Consent": {
        "index": 0,
        "path": "Consent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A healthcare consumer's policy choices to permits or denies recipients or roles to perform actions for specific purposes and periods of time"
      },
      "Consent.id": {
        "index": 1,
        "path": "Consent.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Consent.meta": {
        "index": 2,
        "path": "Consent.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Consent.implicitRules": {
        "index": 3,
        "path": "Consent.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Consent.language": {
        "index": 4,
        "path": "Consent.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Consent.text": {
        "index": 5,
        "path": "Consent.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Consent.contained": {
        "index": 6,
        "path": "Consent.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Consent.extension": {
        "index": 7,
        "path": "Consent.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Consent.modifierExtension": {
        "index": 8,
        "path": "Consent.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Consent.identifier": {
        "index": 9,
        "path": "Consent.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifier for this record (external references)"
      },
      "Consent.status": {
        "index": 10,
        "path": "Consent.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | proposed | active | rejected | inactive | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/consent-state-codes"
        }
      },
      "Consent.category": {
        "index": 11,
        "path": "Consent.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Classification of the consent statement - for indexing/retrieval",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/consent-category"
        }
      },
      "Consent.patient": {
        "index": 12,
        "path": "Consent.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Who the consent applies to"
      },
      "Consent.period": {
        "index": 13,
        "path": "Consent.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Period that this consent applies"
      },
      "Consent.dateTime": {
        "index": 14,
        "path": "Consent.dateTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When this Consent was created or indexed"
      },
      "Consent.consentingParty": {
        "index": 15,
        "path": "Consent.consentingParty",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Who is agreeing to the policy and exceptions"
      },
      "Consent.actor": {
        "index": 16,
        "path": "Consent.actor",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who|what controlled by this consent (or group, by role)"
      },
      "Consent.actor.id": {
        "index": 17,
        "path": "Consent.actor.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Consent.actor.extension": {
        "index": 18,
        "path": "Consent.actor.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Consent.actor.modifierExtension": {
        "index": 19,
        "path": "Consent.actor.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Consent.actor.role": {
        "index": 20,
        "path": "Consent.actor.role",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "How the actor is involved",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-role-type"
        }
      },
      "Consent.actor.reference": {
        "index": 21,
        "path": "Consent.actor.reference",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CareTeam"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "short": "Resource for the actor (or group, by role)"
      },
      "Consent.action": {
        "index": 22,
        "path": "Consent.action",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Actions controlled by this consent",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/consent-action"
        }
      },
      "Consent.organization": {
        "index": 23,
        "path": "Consent.organization",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Custodian of the consent"
      },
      "Consent.source[x]": {
        "index": 24,
        "path": "Consent.source[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Consent"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Contract"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
          }
        ],
        "isSummary": true,
        "short": "Source from which this consent is taken"
      },
      "Consent.policy": {
        "index": 25,
        "path": "Consent.policy",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Policies covered by this consent"
      },
      "Consent.policy.id": {
        "index": 26,
        "path": "Consent.policy.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Consent.policy.extension": {
        "index": 27,
        "path": "Consent.policy.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Consent.policy.modifierExtension": {
        "index": 28,
        "path": "Consent.policy.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Consent.policy.authority": {
        "index": 29,
        "path": "Consent.policy.authority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Enforcement source for policy"
      },
      "Consent.policy.uri": {
        "index": 30,
        "path": "Consent.policy.uri",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Specific policy covered by this consent"
      },
      "Consent.policyRule": {
        "index": 31,
        "path": "Consent.policyRule",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Policy that this consents to"
      },
      "Consent.securityLabel": {
        "index": 32,
        "path": "Consent.securityLabel",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Security Labels that define affected resources",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-labels"
        }
      },
      "Consent.purpose": {
        "index": 33,
        "path": "Consent.purpose",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Context of activities for which the agreement is made",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse"
        }
      },
      "Consent.dataPeriod": {
        "index": 34,
        "path": "Consent.dataPeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Timeframe for data controlled by this consent"
      },
      "Consent.data": {
        "index": 35,
        "path": "Consent.data",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Data controlled by this consent"
      },
      "Consent.data.id": {
        "index": 36,
        "path": "Consent.data.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Consent.data.extension": {
        "index": 37,
        "path": "Consent.data.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Consent.data.modifierExtension": {
        "index": 38,
        "path": "Consent.data.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Consent.data.meaning": {
        "index": 39,
        "path": "Consent.data.meaning",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "instance | related | dependents | authoredby",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/consent-data-meaning"
        }
      },
      "Consent.data.reference": {
        "index": 40,
        "path": "Consent.data.reference",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "The actual data reference"
      },
      "Consent.except": {
        "index": 41,
        "path": "Consent.except",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Additional rule -  addition or removal of permissions"
      },
      "Consent.except.id": {
        "index": 42,
        "path": "Consent.except.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Consent.except.extension": {
        "index": 43,
        "path": "Consent.except.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Consent.except.modifierExtension": {
        "index": 44,
        "path": "Consent.except.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Consent.except.type": {
        "index": 45,
        "path": "Consent.except.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "deny | permit",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/consent-except-type"
        }
      },
      "Consent.except.period": {
        "index": 46,
        "path": "Consent.except.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Timeframe for this exception"
      },
      "Consent.except.actor": {
        "index": 47,
        "path": "Consent.except.actor",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who|what controlled by this exception (or group, by role)"
      },
      "Consent.except.actor.id": {
        "index": 48,
        "path": "Consent.except.actor.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Consent.except.actor.extension": {
        "index": 49,
        "path": "Consent.except.actor.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Consent.except.actor.modifierExtension": {
        "index": 50,
        "path": "Consent.except.actor.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Consent.except.actor.role": {
        "index": 51,
        "path": "Consent.except.actor.role",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "How the actor is involved",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-role-type"
        }
      },
      "Consent.except.actor.reference": {
        "index": 52,
        "path": "Consent.except.actor.reference",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CareTeam"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "short": "Resource for the actor (or group, by role)"
      },
      "Consent.except.action": {
        "index": 53,
        "path": "Consent.except.action",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Actions controlled by this exception",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/consent-action"
        }
      },
      "Consent.except.securityLabel": {
        "index": 54,
        "path": "Consent.except.securityLabel",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Security Labels that define affected resources",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-labels"
        }
      },
      "Consent.except.purpose": {
        "index": 55,
        "path": "Consent.except.purpose",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Context of activities covered by this exception",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse"
        }
      },
      "Consent.except.class": {
        "index": 56,
        "path": "Consent.except.class",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "e.g. Resource Type, Profile, or CDA etc",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/consent-content-class"
        }
      },
      "Consent.except.code": {
        "index": 57,
        "path": "Consent.except.code",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "e.g. LOINC or SNOMED CT code, etc in the content",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/consent-content-code"
        }
      },
      "Consent.except.dataPeriod": {
        "index": 58,
        "path": "Consent.except.dataPeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Timeframe for data controlled by this exception"
      },
      "Consent.except.data": {
        "index": 59,
        "path": "Consent.except.data",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Data controlled by this exception"
      },
      "Consent.except.data.id": {
        "index": 60,
        "path": "Consent.except.data.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Consent.except.data.extension": {
        "index": 61,
        "path": "Consent.except.data.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Consent.except.data.modifierExtension": {
        "index": 62,
        "path": "Consent.except.data.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Consent.except.data.meaning": {
        "index": 63,
        "path": "Consent.except.data.meaning",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "instance | related | dependents | authoredby",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/consent-data-meaning"
        }
      },
      "Consent.except.data.reference": {
        "index": 64,
        "path": "Consent.except.data.reference",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "The actual data reference"
      }
    },
    "Contract": {
      "Contract": {
        "index": 0,
        "path": "Contract",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Legal Agreement"
      },
      "Contract.id": {
        "index": 1,
        "path": "Contract.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Contract.meta": {
        "index": 2,
        "path": "Contract.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Contract.implicitRules": {
        "index": 3,
        "path": "Contract.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Contract.language": {
        "index": 4,
        "path": "Contract.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Contract.text": {
        "index": 5,
        "path": "Contract.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Contract.contained": {
        "index": 6,
        "path": "Contract.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Contract.extension": {
        "index": 7,
        "path": "Contract.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contract.modifierExtension": {
        "index": 8,
        "path": "Contract.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Contract.identifier": {
        "index": 9,
        "path": "Contract.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Contract number"
      },
      "Contract.status": {
        "index": 10,
        "path": "Contract.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/contract-status"
        }
      },
      "Contract.issued": {
        "index": 11,
        "path": "Contract.issued",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When this Contract was issued"
      },
      "Contract.applies": {
        "index": 12,
        "path": "Contract.applies",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Effective time"
      },
      "Contract.subject": {
        "index": 13,
        "path": "Contract.subject",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Contract Target Entity"
      },
      "Contract.topic": {
        "index": 14,
        "path": "Contract.topic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Context of the Contract"
      },
      "Contract.authority": {
        "index": 15,
        "path": "Contract.authority",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Authority under which this Contract has standing"
      },
      "Contract.domain": {
        "index": 16,
        "path": "Contract.domain",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Domain in which this Contract applies"
      },
      "Contract.type": {
        "index": 17,
        "path": "Contract.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type or form",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/contract-type"
        }
      },
      "Contract.subType": {
        "index": 18,
        "path": "Contract.subType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Subtype within the context of type",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/contract-subtype"
        }
      },
      "Contract.action": {
        "index": 19,
        "path": "Contract.action",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Action stipulated by this Contract",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/contract-action"
        }
      },
      "Contract.actionReason": {
        "index": 20,
        "path": "Contract.actionReason",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Rationale for the stiplulated action",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse"
        }
      },
      "Contract.decisionType": {
        "index": 21,
        "path": "Contract.decisionType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Decision by Grantor",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActConsentDirective"
        }
      },
      "Contract.contentDerivative": {
        "index": 22,
        "path": "Contract.contentDerivative",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Content derived from the basal information",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/contract-content-derivative"
        }
      },
      "Contract.securityLabel": {
        "index": 23,
        "path": "Contract.securityLabel",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Security Labels that define affected resources",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-labels"
        }
      },
      "Contract.agent": {
        "index": 24,
        "path": "Contract.agent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Entity being ascribed responsibility"
      },
      "Contract.agent.id": {
        "index": 25,
        "path": "Contract.agent.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Contract.agent.extension": {
        "index": 26,
        "path": "Contract.agent.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contract.agent.modifierExtension": {
        "index": 27,
        "path": "Contract.agent.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Contract.agent.actor": {
        "index": 28,
        "path": "Contract.agent.actor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Contract"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          }
        ],
        "short": "Contract Agent Type"
      },
      "Contract.agent.role": {
        "index": 29,
        "path": "Contract.agent.role",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Role type of the agent",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/contract-actorrole"
        }
      },
      "Contract.signer": {
        "index": 30,
        "path": "Contract.signer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Contract Signatory"
      },
      "Contract.signer.id": {
        "index": 31,
        "path": "Contract.signer.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Contract.signer.extension": {
        "index": 32,
        "path": "Contract.signer.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contract.signer.modifierExtension": {
        "index": 33,
        "path": "Contract.signer.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Contract.signer.type": {
        "index": 34,
        "path": "Contract.signer.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Contract Signatory Role",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/contract-signer-type"
        }
      },
      "Contract.signer.party": {
        "index": 35,
        "path": "Contract.signer.party",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "short": "Contract Signatory Party"
      },
      "Contract.signer.signature": {
        "index": 36,
        "path": "Contract.signer.signature",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Signature"
          }
        ],
        "short": "Contract Documentation Signature"
      },
      "Contract.valuedItem": {
        "index": 37,
        "path": "Contract.valuedItem",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Contract Valued Item List"
      },
      "Contract.valuedItem.id": {
        "index": 38,
        "path": "Contract.valuedItem.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Contract.valuedItem.extension": {
        "index": 39,
        "path": "Contract.valuedItem.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contract.valuedItem.modifierExtension": {
        "index": 40,
        "path": "Contract.valuedItem.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Contract.valuedItem.entity[x]": {
        "index": 41,
        "path": "Contract.valuedItem.entity[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Contract Valued Item Type"
      },
      "Contract.valuedItem.identifier": {
        "index": 42,
        "path": "Contract.valuedItem.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Contract Valued Item Number"
      },
      "Contract.valuedItem.effectiveTime": {
        "index": 43,
        "path": "Contract.valuedItem.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Contract Valued Item Effective Tiem"
      },
      "Contract.valuedItem.quantity": {
        "index": 44,
        "path": "Contract.valuedItem.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Count of Contract Valued Items"
      },
      "Contract.valuedItem.unitPrice": {
        "index": 45,
        "path": "Contract.valuedItem.unitPrice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Contract Valued Item fee, charge, or cost"
      },
      "Contract.valuedItem.factor": {
        "index": 46,
        "path": "Contract.valuedItem.factor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Contract Valued Item Price Scaling Factor"
      },
      "Contract.valuedItem.points": {
        "index": 47,
        "path": "Contract.valuedItem.points",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Contract Valued Item Difficulty Scaling Factor"
      },
      "Contract.valuedItem.net": {
        "index": 48,
        "path": "Contract.valuedItem.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total Contract Valued Item Value"
      },
      "Contract.term": {
        "index": 49,
        "path": "Contract.term",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Contract Term List"
      },
      "Contract.term.id": {
        "index": 50,
        "path": "Contract.term.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Contract.term.extension": {
        "index": 51,
        "path": "Contract.term.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contract.term.modifierExtension": {
        "index": 52,
        "path": "Contract.term.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Contract.term.identifier": {
        "index": 53,
        "path": "Contract.term.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Contract Term Number"
      },
      "Contract.term.issued": {
        "index": 54,
        "path": "Contract.term.issued",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Contract Term Issue Date Time"
      },
      "Contract.term.applies": {
        "index": 55,
        "path": "Contract.term.applies",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Contract Term Effective Time"
      },
      "Contract.term.type": {
        "index": 56,
        "path": "Contract.term.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Contract Term Type or Form",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/contract-term-type"
        }
      },
      "Contract.term.subType": {
        "index": 57,
        "path": "Contract.term.subType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Contract Term Type specific classification",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/contract-term-subtype"
        }
      },
      "Contract.term.topic": {
        "index": 58,
        "path": "Contract.term.topic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Context of the Contract term"
      },
      "Contract.term.action": {
        "index": 59,
        "path": "Contract.term.action",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Contract Term Activity",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/contract-action"
        }
      },
      "Contract.term.actionReason": {
        "index": 60,
        "path": "Contract.term.actionReason",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Purpose for the Contract Term Action",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse"
        }
      },
      "Contract.term.securityLabel": {
        "index": 61,
        "path": "Contract.term.securityLabel",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Security Labels that define affected terms",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-labels"
        }
      },
      "Contract.term.agent": {
        "index": 62,
        "path": "Contract.term.agent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Contract Term Agent List"
      },
      "Contract.term.agent.id": {
        "index": 63,
        "path": "Contract.term.agent.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Contract.term.agent.extension": {
        "index": 64,
        "path": "Contract.term.agent.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contract.term.agent.modifierExtension": {
        "index": 65,
        "path": "Contract.term.agent.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Contract.term.agent.actor": {
        "index": 66,
        "path": "Contract.term.agent.actor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Contract"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          }
        ],
        "short": "Contract Term Agent Subject"
      },
      "Contract.term.agent.role": {
        "index": 67,
        "path": "Contract.term.agent.role",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of the Contract Term Agent",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/contract-actorrole"
        }
      },
      "Contract.term.text": {
        "index": 68,
        "path": "Contract.term.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Human readable Contract term text"
      },
      "Contract.term.valuedItem": {
        "index": 69,
        "path": "Contract.term.valuedItem",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Contract Term Valued Item List"
      },
      "Contract.term.valuedItem.id": {
        "index": 70,
        "path": "Contract.term.valuedItem.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Contract.term.valuedItem.extension": {
        "index": 71,
        "path": "Contract.term.valuedItem.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contract.term.valuedItem.modifierExtension": {
        "index": 72,
        "path": "Contract.term.valuedItem.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Contract.term.valuedItem.entity[x]": {
        "index": 73,
        "path": "Contract.term.valuedItem.entity[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Contract Term Valued Item Type"
      },
      "Contract.term.valuedItem.identifier": {
        "index": 74,
        "path": "Contract.term.valuedItem.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Contract Term Valued Item Number"
      },
      "Contract.term.valuedItem.effectiveTime": {
        "index": 75,
        "path": "Contract.term.valuedItem.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Contract Term Valued Item Effective Tiem"
      },
      "Contract.term.valuedItem.quantity": {
        "index": 76,
        "path": "Contract.term.valuedItem.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Contract Term Valued Item Count"
      },
      "Contract.term.valuedItem.unitPrice": {
        "index": 77,
        "path": "Contract.term.valuedItem.unitPrice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Contract Term Valued Item fee, charge, or cost"
      },
      "Contract.term.valuedItem.factor": {
        "index": 78,
        "path": "Contract.term.valuedItem.factor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Contract Term Valued Item Price Scaling Factor"
      },
      "Contract.term.valuedItem.points": {
        "index": 79,
        "path": "Contract.term.valuedItem.points",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Contract Term Valued Item Difficulty Scaling Factor"
      },
      "Contract.term.valuedItem.net": {
        "index": 80,
        "path": "Contract.term.valuedItem.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total Contract Term Valued Item Value"
      },
      "Contract.term.group": {
        "index": 81,
        "path": "Contract.term.group",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Nested Contract Term Group",
        "refSchema": "Contract.term"
      },
      "Contract.binding[x]": {
        "index": 82,
        "path": "Contract.binding[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Composition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
          }
        ],
        "short": "Binding Contract"
      },
      "Contract.friendly": {
        "index": 83,
        "path": "Contract.friendly",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Contract Friendly Language"
      },
      "Contract.friendly.id": {
        "index": 84,
        "path": "Contract.friendly.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Contract.friendly.extension": {
        "index": 85,
        "path": "Contract.friendly.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contract.friendly.modifierExtension": {
        "index": 86,
        "path": "Contract.friendly.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Contract.friendly.content[x]": {
        "index": 87,
        "path": "Contract.friendly.content[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Composition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
          }
        ],
        "short": "Easily comprehended representation of this Contract"
      },
      "Contract.legal": {
        "index": 88,
        "path": "Contract.legal",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Contract Legal Language"
      },
      "Contract.legal.id": {
        "index": 89,
        "path": "Contract.legal.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Contract.legal.extension": {
        "index": 90,
        "path": "Contract.legal.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contract.legal.modifierExtension": {
        "index": 91,
        "path": "Contract.legal.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Contract.legal.content[x]": {
        "index": 92,
        "path": "Contract.legal.content[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Composition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
          }
        ],
        "short": "Contract Legal Text"
      },
      "Contract.rule": {
        "index": 93,
        "path": "Contract.rule",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Computable Contract Language"
      },
      "Contract.rule.id": {
        "index": 94,
        "path": "Contract.rule.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Contract.rule.extension": {
        "index": 95,
        "path": "Contract.rule.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contract.rule.modifierExtension": {
        "index": 96,
        "path": "Contract.rule.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Contract.rule.content[x]": {
        "index": 97,
        "path": "Contract.rule.content[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
          }
        ],
        "short": "Computable Contract Rules"
      }
    },
    "Coverage": {
      "Coverage": {
        "index": 0,
        "path": "Coverage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Insurance or medical plan or a payment agreement"
      },
      "Coverage.id": {
        "index": 1,
        "path": "Coverage.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Coverage.meta": {
        "index": 2,
        "path": "Coverage.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Coverage.implicitRules": {
        "index": 3,
        "path": "Coverage.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Coverage.language": {
        "index": 4,
        "path": "Coverage.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Coverage.text": {
        "index": 5,
        "path": "Coverage.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Coverage.contained": {
        "index": 6,
        "path": "Coverage.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Coverage.extension": {
        "index": 7,
        "path": "Coverage.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Coverage.modifierExtension": {
        "index": 8,
        "path": "Coverage.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Coverage.identifier": {
        "index": 9,
        "path": "Coverage.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "The primary coverage ID"
      },
      "Coverage.status": {
        "index": 10,
        "path": "Coverage.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "Coverage.type": {
        "index": 11,
        "path": "Coverage.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of coverage such as medical or accident",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/coverage-type"
        }
      },
      "Coverage.policyHolder": {
        "index": 12,
        "path": "Coverage.policyHolder",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Owner of the policy"
      },
      "Coverage.subscriber": {
        "index": 13,
        "path": "Coverage.subscriber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Subscriber to the policy"
      },
      "Coverage.subscriberId": {
        "index": 14,
        "path": "Coverage.subscriberId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "ID assigned to the Subscriber"
      },
      "Coverage.beneficiary": {
        "index": 15,
        "path": "Coverage.beneficiary",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Plan Beneficiary"
      },
      "Coverage.relationship": {
        "index": 16,
        "path": "Coverage.relationship",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Beneficiary relationship to the Subscriber",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/policyholder-relationship"
        }
      },
      "Coverage.period": {
        "index": 17,
        "path": "Coverage.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Coverage start and end dates"
      },
      "Coverage.payor": {
        "index": 18,
        "path": "Coverage.payor",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Identifier for the plan or agreement issuer"
      },
      "Coverage.grouping": {
        "index": 19,
        "path": "Coverage.grouping",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Additional coverage classifications"
      },
      "Coverage.grouping.id": {
        "index": 20,
        "path": "Coverage.grouping.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Coverage.grouping.extension": {
        "index": 21,
        "path": "Coverage.grouping.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Coverage.grouping.modifierExtension": {
        "index": 22,
        "path": "Coverage.grouping.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Coverage.grouping.group": {
        "index": 23,
        "path": "Coverage.grouping.group",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "An identifier for the group"
      },
      "Coverage.grouping.groupDisplay": {
        "index": 24,
        "path": "Coverage.grouping.groupDisplay",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Display text for an identifier for the group"
      },
      "Coverage.grouping.subGroup": {
        "index": 25,
        "path": "Coverage.grouping.subGroup",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "An identifier for the subsection of the group"
      },
      "Coverage.grouping.subGroupDisplay": {
        "index": 26,
        "path": "Coverage.grouping.subGroupDisplay",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Display text for the subsection of the group"
      },
      "Coverage.grouping.plan": {
        "index": 27,
        "path": "Coverage.grouping.plan",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "An identifier for the plan"
      },
      "Coverage.grouping.planDisplay": {
        "index": 28,
        "path": "Coverage.grouping.planDisplay",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Display text for the plan"
      },
      "Coverage.grouping.subPlan": {
        "index": 29,
        "path": "Coverage.grouping.subPlan",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "An identifier for the subsection of the plan"
      },
      "Coverage.grouping.subPlanDisplay": {
        "index": 30,
        "path": "Coverage.grouping.subPlanDisplay",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Display text for the subsection of the plan"
      },
      "Coverage.grouping.class": {
        "index": 31,
        "path": "Coverage.grouping.class",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "An identifier for the class"
      },
      "Coverage.grouping.classDisplay": {
        "index": 32,
        "path": "Coverage.grouping.classDisplay",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Display text for the class"
      },
      "Coverage.grouping.subClass": {
        "index": 33,
        "path": "Coverage.grouping.subClass",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "An identifier for the subsection of the class"
      },
      "Coverage.grouping.subClassDisplay": {
        "index": 34,
        "path": "Coverage.grouping.subClassDisplay",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Display text for the subsection of the subclass"
      },
      "Coverage.dependent": {
        "index": 35,
        "path": "Coverage.dependent",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Dependent number"
      },
      "Coverage.sequence": {
        "index": 36,
        "path": "Coverage.sequence",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "The plan instance or sequence counter"
      },
      "Coverage.order": {
        "index": 37,
        "path": "Coverage.order",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "isSummary": true,
        "short": "Relative order of the coverage"
      },
      "Coverage.network": {
        "index": 38,
        "path": "Coverage.network",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Insurer network"
      },
      "Coverage.contract": {
        "index": 39,
        "path": "Coverage.contract",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Contract"
          }
        ],
        "short": "Contract details"
      }
    },
    "DataElement": {
      "DataElement": {
        "index": 0,
        "path": "DataElement",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Resource data element"
      },
      "DataElement.id": {
        "index": 1,
        "path": "DataElement.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "DataElement.meta": {
        "index": 2,
        "path": "DataElement.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "DataElement.implicitRules": {
        "index": 3,
        "path": "DataElement.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "DataElement.language": {
        "index": 4,
        "path": "DataElement.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "DataElement.text": {
        "index": 5,
        "path": "DataElement.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "DataElement.contained": {
        "index": 6,
        "path": "DataElement.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "DataElement.extension": {
        "index": 7,
        "path": "DataElement.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DataElement.modifierExtension": {
        "index": 8,
        "path": "DataElement.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DataElement.url": {
        "index": 9,
        "path": "DataElement.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this data element (globally unique)"
      },
      "DataElement.identifier": {
        "index": 10,
        "path": "DataElement.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the data element"
      },
      "DataElement.version": {
        "index": 11,
        "path": "DataElement.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the data element"
      },
      "DataElement.status": {
        "index": 12,
        "path": "DataElement.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "DataElement.experimental": {
        "index": 13,
        "path": "DataElement.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "DataElement.date": {
        "index": 14,
        "path": "DataElement.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "DataElement.publisher": {
        "index": 15,
        "path": "DataElement.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "DataElement.name": {
        "index": 16,
        "path": "DataElement.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this data element (computer friendly)"
      },
      "DataElement.title": {
        "index": 17,
        "path": "DataElement.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this data element (human friendly)"
      },
      "DataElement.contact": {
        "index": 18,
        "path": "DataElement.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "DataElement.useContext": {
        "index": 19,
        "path": "DataElement.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "DataElement.jurisdiction": {
        "index": 20,
        "path": "DataElement.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for data element (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "DataElement.copyright": {
        "index": 21,
        "path": "DataElement.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "DataElement.stringency": {
        "index": 22,
        "path": "DataElement.stringency",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "comparable | fully-specified | equivalent | convertable | scaleable | flexible",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/dataelement-stringency"
        }
      },
      "DataElement.mapping": {
        "index": 23,
        "path": "DataElement.mapping",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "External specification mapped to"
      },
      "DataElement.mapping.id": {
        "index": 24,
        "path": "DataElement.mapping.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DataElement.mapping.extension": {
        "index": 25,
        "path": "DataElement.mapping.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DataElement.mapping.modifierExtension": {
        "index": 26,
        "path": "DataElement.mapping.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DataElement.mapping.identity": {
        "index": 27,
        "path": "DataElement.mapping.identity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Internal id when this mapping is used"
      },
      "DataElement.mapping.uri": {
        "index": 28,
        "path": "DataElement.mapping.uri",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Identifies what this mapping refers to"
      },
      "DataElement.mapping.name": {
        "index": 29,
        "path": "DataElement.mapping.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Names what this mapping refers to"
      },
      "DataElement.mapping.comment": {
        "index": 30,
        "path": "DataElement.mapping.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Versions, issues, scope limitations, etc."
      },
      "DataElement.element": {
        "index": 31,
        "path": "DataElement.element",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "ElementDefinition"
          }
        ],
        "isSummary": true,
        "short": "Definition of element"
      }
    },
    "DetectedIssue": {
      "DetectedIssue": {
        "index": 0,
        "path": "DetectedIssue",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Clinical issue with action"
      },
      "DetectedIssue.id": {
        "index": 1,
        "path": "DetectedIssue.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "DetectedIssue.meta": {
        "index": 2,
        "path": "DetectedIssue.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "DetectedIssue.implicitRules": {
        "index": 3,
        "path": "DetectedIssue.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "DetectedIssue.language": {
        "index": 4,
        "path": "DetectedIssue.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "DetectedIssue.text": {
        "index": 5,
        "path": "DetectedIssue.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "DetectedIssue.contained": {
        "index": 6,
        "path": "DetectedIssue.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "DetectedIssue.extension": {
        "index": 7,
        "path": "DetectedIssue.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DetectedIssue.modifierExtension": {
        "index": 8,
        "path": "DetectedIssue.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DetectedIssue.identifier": {
        "index": 9,
        "path": "DetectedIssue.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique id for the detected issue"
      },
      "DetectedIssue.status": {
        "index": 10,
        "path": "DetectedIssue.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "registered | preliminary | final | amended +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/observation-status"
        }
      },
      "DetectedIssue.category": {
        "index": 11,
        "path": "DetectedIssue.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Issue Category, e.g. drug-drug, duplicate therapy, etc.",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/detectedissue-category"
        }
      },
      "DetectedIssue.severity": {
        "index": 12,
        "path": "DetectedIssue.severity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "high | moderate | low",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/detectedissue-severity"
        }
      },
      "DetectedIssue.patient": {
        "index": 13,
        "path": "DetectedIssue.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Associated patient"
      },
      "DetectedIssue.date": {
        "index": 14,
        "path": "DetectedIssue.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When identified"
      },
      "DetectedIssue.author": {
        "index": 15,
        "path": "DetectedIssue.author",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "The provider or device that identified the issue"
      },
      "DetectedIssue.implicated": {
        "index": 16,
        "path": "DetectedIssue.implicated",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Problem resource"
      },
      "DetectedIssue.detail": {
        "index": 17,
        "path": "DetectedIssue.detail",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Description and context"
      },
      "DetectedIssue.reference": {
        "index": 18,
        "path": "DetectedIssue.reference",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Authority for issue"
      },
      "DetectedIssue.mitigation": {
        "index": 19,
        "path": "DetectedIssue.mitigation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Step taken to address"
      },
      "DetectedIssue.mitigation.id": {
        "index": 20,
        "path": "DetectedIssue.mitigation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DetectedIssue.mitigation.extension": {
        "index": 21,
        "path": "DetectedIssue.mitigation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DetectedIssue.mitigation.modifierExtension": {
        "index": 22,
        "path": "DetectedIssue.mitigation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DetectedIssue.mitigation.action": {
        "index": 23,
        "path": "DetectedIssue.mitigation.action",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "What mitigation?",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action"
        }
      },
      "DetectedIssue.mitigation.date": {
        "index": 24,
        "path": "DetectedIssue.mitigation.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Date committed"
      },
      "DetectedIssue.mitigation.author": {
        "index": 25,
        "path": "DetectedIssue.mitigation.author",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Who is committing?"
      }
    },
    "Device": {
      "Device": {
        "index": 0,
        "path": "Device",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Item used in healthcare"
      },
      "Device.id": {
        "index": 1,
        "path": "Device.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Device.meta": {
        "index": 2,
        "path": "Device.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Device.implicitRules": {
        "index": 3,
        "path": "Device.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Device.language": {
        "index": 4,
        "path": "Device.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Device.text": {
        "index": 5,
        "path": "Device.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Device.contained": {
        "index": 6,
        "path": "Device.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Device.extension": {
        "index": 7,
        "path": "Device.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Device.modifierExtension": {
        "index": 8,
        "path": "Device.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Device.identifier": {
        "index": 9,
        "path": "Device.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Instance identifier"
      },
      "Device.udi": {
        "index": 10,
        "path": "Device.udi",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Unique Device Identifier (UDI) Barcode string"
      },
      "Device.udi.id": {
        "index": 11,
        "path": "Device.udi.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Device.udi.extension": {
        "index": 12,
        "path": "Device.udi.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Device.udi.modifierExtension": {
        "index": 13,
        "path": "Device.udi.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Device.udi.deviceIdentifier": {
        "index": 14,
        "path": "Device.udi.deviceIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Mandatory fixed portion of UDI"
      },
      "Device.udi.name": {
        "index": 15,
        "path": "Device.udi.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Device Name as appears on UDI label"
      },
      "Device.udi.jurisdiction": {
        "index": 16,
        "path": "Device.udi.jurisdiction",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Regional UDI authority"
      },
      "Device.udi.carrierHRF": {
        "index": 17,
        "path": "Device.udi.carrierHRF",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "UDI Human Readable Barcode String"
      },
      "Device.udi.carrierAIDC": {
        "index": 18,
        "path": "Device.udi.carrierAIDC",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          }
        ],
        "isSummary": true,
        "short": "UDI Machine Readable Barcode String"
      },
      "Device.udi.issuer": {
        "index": 19,
        "path": "Device.udi.issuer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "UDI Issuing Organization"
      },
      "Device.udi.entryType": {
        "index": 20,
        "path": "Device.udi.entryType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "barcode | rfid | manual +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/udi-entry-type"
        }
      },
      "Device.status": {
        "index": 21,
        "path": "Device.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | inactive | entered-in-error | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/device-status"
        }
      },
      "Device.type": {
        "index": 22,
        "path": "Device.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "What kind of device this is",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/device-kind"
        }
      },
      "Device.lotNumber": {
        "index": 23,
        "path": "Device.lotNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Lot number of manufacture"
      },
      "Device.manufacturer": {
        "index": 24,
        "path": "Device.manufacturer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Name of device manufacturer"
      },
      "Device.manufactureDate": {
        "index": 25,
        "path": "Device.manufactureDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Date when the device was made"
      },
      "Device.expirationDate": {
        "index": 26,
        "path": "Device.expirationDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Date and time of expiry of this device (if applicable)"
      },
      "Device.model": {
        "index": 27,
        "path": "Device.model",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Model id assigned by the manufacturer"
      },
      "Device.version": {
        "index": 28,
        "path": "Device.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Version number (i.e. software)"
      },
      "Device.patient": {
        "index": 29,
        "path": "Device.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "Patient to whom Device is affixed"
      },
      "Device.owner": {
        "index": 30,
        "path": "Device.owner",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Organization responsible for device"
      },
      "Device.contact": {
        "index": 31,
        "path": "Device.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "short": "Details for human/organization for support"
      },
      "Device.location": {
        "index": 32,
        "path": "Device.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Where the resource is found"
      },
      "Device.url": {
        "index": 33,
        "path": "Device.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Network address to contact device"
      },
      "Device.note": {
        "index": 34,
        "path": "Device.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Device notes and comments"
      },
      "Device.safety": {
        "index": 35,
        "path": "Device.safety",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Safety Characteristics of Device",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/device-safety"
        }
      }
    },
    "DeviceComponent": {
      "DeviceComponent": {
        "index": 0,
        "path": "DeviceComponent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "An instance of a medical-related component of a medical device"
      },
      "DeviceComponent.id": {
        "index": 1,
        "path": "DeviceComponent.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "DeviceComponent.meta": {
        "index": 2,
        "path": "DeviceComponent.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "DeviceComponent.implicitRules": {
        "index": 3,
        "path": "DeviceComponent.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "DeviceComponent.language": {
        "index": 4,
        "path": "DeviceComponent.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "DeviceComponent.text": {
        "index": 5,
        "path": "DeviceComponent.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "DeviceComponent.contained": {
        "index": 6,
        "path": "DeviceComponent.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "DeviceComponent.extension": {
        "index": 7,
        "path": "DeviceComponent.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DeviceComponent.modifierExtension": {
        "index": 8,
        "path": "DeviceComponent.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DeviceComponent.identifier": {
        "index": 9,
        "path": "DeviceComponent.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Instance id assigned by the software stack"
      },
      "DeviceComponent.type": {
        "index": 10,
        "path": "DeviceComponent.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "What kind of component it is"
      },
      "DeviceComponent.lastSystemChange": {
        "index": 11,
        "path": "DeviceComponent.lastSystemChange",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "Recent system change timestamp"
      },
      "DeviceComponent.source": {
        "index": 12,
        "path": "DeviceComponent.source",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Top-level device resource link"
      },
      "DeviceComponent.parent": {
        "index": 13,
        "path": "DeviceComponent.parent",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DeviceComponent"
          }
        ],
        "isSummary": true,
        "short": "Parent resource link"
      },
      "DeviceComponent.operationalStatus": {
        "index": 14,
        "path": "DeviceComponent.operationalStatus",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Current operational status of the component, for example On, Off or Standby",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/operational-status"
        }
      },
      "DeviceComponent.parameterGroup": {
        "index": 15,
        "path": "DeviceComponent.parameterGroup",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Current supported parameter group",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/parameter-group"
        }
      },
      "DeviceComponent.measurementPrinciple": {
        "index": 16,
        "path": "DeviceComponent.measurementPrinciple",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "other | chemical | electrical | impedance | nuclear | optical | thermal | biological | mechanical | acoustical | manual+",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/measurement-principle"
        }
      },
      "DeviceComponent.productionSpecification": {
        "index": 17,
        "path": "DeviceComponent.productionSpecification",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Specification details such as Component Revisions, or Serial Numbers"
      },
      "DeviceComponent.productionSpecification.id": {
        "index": 18,
        "path": "DeviceComponent.productionSpecification.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DeviceComponent.productionSpecification.extension": {
        "index": 19,
        "path": "DeviceComponent.productionSpecification.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DeviceComponent.productionSpecification.modifierExtension": {
        "index": 20,
        "path": "DeviceComponent.productionSpecification.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DeviceComponent.productionSpecification.specType": {
        "index": 21,
        "path": "DeviceComponent.productionSpecification.specType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type or kind of production specification, for example serial number or software revision",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/specification-type"
        }
      },
      "DeviceComponent.productionSpecification.componentId": {
        "index": 22,
        "path": "DeviceComponent.productionSpecification.componentId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Internal component unique identification"
      },
      "DeviceComponent.productionSpecification.productionSpec": {
        "index": 23,
        "path": "DeviceComponent.productionSpecification.productionSpec",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "A printable string defining the component"
      },
      "DeviceComponent.languageCode": {
        "index": 24,
        "path": "DeviceComponent.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Language code for the human-readable text strings produced by the device",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      }
    },
    "DeviceMetric": {
      "DeviceMetric": {
        "index": 0,
        "path": "DeviceMetric",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Measurement, calculation or setting capability of a medical device"
      },
      "DeviceMetric.id": {
        "index": 1,
        "path": "DeviceMetric.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "DeviceMetric.meta": {
        "index": 2,
        "path": "DeviceMetric.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "DeviceMetric.implicitRules": {
        "index": 3,
        "path": "DeviceMetric.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "DeviceMetric.language": {
        "index": 4,
        "path": "DeviceMetric.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "DeviceMetric.text": {
        "index": 5,
        "path": "DeviceMetric.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "DeviceMetric.contained": {
        "index": 6,
        "path": "DeviceMetric.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "DeviceMetric.extension": {
        "index": 7,
        "path": "DeviceMetric.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DeviceMetric.modifierExtension": {
        "index": 8,
        "path": "DeviceMetric.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DeviceMetric.identifier": {
        "index": 9,
        "path": "DeviceMetric.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique identifier of this DeviceMetric"
      },
      "DeviceMetric.type": {
        "index": 10,
        "path": "DeviceMetric.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Identity of metric, for example Heart Rate or PEEP Setting",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/devicemetric-type"
        }
      },
      "DeviceMetric.unit": {
        "index": 11,
        "path": "DeviceMetric.unit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Unit of Measure for the Metric",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/devicemetric-type"
        }
      },
      "DeviceMetric.source": {
        "index": 12,
        "path": "DeviceMetric.source",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Describes the link to the source Device"
      },
      "DeviceMetric.parent": {
        "index": 13,
        "path": "DeviceMetric.parent",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DeviceComponent"
          }
        ],
        "isSummary": true,
        "short": "Describes the link to the parent DeviceComponent"
      },
      "DeviceMetric.operationalStatus": {
        "index": 14,
        "path": "DeviceMetric.operationalStatus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "on | off | standby | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/metric-operational-status"
        }
      },
      "DeviceMetric.color": {
        "index": 15,
        "path": "DeviceMetric.color",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "black | red | green | yellow | blue | magenta | cyan | white",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/metric-color"
        }
      },
      "DeviceMetric.category": {
        "index": 16,
        "path": "DeviceMetric.category",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "measurement | setting | calculation | unspecified",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/metric-category"
        }
      },
      "DeviceMetric.measurementPeriod": {
        "index": 17,
        "path": "DeviceMetric.measurementPeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Timing"
          }
        ],
        "isSummary": true,
        "short": "Describes the measurement repetition time"
      },
      "DeviceMetric.calibration": {
        "index": 18,
        "path": "DeviceMetric.calibration",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Describes the calibrations that have been performed or that are required to be performed"
      },
      "DeviceMetric.calibration.id": {
        "index": 19,
        "path": "DeviceMetric.calibration.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DeviceMetric.calibration.extension": {
        "index": 20,
        "path": "DeviceMetric.calibration.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DeviceMetric.calibration.modifierExtension": {
        "index": 21,
        "path": "DeviceMetric.calibration.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DeviceMetric.calibration.type": {
        "index": 22,
        "path": "DeviceMetric.calibration.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "unspecified | offset | gain | two-point",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/metric-calibration-type"
        }
      },
      "DeviceMetric.calibration.state": {
        "index": 23,
        "path": "DeviceMetric.calibration.state",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "not-calibrated | calibration-required | calibrated | unspecified",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/metric-calibration-state"
        }
      },
      "DeviceMetric.calibration.time": {
        "index": 24,
        "path": "DeviceMetric.calibration.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "Describes the time last calibration has been performed"
      }
    },
    "DeviceRequest": {
      "DeviceRequest": {
        "index": 0,
        "path": "DeviceRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Medical device request"
      },
      "DeviceRequest.id": {
        "index": 1,
        "path": "DeviceRequest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "DeviceRequest.meta": {
        "index": 2,
        "path": "DeviceRequest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "DeviceRequest.implicitRules": {
        "index": 3,
        "path": "DeviceRequest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "DeviceRequest.language": {
        "index": 4,
        "path": "DeviceRequest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "DeviceRequest.text": {
        "index": 5,
        "path": "DeviceRequest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "DeviceRequest.contained": {
        "index": 6,
        "path": "DeviceRequest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "DeviceRequest.extension": {
        "index": 7,
        "path": "DeviceRequest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DeviceRequest.modifierExtension": {
        "index": 8,
        "path": "DeviceRequest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DeviceRequest.identifier": {
        "index": 9,
        "path": "DeviceRequest.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Request identifier"
      },
      "DeviceRequest.definition": {
        "index": 10,
        "path": "DeviceRequest.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          }
        ],
        "isSummary": true,
        "short": "Protocol or definition"
      },
      "DeviceRequest.basedOn": {
        "index": 11,
        "path": "DeviceRequest.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "What request fulfills"
      },
      "DeviceRequest.priorRequest": {
        "index": 12,
        "path": "DeviceRequest.priorRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "What request replaces"
      },
      "DeviceRequest.groupIdentifier": {
        "index": 13,
        "path": "DeviceRequest.groupIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifier of composite request"
      },
      "DeviceRequest.status": {
        "index": 14,
        "path": "DeviceRequest.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | suspended | completed | entered-in-error | cancelled",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-status"
        }
      },
      "DeviceRequest.intent": {
        "index": 15,
        "path": "DeviceRequest.intent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "proposal | plan | original-order | encoded | reflex-order",
        "binding": {
          "strength": "required",
          "reference": "http://build.fhir.org/valueset-request-intent.html"
        }
      },
      "DeviceRequest.priority": {
        "index": 16,
        "path": "DeviceRequest.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Indicates how quickly the {{title}} should be addressed with respect to other requests",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-priority"
        }
      },
      "DeviceRequest.code[x]": {
        "index": 17,
        "path": "DeviceRequest.code[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Device requested",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/device-kind"
        }
      },
      "DeviceRequest.subject": {
        "index": 18,
        "path": "DeviceRequest.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Focus of request"
      },
      "DeviceRequest.context": {
        "index": 19,
        "path": "DeviceRequest.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter or Episode motivating request"
      },
      "DeviceRequest.occurrence[x]": {
        "index": 20,
        "path": "DeviceRequest.occurrence[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "Timing"
          }
        ],
        "isSummary": true,
        "short": "Desired time or schedule for use"
      },
      "DeviceRequest.authoredOn": {
        "index": 21,
        "path": "DeviceRequest.authoredOn",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When recorded"
      },
      "DeviceRequest.requester": {
        "index": 22,
        "path": "DeviceRequest.requester",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who/what is requesting diagnostics"
      },
      "DeviceRequest.requester.id": {
        "index": 23,
        "path": "DeviceRequest.requester.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DeviceRequest.requester.extension": {
        "index": 24,
        "path": "DeviceRequest.requester.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DeviceRequest.requester.modifierExtension": {
        "index": 25,
        "path": "DeviceRequest.requester.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DeviceRequest.requester.agent": {
        "index": 26,
        "path": "DeviceRequest.requester.agent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Individual making the request"
      },
      "DeviceRequest.requester.onBehalfOf": {
        "index": 27,
        "path": "DeviceRequest.requester.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization agent is acting for"
      },
      "DeviceRequest.performerType": {
        "index": 28,
        "path": "DeviceRequest.performerType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Fille role",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/participant-role"
        }
      },
      "DeviceRequest.performer": {
        "index": 29,
        "path": "DeviceRequest.performer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService"
          }
        ],
        "isSummary": true,
        "short": "Requested Filler"
      },
      "DeviceRequest.reasonCode": {
        "index": 30,
        "path": "DeviceRequest.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Coded Reason for request",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-code"
        }
      },
      "DeviceRequest.reasonReference": {
        "index": 31,
        "path": "DeviceRequest.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Linked Reason for request"
      },
      "DeviceRequest.supportingInfo": {
        "index": 32,
        "path": "DeviceRequest.supportingInfo",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Additional clinical information"
      },
      "DeviceRequest.note": {
        "index": 33,
        "path": "DeviceRequest.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Notes or comments"
      },
      "DeviceRequest.relevantHistory": {
        "index": 34,
        "path": "DeviceRequest.relevantHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Provenance"
          }
        ],
        "short": "Request provenance"
      }
    },
    "DeviceUseStatement": {
      "DeviceUseStatement": {
        "index": 0,
        "path": "DeviceUseStatement",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Record of use of a device"
      },
      "DeviceUseStatement.id": {
        "index": 1,
        "path": "DeviceUseStatement.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "DeviceUseStatement.meta": {
        "index": 2,
        "path": "DeviceUseStatement.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "DeviceUseStatement.implicitRules": {
        "index": 3,
        "path": "DeviceUseStatement.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "DeviceUseStatement.language": {
        "index": 4,
        "path": "DeviceUseStatement.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "DeviceUseStatement.text": {
        "index": 5,
        "path": "DeviceUseStatement.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "DeviceUseStatement.contained": {
        "index": 6,
        "path": "DeviceUseStatement.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "DeviceUseStatement.extension": {
        "index": 7,
        "path": "DeviceUseStatement.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DeviceUseStatement.modifierExtension": {
        "index": 8,
        "path": "DeviceUseStatement.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DeviceUseStatement.identifier": {
        "index": 9,
        "path": "DeviceUseStatement.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "External identifier for this record"
      },
      "DeviceUseStatement.status": {
        "index": 10,
        "path": "DeviceUseStatement.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | completed | entered-in-error +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/device-statement-status"
        }
      },
      "DeviceUseStatement.subject": {
        "index": 11,
        "path": "DeviceUseStatement.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "short": "Patient using device"
      },
      "DeviceUseStatement.whenUsed": {
        "index": 12,
        "path": "DeviceUseStatement.whenUsed",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period device was used"
      },
      "DeviceUseStatement.timing[x]": {
        "index": 13,
        "path": "DeviceUseStatement.timing[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Timing"
          },
          {
            "code": "Period"
          },
          {
            "code": "dateTime"
          }
        ],
        "short": "How often  the device was used"
      },
      "DeviceUseStatement.recordedOn": {
        "index": 14,
        "path": "DeviceUseStatement.recordedOn",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When statement was recorded"
      },
      "DeviceUseStatement.source": {
        "index": 15,
        "path": "DeviceUseStatement.source",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "short": "Who made the statement"
      },
      "DeviceUseStatement.device": {
        "index": 16,
        "path": "DeviceUseStatement.device",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Reference to device used"
      },
      "DeviceUseStatement.indication": {
        "index": 17,
        "path": "DeviceUseStatement.indication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why device was used"
      },
      "DeviceUseStatement.bodySite": {
        "index": 18,
        "path": "DeviceUseStatement.bodySite",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Target body site",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "DeviceUseStatement.note": {
        "index": 19,
        "path": "DeviceUseStatement.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Addition details (comments, instructions)"
      }
    },
    "DiagnosticReport": {
      "DiagnosticReport": {
        "index": 0,
        "path": "DiagnosticReport",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports"
      },
      "DiagnosticReport.id": {
        "index": 1,
        "path": "DiagnosticReport.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "DiagnosticReport.meta": {
        "index": 2,
        "path": "DiagnosticReport.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "DiagnosticReport.implicitRules": {
        "index": 3,
        "path": "DiagnosticReport.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "DiagnosticReport.language": {
        "index": 4,
        "path": "DiagnosticReport.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "DiagnosticReport.text": {
        "index": 5,
        "path": "DiagnosticReport.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "DiagnosticReport.contained": {
        "index": 6,
        "path": "DiagnosticReport.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "DiagnosticReport.extension": {
        "index": 7,
        "path": "DiagnosticReport.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DiagnosticReport.modifierExtension": {
        "index": 8,
        "path": "DiagnosticReport.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DiagnosticReport.identifier": {
        "index": 9,
        "path": "DiagnosticReport.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business identifier for report"
      },
      "DiagnosticReport.basedOn": {
        "index": 10,
        "path": "DiagnosticReport.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/NutritionOrder"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "short": "What was requested"
      },
      "DiagnosticReport.status": {
        "index": 11,
        "path": "DiagnosticReport.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "registered | partial | preliminary | final +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/diagnostic-report-status"
        }
      },
      "DiagnosticReport.category": {
        "index": 12,
        "path": "DiagnosticReport.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Service category",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections"
        }
      },
      "DiagnosticReport.code": {
        "index": 13,
        "path": "DiagnosticReport.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Name/Code for this diagnostic report",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/report-codes"
        }
      },
      "DiagnosticReport.subject": {
        "index": 14,
        "path": "DiagnosticReport.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "The subject of the report - usually, but not always, the patient"
      },
      "DiagnosticReport.context": {
        "index": 15,
        "path": "DiagnosticReport.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Health care event when test ordered"
      },
      "DiagnosticReport.effective[x]": {
        "index": 16,
        "path": "DiagnosticReport.effective[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Clinically relevant time/time-period for report"
      },
      "DiagnosticReport.issued": {
        "index": 17,
        "path": "DiagnosticReport.issued",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "DateTime this version was released"
      },
      "DiagnosticReport.performer": {
        "index": 18,
        "path": "DiagnosticReport.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Participants in producing the report"
      },
      "DiagnosticReport.performer.id": {
        "index": 19,
        "path": "DiagnosticReport.performer.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DiagnosticReport.performer.extension": {
        "index": 20,
        "path": "DiagnosticReport.performer.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DiagnosticReport.performer.modifierExtension": {
        "index": 21,
        "path": "DiagnosticReport.performer.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DiagnosticReport.performer.role": {
        "index": 22,
        "path": "DiagnosticReport.performer.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of performer",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/performer-role"
        }
      },
      "DiagnosticReport.performer.actor": {
        "index": 23,
        "path": "DiagnosticReport.performer.actor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Practitioner or Organization  participant"
      },
      "DiagnosticReport.specimen": {
        "index": 24,
        "path": "DiagnosticReport.specimen",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Specimen"
          }
        ],
        "short": "Specimens this report is based on"
      },
      "DiagnosticReport.result": {
        "index": 25,
        "path": "DiagnosticReport.result",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "short": "Observations - simple, or complex nested groups"
      },
      "DiagnosticReport.imagingStudy": {
        "index": 26,
        "path": "DiagnosticReport.imagingStudy",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ImagingStudy"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ImagingManifest"
          }
        ],
        "short": "Reference to full details of imaging associated with the diagnostic report"
      },
      "DiagnosticReport.image": {
        "index": 27,
        "path": "DiagnosticReport.image",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Key images associated with this report"
      },
      "DiagnosticReport.image.id": {
        "index": 28,
        "path": "DiagnosticReport.image.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DiagnosticReport.image.extension": {
        "index": 29,
        "path": "DiagnosticReport.image.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DiagnosticReport.image.modifierExtension": {
        "index": 30,
        "path": "DiagnosticReport.image.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DiagnosticReport.image.comment": {
        "index": 31,
        "path": "DiagnosticReport.image.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Comment about the image (e.g. explanation)"
      },
      "DiagnosticReport.image.link": {
        "index": 32,
        "path": "DiagnosticReport.image.link",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Media"
          }
        ],
        "isSummary": true,
        "short": "Reference to the image source"
      },
      "DiagnosticReport.conclusion": {
        "index": 33,
        "path": "DiagnosticReport.conclusion",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Clinical Interpretation of test results"
      },
      "DiagnosticReport.codedDiagnosis": {
        "index": 34,
        "path": "DiagnosticReport.codedDiagnosis",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Codes for the conclusion",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/clinical-findings"
        }
      },
      "DiagnosticReport.presentedForm": {
        "index": 35,
        "path": "DiagnosticReport.presentedForm",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "short": "Entire report as issued"
      }
    },
    "DocumentManifest": {
      "DocumentManifest": {
        "index": 0,
        "path": "DocumentManifest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A list that defines a set of documents"
      },
      "DocumentManifest.id": {
        "index": 1,
        "path": "DocumentManifest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "DocumentManifest.meta": {
        "index": 2,
        "path": "DocumentManifest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "DocumentManifest.implicitRules": {
        "index": 3,
        "path": "DocumentManifest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "DocumentManifest.language": {
        "index": 4,
        "path": "DocumentManifest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "DocumentManifest.text": {
        "index": 5,
        "path": "DocumentManifest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "DocumentManifest.contained": {
        "index": 6,
        "path": "DocumentManifest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "DocumentManifest.extension": {
        "index": 7,
        "path": "DocumentManifest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DocumentManifest.modifierExtension": {
        "index": 8,
        "path": "DocumentManifest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DocumentManifest.masterIdentifier": {
        "index": 9,
        "path": "DocumentManifest.masterIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique Identifier for the set of documents"
      },
      "DocumentManifest.identifier": {
        "index": 10,
        "path": "DocumentManifest.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Other identifiers for the manifest"
      },
      "DocumentManifest.status": {
        "index": 11,
        "path": "DocumentManifest.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "current | superseded | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/document-reference-status"
        }
      },
      "DocumentManifest.type": {
        "index": 12,
        "path": "DocumentManifest.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Kind of document set",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/c80-doc-typecodes"
        }
      },
      "DocumentManifest.subject": {
        "index": 13,
        "path": "DocumentManifest.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "The subject of the set of documents"
      },
      "DocumentManifest.created": {
        "index": 14,
        "path": "DocumentManifest.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When this document manifest created"
      },
      "DocumentManifest.author": {
        "index": 15,
        "path": "DocumentManifest.author",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Who and/or what authored the manifest"
      },
      "DocumentManifest.recipient": {
        "index": 16,
        "path": "DocumentManifest.recipient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Intended to get notified about this set of documents"
      },
      "DocumentManifest.source": {
        "index": 17,
        "path": "DocumentManifest.source",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "The source system/application/software"
      },
      "DocumentManifest.description": {
        "index": 18,
        "path": "DocumentManifest.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Human-readable description (title)"
      },
      "DocumentManifest.content": {
        "index": 19,
        "path": "DocumentManifest.content",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The items included"
      },
      "DocumentManifest.content.id": {
        "index": 20,
        "path": "DocumentManifest.content.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DocumentManifest.content.extension": {
        "index": 21,
        "path": "DocumentManifest.content.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DocumentManifest.content.modifierExtension": {
        "index": 22,
        "path": "DocumentManifest.content.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DocumentManifest.content.p[x]": {
        "index": 23,
        "path": "DocumentManifest.content.p[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Contents of this set of documents"
      },
      "DocumentManifest.related": {
        "index": 24,
        "path": "DocumentManifest.related",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Related things"
      },
      "DocumentManifest.related.id": {
        "index": 25,
        "path": "DocumentManifest.related.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DocumentManifest.related.extension": {
        "index": 26,
        "path": "DocumentManifest.related.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DocumentManifest.related.modifierExtension": {
        "index": 27,
        "path": "DocumentManifest.related.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DocumentManifest.related.identifier": {
        "index": 28,
        "path": "DocumentManifest.related.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifiers of things that are related"
      },
      "DocumentManifest.related.ref": {
        "index": 29,
        "path": "DocumentManifest.related.ref",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Related Resource"
      }
    },
    "DocumentReference": {
      "DocumentReference": {
        "index": 0,
        "path": "DocumentReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A reference to a document"
      },
      "DocumentReference.id": {
        "index": 1,
        "path": "DocumentReference.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "DocumentReference.meta": {
        "index": 2,
        "path": "DocumentReference.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "DocumentReference.implicitRules": {
        "index": 3,
        "path": "DocumentReference.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "DocumentReference.language": {
        "index": 4,
        "path": "DocumentReference.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "DocumentReference.text": {
        "index": 5,
        "path": "DocumentReference.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "DocumentReference.contained": {
        "index": 6,
        "path": "DocumentReference.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "DocumentReference.extension": {
        "index": 7,
        "path": "DocumentReference.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DocumentReference.modifierExtension": {
        "index": 8,
        "path": "DocumentReference.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DocumentReference.masterIdentifier": {
        "index": 9,
        "path": "DocumentReference.masterIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Master Version Specific Identifier"
      },
      "DocumentReference.identifier": {
        "index": 10,
        "path": "DocumentReference.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Other identifiers for the document"
      },
      "DocumentReference.status": {
        "index": 11,
        "path": "DocumentReference.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "current | superseded | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/document-reference-status"
        }
      },
      "DocumentReference.docStatus": {
        "index": 12,
        "path": "DocumentReference.docStatus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "preliminary | final | appended | amended | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/composition-status"
        }
      },
      "DocumentReference.type": {
        "index": 13,
        "path": "DocumentReference.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Kind of document (LOINC if possible)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/c80-doc-typecodes"
        }
      },
      "DocumentReference.class": {
        "index": 14,
        "path": "DocumentReference.class",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Categorization of document",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/c80-doc-classcodes"
        }
      },
      "DocumentReference.subject": {
        "index": 15,
        "path": "DocumentReference.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Who/what is the subject of the document"
      },
      "DocumentReference.created": {
        "index": 16,
        "path": "DocumentReference.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Document creation time"
      },
      "DocumentReference.indexed": {
        "index": 17,
        "path": "DocumentReference.indexed",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "When this document reference was created"
      },
      "DocumentReference.author": {
        "index": 18,
        "path": "DocumentReference.author",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Who and/or what authored the document"
      },
      "DocumentReference.authenticator": {
        "index": 19,
        "path": "DocumentReference.authenticator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Who/what authenticated the document"
      },
      "DocumentReference.custodian": {
        "index": 20,
        "path": "DocumentReference.custodian",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization which maintains the document"
      },
      "DocumentReference.relatesTo": {
        "index": 21,
        "path": "DocumentReference.relatesTo",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Relationships to other documents"
      },
      "DocumentReference.relatesTo.id": {
        "index": 22,
        "path": "DocumentReference.relatesTo.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DocumentReference.relatesTo.extension": {
        "index": 23,
        "path": "DocumentReference.relatesTo.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DocumentReference.relatesTo.modifierExtension": {
        "index": 24,
        "path": "DocumentReference.relatesTo.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DocumentReference.relatesTo.code": {
        "index": 25,
        "path": "DocumentReference.relatesTo.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "replaces | transforms | signs | appends",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/document-relationship-type"
        }
      },
      "DocumentReference.relatesTo.target": {
        "index": 26,
        "path": "DocumentReference.relatesTo.target",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
          }
        ],
        "isSummary": true,
        "short": "Target of the relationship"
      },
      "DocumentReference.description": {
        "index": 27,
        "path": "DocumentReference.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Human-readable description (title)"
      },
      "DocumentReference.securityLabel": {
        "index": 28,
        "path": "DocumentReference.securityLabel",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Document security-tags",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-labels"
        }
      },
      "DocumentReference.content": {
        "index": 29,
        "path": "DocumentReference.content",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Document referenced"
      },
      "DocumentReference.content.id": {
        "index": 30,
        "path": "DocumentReference.content.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DocumentReference.content.extension": {
        "index": 31,
        "path": "DocumentReference.content.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DocumentReference.content.modifierExtension": {
        "index": 32,
        "path": "DocumentReference.content.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DocumentReference.content.attachment": {
        "index": 33,
        "path": "DocumentReference.content.attachment",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "isSummary": true,
        "short": "Where to access the document"
      },
      "DocumentReference.content.format": {
        "index": 34,
        "path": "DocumentReference.content.format",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Format/content rules for the document",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/formatcodes"
        }
      },
      "DocumentReference.context": {
        "index": 35,
        "path": "DocumentReference.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Clinical context of document"
      },
      "DocumentReference.context.id": {
        "index": 36,
        "path": "DocumentReference.context.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DocumentReference.context.extension": {
        "index": 37,
        "path": "DocumentReference.context.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DocumentReference.context.modifierExtension": {
        "index": 38,
        "path": "DocumentReference.context.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DocumentReference.context.encounter": {
        "index": 39,
        "path": "DocumentReference.context.encounter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ],
        "isSummary": true,
        "short": "Context of the document  content"
      },
      "DocumentReference.context.event": {
        "index": 40,
        "path": "DocumentReference.context.event",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Main clinical acts documented",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
        }
      },
      "DocumentReference.context.period": {
        "index": 41,
        "path": "DocumentReference.context.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Time of service that is being documented"
      },
      "DocumentReference.context.facilityType": {
        "index": 42,
        "path": "DocumentReference.context.facilityType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Kind of facility where patient was seen",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/c80-facilitycodes"
        }
      },
      "DocumentReference.context.practiceSetting": {
        "index": 43,
        "path": "DocumentReference.context.practiceSetting",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Additional details about where the content was created (e.g. clinical specialty)",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
        }
      },
      "DocumentReference.context.sourcePatientInfo": {
        "index": 44,
        "path": "DocumentReference.context.sourcePatientInfo",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Patient demographics from source"
      },
      "DocumentReference.context.related": {
        "index": 45,
        "path": "DocumentReference.context.related",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Related identifiers or resources"
      },
      "DocumentReference.context.related.id": {
        "index": 46,
        "path": "DocumentReference.context.related.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DocumentReference.context.related.extension": {
        "index": 47,
        "path": "DocumentReference.context.related.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DocumentReference.context.related.modifierExtension": {
        "index": 48,
        "path": "DocumentReference.context.related.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "DocumentReference.context.related.identifier": {
        "index": 49,
        "path": "DocumentReference.context.related.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifier of related objects or events"
      },
      "DocumentReference.context.related.ref": {
        "index": 50,
        "path": "DocumentReference.context.related.ref",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Related Resource"
      }
    },
    "DomainResource": {
      "DomainResource": {
        "index": 0,
        "path": "DomainResource",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A resource with narrative, extensions, and contained resources"
      },
      "DomainResource.id": {
        "index": 1,
        "path": "DomainResource.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "DomainResource.meta": {
        "index": 2,
        "path": "DomainResource.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "DomainResource.implicitRules": {
        "index": 3,
        "path": "DomainResource.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "DomainResource.language": {
        "index": 4,
        "path": "DomainResource.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "DomainResource.text": {
        "index": 5,
        "path": "DomainResource.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "DomainResource.contained": {
        "index": 6,
        "path": "DomainResource.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "DomainResource.extension": {
        "index": 7,
        "path": "DomainResource.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DomainResource.modifierExtension": {
        "index": 8,
        "path": "DomainResource.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      }
    },
    "EligibilityRequest": {
      "EligibilityRequest": {
        "index": 0,
        "path": "EligibilityRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Determine insurance validity and scope of coverage"
      },
      "EligibilityRequest.id": {
        "index": 1,
        "path": "EligibilityRequest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "EligibilityRequest.meta": {
        "index": 2,
        "path": "EligibilityRequest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "EligibilityRequest.implicitRules": {
        "index": 3,
        "path": "EligibilityRequest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "EligibilityRequest.language": {
        "index": 4,
        "path": "EligibilityRequest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "EligibilityRequest.text": {
        "index": 5,
        "path": "EligibilityRequest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "EligibilityRequest.contained": {
        "index": 6,
        "path": "EligibilityRequest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "EligibilityRequest.extension": {
        "index": 7,
        "path": "EligibilityRequest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EligibilityRequest.modifierExtension": {
        "index": 8,
        "path": "EligibilityRequest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EligibilityRequest.identifier": {
        "index": 9,
        "path": "EligibilityRequest.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business Identifier"
      },
      "EligibilityRequest.status": {
        "index": 10,
        "path": "EligibilityRequest.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "EligibilityRequest.priority": {
        "index": 11,
        "path": "EligibilityRequest.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Desired processing priority",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/process-priority"
        }
      },
      "EligibilityRequest.patient": {
        "index": 12,
        "path": "EligibilityRequest.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "The subject of the Products and Services"
      },
      "EligibilityRequest.serviced[x]": {
        "index": 13,
        "path": "EligibilityRequest.serviced[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          },
          {
            "code": "Period"
          }
        ],
        "short": "Estimated date or dates of Service"
      },
      "EligibilityRequest.created": {
        "index": 14,
        "path": "EligibilityRequest.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "EligibilityRequest.enterer": {
        "index": 15,
        "path": "EligibilityRequest.enterer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Author"
      },
      "EligibilityRequest.provider": {
        "index": 16,
        "path": "EligibilityRequest.provider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible practitioner"
      },
      "EligibilityRequest.organization": {
        "index": 17,
        "path": "EligibilityRequest.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization"
      },
      "EligibilityRequest.insurer": {
        "index": 18,
        "path": "EligibilityRequest.insurer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Target"
      },
      "EligibilityRequest.facility": {
        "index": 19,
        "path": "EligibilityRequest.facility",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Servicing Facility"
      },
      "EligibilityRequest.coverage": {
        "index": 20,
        "path": "EligibilityRequest.coverage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Coverage"
          }
        ],
        "short": "Insurance or medical plan"
      },
      "EligibilityRequest.businessArrangement": {
        "index": 21,
        "path": "EligibilityRequest.businessArrangement",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Business agreement"
      },
      "EligibilityRequest.benefitCategory": {
        "index": 22,
        "path": "EligibilityRequest.benefitCategory",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of services covered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-category"
        }
      },
      "EligibilityRequest.benefitSubCategory": {
        "index": 23,
        "path": "EligibilityRequest.benefitSubCategory",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Detailed services covered within the type",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      }
    },
    "EligibilityResponse": {
      "EligibilityResponse": {
        "index": 0,
        "path": "EligibilityResponse",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "EligibilityResponse resource"
      },
      "EligibilityResponse.id": {
        "index": 1,
        "path": "EligibilityResponse.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "EligibilityResponse.meta": {
        "index": 2,
        "path": "EligibilityResponse.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "EligibilityResponse.implicitRules": {
        "index": 3,
        "path": "EligibilityResponse.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "EligibilityResponse.language": {
        "index": 4,
        "path": "EligibilityResponse.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "EligibilityResponse.text": {
        "index": 5,
        "path": "EligibilityResponse.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "EligibilityResponse.contained": {
        "index": 6,
        "path": "EligibilityResponse.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "EligibilityResponse.extension": {
        "index": 7,
        "path": "EligibilityResponse.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EligibilityResponse.modifierExtension": {
        "index": 8,
        "path": "EligibilityResponse.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EligibilityResponse.identifier": {
        "index": 9,
        "path": "EligibilityResponse.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business Identifier"
      },
      "EligibilityResponse.status": {
        "index": 10,
        "path": "EligibilityResponse.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "EligibilityResponse.created": {
        "index": 11,
        "path": "EligibilityResponse.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "EligibilityResponse.requestProvider": {
        "index": 12,
        "path": "EligibilityResponse.requestProvider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible practitioner"
      },
      "EligibilityResponse.requestOrganization": {
        "index": 13,
        "path": "EligibilityResponse.requestOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization"
      },
      "EligibilityResponse.request": {
        "index": 14,
        "path": "EligibilityResponse.request",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EligibilityRequest"
          }
        ],
        "short": "Eligibility reference"
      },
      "EligibilityResponse.outcome": {
        "index": 15,
        "path": "EligibilityResponse.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "complete | error | partial",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/remittance-outcome"
        }
      },
      "EligibilityResponse.disposition": {
        "index": 16,
        "path": "EligibilityResponse.disposition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Disposition Message"
      },
      "EligibilityResponse.insurer": {
        "index": 17,
        "path": "EligibilityResponse.insurer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Insurer issuing the coverage"
      },
      "EligibilityResponse.inforce": {
        "index": 18,
        "path": "EligibilityResponse.inforce",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Coverage inforce indicator"
      },
      "EligibilityResponse.insurance": {
        "index": 19,
        "path": "EligibilityResponse.insurance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Details by insurance coverage"
      },
      "EligibilityResponse.insurance.id": {
        "index": 20,
        "path": "EligibilityResponse.insurance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "EligibilityResponse.insurance.extension": {
        "index": 21,
        "path": "EligibilityResponse.insurance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EligibilityResponse.insurance.modifierExtension": {
        "index": 22,
        "path": "EligibilityResponse.insurance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EligibilityResponse.insurance.coverage": {
        "index": 23,
        "path": "EligibilityResponse.insurance.coverage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Coverage"
          }
        ],
        "short": "Updated Coverage details"
      },
      "EligibilityResponse.insurance.contract": {
        "index": 24,
        "path": "EligibilityResponse.insurance.contract",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Contract"
          }
        ],
        "short": "Contract details"
      },
      "EligibilityResponse.insurance.benefitBalance": {
        "index": 25,
        "path": "EligibilityResponse.insurance.benefitBalance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Benefits by Category"
      },
      "EligibilityResponse.insurance.benefitBalance.id": {
        "index": 26,
        "path": "EligibilityResponse.insurance.benefitBalance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "EligibilityResponse.insurance.benefitBalance.extension": {
        "index": 27,
        "path": "EligibilityResponse.insurance.benefitBalance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EligibilityResponse.insurance.benefitBalance.modifierExtension": {
        "index": 28,
        "path": "EligibilityResponse.insurance.benefitBalance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EligibilityResponse.insurance.benefitBalance.category": {
        "index": 29,
        "path": "EligibilityResponse.insurance.benefitBalance.category",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of services covered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-category"
        }
      },
      "EligibilityResponse.insurance.benefitBalance.subCategory": {
        "index": 30,
        "path": "EligibilityResponse.insurance.benefitBalance.subCategory",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Detailed services covered within the type",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "EligibilityResponse.insurance.benefitBalance.excluded": {
        "index": 31,
        "path": "EligibilityResponse.insurance.benefitBalance.excluded",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Excluded from the plan"
      },
      "EligibilityResponse.insurance.benefitBalance.name": {
        "index": 32,
        "path": "EligibilityResponse.insurance.benefitBalance.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Short name for the benefit"
      },
      "EligibilityResponse.insurance.benefitBalance.description": {
        "index": 33,
        "path": "EligibilityResponse.insurance.benefitBalance.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Description of the benefit or services covered"
      },
      "EligibilityResponse.insurance.benefitBalance.network": {
        "index": 34,
        "path": "EligibilityResponse.insurance.benefitBalance.network",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "In or out of network",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-network"
        }
      },
      "EligibilityResponse.insurance.benefitBalance.unit": {
        "index": 35,
        "path": "EligibilityResponse.insurance.benefitBalance.unit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Individual or family",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-unit"
        }
      },
      "EligibilityResponse.insurance.benefitBalance.term": {
        "index": 36,
        "path": "EligibilityResponse.insurance.benefitBalance.term",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Annual or lifetime",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-term"
        }
      },
      "EligibilityResponse.insurance.benefitBalance.financial": {
        "index": 37,
        "path": "EligibilityResponse.insurance.benefitBalance.financial",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Benefit Summary"
      },
      "EligibilityResponse.insurance.benefitBalance.financial.id": {
        "index": 38,
        "path": "EligibilityResponse.insurance.benefitBalance.financial.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "EligibilityResponse.insurance.benefitBalance.financial.extension": {
        "index": 39,
        "path": "EligibilityResponse.insurance.benefitBalance.financial.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EligibilityResponse.insurance.benefitBalance.financial.modifierExtension": {
        "index": 40,
        "path": "EligibilityResponse.insurance.benefitBalance.financial.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EligibilityResponse.insurance.benefitBalance.financial.type": {
        "index": 41,
        "path": "EligibilityResponse.insurance.benefitBalance.financial.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Deductable, visits, benefit amount",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-type"
        }
      },
      "EligibilityResponse.insurance.benefitBalance.financial.allowed[x]": {
        "index": 42,
        "path": "EligibilityResponse.insurance.benefitBalance.financial.allowed[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          },
          {
            "code": "string"
          },
          {
            "code": "Money"
          }
        ],
        "short": "Benefits allowed"
      },
      "EligibilityResponse.insurance.benefitBalance.financial.used[x]": {
        "index": 43,
        "path": "EligibilityResponse.insurance.benefitBalance.financial.used[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          },
          {
            "code": "Money"
          }
        ],
        "short": "Benefits used"
      },
      "EligibilityResponse.form": {
        "index": 44,
        "path": "EligibilityResponse.form",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Printed Form Identifier",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/forms"
        }
      },
      "EligibilityResponse.error": {
        "index": 45,
        "path": "EligibilityResponse.error",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Processing errors"
      },
      "EligibilityResponse.error.id": {
        "index": 46,
        "path": "EligibilityResponse.error.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "EligibilityResponse.error.extension": {
        "index": 47,
        "path": "EligibilityResponse.error.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EligibilityResponse.error.modifierExtension": {
        "index": 48,
        "path": "EligibilityResponse.error.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EligibilityResponse.error.code": {
        "index": 49,
        "path": "EligibilityResponse.error.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Error code detailing processing issues",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adjudication-error"
        }
      }
    },
    "Encounter": {
      "Encounter": {
        "index": 0,
        "path": "Encounter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "An interaction during which services are provided to the patient"
      },
      "Encounter.id": {
        "index": 1,
        "path": "Encounter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Encounter.meta": {
        "index": 2,
        "path": "Encounter.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Encounter.implicitRules": {
        "index": 3,
        "path": "Encounter.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Encounter.language": {
        "index": 4,
        "path": "Encounter.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Encounter.text": {
        "index": 5,
        "path": "Encounter.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Encounter.contained": {
        "index": 6,
        "path": "Encounter.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Encounter.extension": {
        "index": 7,
        "path": "Encounter.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Encounter.modifierExtension": {
        "index": 8,
        "path": "Encounter.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Encounter.identifier": {
        "index": 9,
        "path": "Encounter.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifier(s) by which this encounter is known"
      },
      "Encounter.status": {
        "index": 10,
        "path": "Encounter.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-status"
        }
      },
      "Encounter.statusHistory": {
        "index": 11,
        "path": "Encounter.statusHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "List of past encounter statuses"
      },
      "Encounter.statusHistory.id": {
        "index": 12,
        "path": "Encounter.statusHistory.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Encounter.statusHistory.extension": {
        "index": 13,
        "path": "Encounter.statusHistory.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Encounter.statusHistory.modifierExtension": {
        "index": 14,
        "path": "Encounter.statusHistory.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Encounter.statusHistory.status": {
        "index": 15,
        "path": "Encounter.statusHistory.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-status"
        }
      },
      "Encounter.statusHistory.period": {
        "index": 16,
        "path": "Encounter.statusHistory.period",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "The time that the episode was in the specified status"
      },
      "Encounter.class": {
        "index": 17,
        "path": "Encounter.class",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "inpatient | outpatient | ambulatory | emergency +",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActEncounterCode"
        }
      },
      "Encounter.classHistory": {
        "index": 18,
        "path": "Encounter.classHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "List of past encounter classes"
      },
      "Encounter.classHistory.id": {
        "index": 19,
        "path": "Encounter.classHistory.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Encounter.classHistory.extension": {
        "index": 20,
        "path": "Encounter.classHistory.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Encounter.classHistory.modifierExtension": {
        "index": 21,
        "path": "Encounter.classHistory.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Encounter.classHistory.class": {
        "index": 22,
        "path": "Encounter.classHistory.class",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "inpatient | outpatient | ambulatory | emergency +",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActEncounterCode"
        }
      },
      "Encounter.classHistory.period": {
        "index": 23,
        "path": "Encounter.classHistory.period",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "The time that the episode was in the specified class"
      },
      "Encounter.type": {
        "index": 24,
        "path": "Encounter.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Specific type of encounter",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-type"
        }
      },
      "Encounter.priority": {
        "index": 25,
        "path": "Encounter.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Indicates the urgency of the encounter",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
        }
      },
      "Encounter.subject": {
        "index": 26,
        "path": "Encounter.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "The patient ro group present at the encounter"
      },
      "Encounter.episodeOfCare": {
        "index": 27,
        "path": "Encounter.episodeOfCare",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Episode(s) of care that this encounter should be recorded against"
      },
      "Encounter.incomingReferral": {
        "index": 28,
        "path": "Encounter.incomingReferral",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "short": "The ReferralRequest that initiated this encounter"
      },
      "Encounter.participant": {
        "index": 29,
        "path": "Encounter.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "List of participants involved in the encounter"
      },
      "Encounter.participant.id": {
        "index": 30,
        "path": "Encounter.participant.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Encounter.participant.extension": {
        "index": 31,
        "path": "Encounter.participant.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Encounter.participant.modifierExtension": {
        "index": 32,
        "path": "Encounter.participant.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Encounter.participant.type": {
        "index": 33,
        "path": "Encounter.participant.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Role of participant in encounter",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-participant-type"
        }
      },
      "Encounter.participant.period": {
        "index": 34,
        "path": "Encounter.participant.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period of time during the encounter that the participant participated"
      },
      "Encounter.participant.individual": {
        "index": 35,
        "path": "Encounter.participant.individual",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Persons involved in the encounter other than the patient"
      },
      "Encounter.appointment": {
        "index": 36,
        "path": "Encounter.appointment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Appointment"
          }
        ],
        "isSummary": true,
        "short": "The appointment that scheduled this encounter"
      },
      "Encounter.period": {
        "index": 37,
        "path": "Encounter.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "The start and end time of the encounter"
      },
      "Encounter.length": {
        "index": 38,
        "path": "Encounter.length",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Duration"
          }
        ],
        "short": "Quantity of time the encounter lasted (less time absent)"
      },
      "Encounter.reason": {
        "index": 39,
        "path": "Encounter.reason",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Reason the encounter takes place (code)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-reason"
        }
      },
      "Encounter.diagnosis": {
        "index": 40,
        "path": "Encounter.diagnosis",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The list of diagnosis relevant to this encounter"
      },
      "Encounter.diagnosis.id": {
        "index": 41,
        "path": "Encounter.diagnosis.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Encounter.diagnosis.extension": {
        "index": 42,
        "path": "Encounter.diagnosis.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Encounter.diagnosis.modifierExtension": {
        "index": 43,
        "path": "Encounter.diagnosis.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Encounter.diagnosis.condition": {
        "index": 44,
        "path": "Encounter.diagnosis.condition",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "short": "Reason the encounter takes place (resource)"
      },
      "Encounter.diagnosis.role": {
        "index": 45,
        "path": "Encounter.diagnosis.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/diagnosis-role"
        }
      },
      "Encounter.diagnosis.rank": {
        "index": 46,
        "path": "Encounter.diagnosis.rank",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Ranking of the diagnosis (for each role type)"
      },
      "Encounter.account": {
        "index": 47,
        "path": "Encounter.account",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Account"
          }
        ],
        "short": "The set of accounts that may be used for billing for this Encounter"
      },
      "Encounter.hospitalization": {
        "index": 48,
        "path": "Encounter.hospitalization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Details about the admission to a healthcare service"
      },
      "Encounter.hospitalization.id": {
        "index": 49,
        "path": "Encounter.hospitalization.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Encounter.hospitalization.extension": {
        "index": 50,
        "path": "Encounter.hospitalization.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Encounter.hospitalization.modifierExtension": {
        "index": 51,
        "path": "Encounter.hospitalization.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Encounter.hospitalization.preAdmissionIdentifier": {
        "index": 52,
        "path": "Encounter.hospitalization.preAdmissionIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Pre-admission identifier"
      },
      "Encounter.hospitalization.origin": {
        "index": 53,
        "path": "Encounter.hospitalization.origin",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "The location from which the patient came before admission"
      },
      "Encounter.hospitalization.admitSource": {
        "index": 54,
        "path": "Encounter.hospitalization.admitSource",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "From where patient was admitted (physician referral, transfer)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-admit-source"
        }
      },
      "Encounter.hospitalization.reAdmission": {
        "index": 55,
        "path": "Encounter.hospitalization.reAdmission",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "The type of hospital re-admission that has occurred (if any). If the value is absent, then this is not identified as a readmission",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v2-0092"
        }
      },
      "Encounter.hospitalization.dietPreference": {
        "index": 56,
        "path": "Encounter.hospitalization.dietPreference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Diet preferences reported by the patient",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-diet"
        }
      },
      "Encounter.hospitalization.specialCourtesy": {
        "index": 57,
        "path": "Encounter.hospitalization.specialCourtesy",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Special courtesies (VIP, board member)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-special-courtesy"
        }
      },
      "Encounter.hospitalization.specialArrangement": {
        "index": 58,
        "path": "Encounter.hospitalization.specialArrangement",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Wheelchair, translator, stretcher, etc.",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-special-arrangements"
        }
      },
      "Encounter.hospitalization.destination": {
        "index": 59,
        "path": "Encounter.hospitalization.destination",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Location to which the patient is discharged"
      },
      "Encounter.hospitalization.dischargeDisposition": {
        "index": 60,
        "path": "Encounter.hospitalization.dischargeDisposition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Category or kind of location after discharge",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-discharge-disposition"
        }
      },
      "Encounter.location": {
        "index": 61,
        "path": "Encounter.location",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "List of locations where the patient has been"
      },
      "Encounter.location.id": {
        "index": 62,
        "path": "Encounter.location.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Encounter.location.extension": {
        "index": 63,
        "path": "Encounter.location.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Encounter.location.modifierExtension": {
        "index": 64,
        "path": "Encounter.location.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Encounter.location.location": {
        "index": 65,
        "path": "Encounter.location.location",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Location the encounter takes place"
      },
      "Encounter.location.status": {
        "index": 66,
        "path": "Encounter.location.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "planned | active | reserved | completed",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-location-status"
        }
      },
      "Encounter.location.period": {
        "index": 67,
        "path": "Encounter.location.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Time period during which the patient was present at the location"
      },
      "Encounter.serviceProvider": {
        "index": 68,
        "path": "Encounter.serviceProvider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "The custodian organization of this Encounter record"
      },
      "Encounter.partOf": {
        "index": 69,
        "path": "Encounter.partOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ],
        "short": "Another Encounter this encounter is part of"
      }
    },
    "Endpoint": {
      "Endpoint": {
        "index": 0,
        "path": "Endpoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "The technical details of an endpoint that can be used for electronic services"
      },
      "Endpoint.id": {
        "index": 1,
        "path": "Endpoint.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Endpoint.meta": {
        "index": 2,
        "path": "Endpoint.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Endpoint.implicitRules": {
        "index": 3,
        "path": "Endpoint.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Endpoint.language": {
        "index": 4,
        "path": "Endpoint.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Endpoint.text": {
        "index": 5,
        "path": "Endpoint.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Endpoint.contained": {
        "index": 6,
        "path": "Endpoint.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Endpoint.extension": {
        "index": 7,
        "path": "Endpoint.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Endpoint.modifierExtension": {
        "index": 8,
        "path": "Endpoint.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Endpoint.identifier": {
        "index": 9,
        "path": "Endpoint.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifies this endpoint across multiple systems"
      },
      "Endpoint.status": {
        "index": 10,
        "path": "Endpoint.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | suspended | error | off | entered-in-error | test",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/endpoint-status"
        }
      },
      "Endpoint.connectionType": {
        "index": 11,
        "path": "Endpoint.connectionType",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Protocol/Profile/Standard to be used with this endpoint connection",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/endpoint-connection-type"
        }
      },
      "Endpoint.name": {
        "index": 12,
        "path": "Endpoint.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "A name that this endpoint can be identified by"
      },
      "Endpoint.managingOrganization": {
        "index": 13,
        "path": "Endpoint.managingOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization that manages this endpoint (may not be the organization that exposes the endpoint)"
      },
      "Endpoint.contact": {
        "index": 14,
        "path": "Endpoint.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "short": "Contact details for source (e.g. troubleshooting)"
      },
      "Endpoint.period": {
        "index": 15,
        "path": "Endpoint.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Interval the endpoint is expected to be operational"
      },
      "Endpoint.payloadType": {
        "index": 16,
        "path": "Endpoint.payloadType",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/endpoint-payload-type"
        }
      },
      "Endpoint.payloadMimeType": {
        "index": 17,
        "path": "Endpoint.payloadMimeType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)"
      },
      "Endpoint.address": {
        "index": 18,
        "path": "Endpoint.address",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "The technical base address for connecting to this endpoint"
      },
      "Endpoint.header": {
        "index": 19,
        "path": "Endpoint.header",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": false,
        "short": "Usage depends on the channel type"
      }
    },
    "EnrollmentRequest": {
      "EnrollmentRequest": {
        "index": 0,
        "path": "EnrollmentRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Enrollment request"
      },
      "EnrollmentRequest.id": {
        "index": 1,
        "path": "EnrollmentRequest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "EnrollmentRequest.meta": {
        "index": 2,
        "path": "EnrollmentRequest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "EnrollmentRequest.implicitRules": {
        "index": 3,
        "path": "EnrollmentRequest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "EnrollmentRequest.language": {
        "index": 4,
        "path": "EnrollmentRequest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "EnrollmentRequest.text": {
        "index": 5,
        "path": "EnrollmentRequest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "EnrollmentRequest.contained": {
        "index": 6,
        "path": "EnrollmentRequest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "EnrollmentRequest.extension": {
        "index": 7,
        "path": "EnrollmentRequest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EnrollmentRequest.modifierExtension": {
        "index": 8,
        "path": "EnrollmentRequest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EnrollmentRequest.identifier": {
        "index": 9,
        "path": "EnrollmentRequest.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business Identifier"
      },
      "EnrollmentRequest.status": {
        "index": 10,
        "path": "EnrollmentRequest.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "EnrollmentRequest.created": {
        "index": 11,
        "path": "EnrollmentRequest.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "EnrollmentRequest.insurer": {
        "index": 12,
        "path": "EnrollmentRequest.insurer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Target"
      },
      "EnrollmentRequest.provider": {
        "index": 13,
        "path": "EnrollmentRequest.provider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible practitioner"
      },
      "EnrollmentRequest.organization": {
        "index": 14,
        "path": "EnrollmentRequest.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization"
      },
      "EnrollmentRequest.subject": {
        "index": 15,
        "path": "EnrollmentRequest.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "The subject of the Products and Services"
      },
      "EnrollmentRequest.coverage": {
        "index": 16,
        "path": "EnrollmentRequest.coverage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Coverage"
          }
        ],
        "short": "Insurance information"
      }
    },
    "EnrollmentResponse": {
      "EnrollmentResponse": {
        "index": 0,
        "path": "EnrollmentResponse",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "EnrollmentResponse resource"
      },
      "EnrollmentResponse.id": {
        "index": 1,
        "path": "EnrollmentResponse.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "EnrollmentResponse.meta": {
        "index": 2,
        "path": "EnrollmentResponse.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "EnrollmentResponse.implicitRules": {
        "index": 3,
        "path": "EnrollmentResponse.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "EnrollmentResponse.language": {
        "index": 4,
        "path": "EnrollmentResponse.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "EnrollmentResponse.text": {
        "index": 5,
        "path": "EnrollmentResponse.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "EnrollmentResponse.contained": {
        "index": 6,
        "path": "EnrollmentResponse.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "EnrollmentResponse.extension": {
        "index": 7,
        "path": "EnrollmentResponse.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EnrollmentResponse.modifierExtension": {
        "index": 8,
        "path": "EnrollmentResponse.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EnrollmentResponse.identifier": {
        "index": 9,
        "path": "EnrollmentResponse.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business Identifier"
      },
      "EnrollmentResponse.status": {
        "index": 10,
        "path": "EnrollmentResponse.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "EnrollmentResponse.request": {
        "index": 11,
        "path": "EnrollmentResponse.request",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest"
          }
        ],
        "short": "Claim reference"
      },
      "EnrollmentResponse.outcome": {
        "index": 12,
        "path": "EnrollmentResponse.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "complete | error | partial",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/remittance-outcome"
        }
      },
      "EnrollmentResponse.disposition": {
        "index": 13,
        "path": "EnrollmentResponse.disposition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Disposition Message"
      },
      "EnrollmentResponse.created": {
        "index": 14,
        "path": "EnrollmentResponse.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "EnrollmentResponse.organization": {
        "index": 15,
        "path": "EnrollmentResponse.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Insurer"
      },
      "EnrollmentResponse.requestProvider": {
        "index": 16,
        "path": "EnrollmentResponse.requestProvider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible practitioner"
      },
      "EnrollmentResponse.requestOrganization": {
        "index": 17,
        "path": "EnrollmentResponse.requestOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization"
      }
    },
    "EpisodeOfCare": {
      "EpisodeOfCare": {
        "index": 0,
        "path": "EpisodeOfCare",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "An association of a Patient with an Organization and  Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility"
      },
      "EpisodeOfCare.id": {
        "index": 1,
        "path": "EpisodeOfCare.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "EpisodeOfCare.meta": {
        "index": 2,
        "path": "EpisodeOfCare.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "EpisodeOfCare.implicitRules": {
        "index": 3,
        "path": "EpisodeOfCare.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "EpisodeOfCare.language": {
        "index": 4,
        "path": "EpisodeOfCare.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "EpisodeOfCare.text": {
        "index": 5,
        "path": "EpisodeOfCare.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "EpisodeOfCare.contained": {
        "index": 6,
        "path": "EpisodeOfCare.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "EpisodeOfCare.extension": {
        "index": 7,
        "path": "EpisodeOfCare.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EpisodeOfCare.modifierExtension": {
        "index": 8,
        "path": "EpisodeOfCare.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EpisodeOfCare.identifier": {
        "index": 9,
        "path": "EpisodeOfCare.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business Identifier(s) relevant for this EpisodeOfCare"
      },
      "EpisodeOfCare.status": {
        "index": 10,
        "path": "EpisodeOfCare.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "planned | waitlist | active | onhold | finished | cancelled | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/episode-of-care-status"
        }
      },
      "EpisodeOfCare.statusHistory": {
        "index": 11,
        "path": "EpisodeOfCare.statusHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Past list of status codes (the current status may be included to cover the start date of the status)"
      },
      "EpisodeOfCare.statusHistory.id": {
        "index": 12,
        "path": "EpisodeOfCare.statusHistory.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "EpisodeOfCare.statusHistory.extension": {
        "index": 13,
        "path": "EpisodeOfCare.statusHistory.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EpisodeOfCare.statusHistory.modifierExtension": {
        "index": 14,
        "path": "EpisodeOfCare.statusHistory.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EpisodeOfCare.statusHistory.status": {
        "index": 15,
        "path": "EpisodeOfCare.statusHistory.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "planned | waitlist | active | onhold | finished | cancelled | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/episode-of-care-status"
        }
      },
      "EpisodeOfCare.statusHistory.period": {
        "index": 16,
        "path": "EpisodeOfCare.statusHistory.period",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Duration the EpisodeOfCare was in the specified status"
      },
      "EpisodeOfCare.type": {
        "index": 17,
        "path": "EpisodeOfCare.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type/class  - e.g. specialist referral, disease management",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/episodeofcare-type"
        }
      },
      "EpisodeOfCare.diagnosis": {
        "index": 18,
        "path": "EpisodeOfCare.diagnosis",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The list of diagnosis relevant to this episode of care"
      },
      "EpisodeOfCare.diagnosis.id": {
        "index": 19,
        "path": "EpisodeOfCare.diagnosis.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "EpisodeOfCare.diagnosis.extension": {
        "index": 20,
        "path": "EpisodeOfCare.diagnosis.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "EpisodeOfCare.diagnosis.modifierExtension": {
        "index": 21,
        "path": "EpisodeOfCare.diagnosis.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "EpisodeOfCare.diagnosis.condition": {
        "index": 22,
        "path": "EpisodeOfCare.diagnosis.condition",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          }
        ],
        "isSummary": true,
        "short": "Conditions/problems/diagnoses this episode of care is for"
      },
      "EpisodeOfCare.diagnosis.role": {
        "index": 23,
        "path": "EpisodeOfCare.diagnosis.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/diagnosis-role"
        }
      },
      "EpisodeOfCare.diagnosis.rank": {
        "index": 24,
        "path": "EpisodeOfCare.diagnosis.rank",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "isSummary": true,
        "short": "Ranking of the diagnosis (for each role type)"
      },
      "EpisodeOfCare.patient": {
        "index": 25,
        "path": "EpisodeOfCare.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "The patient who is the focus of this episode of care"
      },
      "EpisodeOfCare.managingOrganization": {
        "index": 26,
        "path": "EpisodeOfCare.managingOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization that assumes care"
      },
      "EpisodeOfCare.period": {
        "index": 27,
        "path": "EpisodeOfCare.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Interval during responsibility is assumed"
      },
      "EpisodeOfCare.referralRequest": {
        "index": 28,
        "path": "EpisodeOfCare.referralRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "short": "Originating Referral Request(s)"
      },
      "EpisodeOfCare.careManager": {
        "index": 29,
        "path": "EpisodeOfCare.careManager",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Care manager/care co-ordinator for the patient"
      },
      "EpisodeOfCare.team": {
        "index": 30,
        "path": "EpisodeOfCare.team",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CareTeam"
          }
        ],
        "short": "Other practitioners facilitating this episode of care"
      },
      "EpisodeOfCare.account": {
        "index": 31,
        "path": "EpisodeOfCare.account",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Account"
          }
        ],
        "short": "The set of accounts that may be used for billing for this EpisodeOfCare"
      }
    },
    "ExpansionProfile": {
      "ExpansionProfile": {
        "index": 0,
        "path": "ExpansionProfile",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Defines behaviour and contraints on the ValueSet Expansion operation"
      },
      "ExpansionProfile.id": {
        "index": 1,
        "path": "ExpansionProfile.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ExpansionProfile.meta": {
        "index": 2,
        "path": "ExpansionProfile.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ExpansionProfile.implicitRules": {
        "index": 3,
        "path": "ExpansionProfile.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ExpansionProfile.language": {
        "index": 4,
        "path": "ExpansionProfile.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ExpansionProfile.text": {
        "index": 5,
        "path": "ExpansionProfile.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ExpansionProfile.contained": {
        "index": 6,
        "path": "ExpansionProfile.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ExpansionProfile.extension": {
        "index": 7,
        "path": "ExpansionProfile.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExpansionProfile.modifierExtension": {
        "index": 8,
        "path": "ExpansionProfile.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExpansionProfile.url": {
        "index": 9,
        "path": "ExpansionProfile.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this expansion profile (globally unique)"
      },
      "ExpansionProfile.identifier": {
        "index": 10,
        "path": "ExpansionProfile.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the expansion profile"
      },
      "ExpansionProfile.version": {
        "index": 11,
        "path": "ExpansionProfile.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the expansion profile"
      },
      "ExpansionProfile.name": {
        "index": 12,
        "path": "ExpansionProfile.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this expansion profile (computer friendly)"
      },
      "ExpansionProfile.status": {
        "index": 13,
        "path": "ExpansionProfile.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "ExpansionProfile.experimental": {
        "index": 14,
        "path": "ExpansionProfile.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "ExpansionProfile.date": {
        "index": 15,
        "path": "ExpansionProfile.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "ExpansionProfile.publisher": {
        "index": 16,
        "path": "ExpansionProfile.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "ExpansionProfile.contact": {
        "index": 17,
        "path": "ExpansionProfile.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "ExpansionProfile.description": {
        "index": 18,
        "path": "ExpansionProfile.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the expansion profile"
      },
      "ExpansionProfile.useContext": {
        "index": 19,
        "path": "ExpansionProfile.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "ExpansionProfile.jurisdiction": {
        "index": 20,
        "path": "ExpansionProfile.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for expansion profile (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "ExpansionProfile.fixedVersion": {
        "index": 21,
        "path": "ExpansionProfile.fixedVersion",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Fix use of a code system to a particular version"
      },
      "ExpansionProfile.fixedVersion.id": {
        "index": 22,
        "path": "ExpansionProfile.fixedVersion.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExpansionProfile.fixedVersion.extension": {
        "index": 23,
        "path": "ExpansionProfile.fixedVersion.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExpansionProfile.fixedVersion.modifierExtension": {
        "index": 24,
        "path": "ExpansionProfile.fixedVersion.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExpansionProfile.fixedVersion.system": {
        "index": 25,
        "path": "ExpansionProfile.fixedVersion.system",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "System to have its version fixed"
      },
      "ExpansionProfile.fixedVersion.version": {
        "index": 26,
        "path": "ExpansionProfile.fixedVersion.version",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Specific version of the code system referred to"
      },
      "ExpansionProfile.fixedVersion.mode": {
        "index": 27,
        "path": "ExpansionProfile.fixedVersion.mode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "default | check | override",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/system-version-processing-mode"
        }
      },
      "ExpansionProfile.excludedSystem": {
        "index": 28,
        "path": "ExpansionProfile.excludedSystem",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Systems/Versions to be exclude"
      },
      "ExpansionProfile.excludedSystem.id": {
        "index": 29,
        "path": "ExpansionProfile.excludedSystem.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExpansionProfile.excludedSystem.extension": {
        "index": 30,
        "path": "ExpansionProfile.excludedSystem.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExpansionProfile.excludedSystem.modifierExtension": {
        "index": 31,
        "path": "ExpansionProfile.excludedSystem.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExpansionProfile.excludedSystem.system": {
        "index": 32,
        "path": "ExpansionProfile.excludedSystem.system",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "The specific code system to be excluded"
      },
      "ExpansionProfile.excludedSystem.version": {
        "index": 33,
        "path": "ExpansionProfile.excludedSystem.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Specific version of the code system referred to"
      },
      "ExpansionProfile.includeDesignations": {
        "index": 34,
        "path": "ExpansionProfile.includeDesignations",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Whether the expansion should include concept designations"
      },
      "ExpansionProfile.designation": {
        "index": 35,
        "path": "ExpansionProfile.designation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "When the expansion profile imposes designation contraints"
      },
      "ExpansionProfile.designation.id": {
        "index": 36,
        "path": "ExpansionProfile.designation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExpansionProfile.designation.extension": {
        "index": 37,
        "path": "ExpansionProfile.designation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExpansionProfile.designation.modifierExtension": {
        "index": 38,
        "path": "ExpansionProfile.designation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExpansionProfile.designation.include": {
        "index": 39,
        "path": "ExpansionProfile.designation.include",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Designations to be included"
      },
      "ExpansionProfile.designation.include.id": {
        "index": 40,
        "path": "ExpansionProfile.designation.include.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExpansionProfile.designation.include.extension": {
        "index": 41,
        "path": "ExpansionProfile.designation.include.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExpansionProfile.designation.include.modifierExtension": {
        "index": 42,
        "path": "ExpansionProfile.designation.include.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExpansionProfile.designation.include.designation": {
        "index": 43,
        "path": "ExpansionProfile.designation.include.designation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The designation to be included"
      },
      "ExpansionProfile.designation.include.designation.id": {
        "index": 44,
        "path": "ExpansionProfile.designation.include.designation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExpansionProfile.designation.include.designation.extension": {
        "index": 45,
        "path": "ExpansionProfile.designation.include.designation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExpansionProfile.designation.include.designation.modifierExtension": {
        "index": 46,
        "path": "ExpansionProfile.designation.include.designation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExpansionProfile.designation.include.designation.language": {
        "index": 47,
        "path": "ExpansionProfile.designation.include.designation.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Human language of the designation to be included",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ExpansionProfile.designation.include.designation.use": {
        "index": 48,
        "path": "ExpansionProfile.designation.include.designation.use",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "What kind of Designation to include",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/designation-use"
        }
      },
      "ExpansionProfile.designation.exclude": {
        "index": 49,
        "path": "ExpansionProfile.designation.exclude",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Designations to be excluded"
      },
      "ExpansionProfile.designation.exclude.id": {
        "index": 50,
        "path": "ExpansionProfile.designation.exclude.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExpansionProfile.designation.exclude.extension": {
        "index": 51,
        "path": "ExpansionProfile.designation.exclude.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExpansionProfile.designation.exclude.modifierExtension": {
        "index": 52,
        "path": "ExpansionProfile.designation.exclude.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExpansionProfile.designation.exclude.designation": {
        "index": 53,
        "path": "ExpansionProfile.designation.exclude.designation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The designation to be excluded"
      },
      "ExpansionProfile.designation.exclude.designation.id": {
        "index": 54,
        "path": "ExpansionProfile.designation.exclude.designation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExpansionProfile.designation.exclude.designation.extension": {
        "index": 55,
        "path": "ExpansionProfile.designation.exclude.designation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExpansionProfile.designation.exclude.designation.modifierExtension": {
        "index": 56,
        "path": "ExpansionProfile.designation.exclude.designation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExpansionProfile.designation.exclude.designation.language": {
        "index": 57,
        "path": "ExpansionProfile.designation.exclude.designation.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Human language of the designation to be excluded",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ExpansionProfile.designation.exclude.designation.use": {
        "index": 58,
        "path": "ExpansionProfile.designation.exclude.designation.use",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "What kind of Designation to exclude",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/designation-use"
        }
      },
      "ExpansionProfile.includeDefinition": {
        "index": 59,
        "path": "ExpansionProfile.includeDefinition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Include or exclude the value set definition in the expansion"
      },
      "ExpansionProfile.activeOnly": {
        "index": 60,
        "path": "ExpansionProfile.activeOnly",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Include or exclude inactive concepts in the expansion"
      },
      "ExpansionProfile.excludeNested": {
        "index": 61,
        "path": "ExpansionProfile.excludeNested",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Nested codes in the expansion or not"
      },
      "ExpansionProfile.excludeNotForUI": {
        "index": 62,
        "path": "ExpansionProfile.excludeNotForUI",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Include or exclude codes which cannot be rendered in user interfaces in the value set expansion"
      },
      "ExpansionProfile.excludePostCoordinated": {
        "index": 63,
        "path": "ExpansionProfile.excludePostCoordinated",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Include or exclude codes which are post coordinated expressions in the value set expansion"
      },
      "ExpansionProfile.displayLanguage": {
        "index": 64,
        "path": "ExpansionProfile.displayLanguage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Specify the language for the display element of codes in the value set expansion",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ExpansionProfile.limitedExpansion": {
        "index": 65,
        "path": "ExpansionProfile.limitedExpansion",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Controls behaviour of the value set expand operation when value sets are too large to be completely expanded"
      }
    },
    "ExplanationOfBenefit": {
      "ExplanationOfBenefit": {
        "index": 0,
        "path": "ExplanationOfBenefit",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Explanation of Benefit resource"
      },
      "ExplanationOfBenefit.id": {
        "index": 1,
        "path": "ExplanationOfBenefit.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ExplanationOfBenefit.meta": {
        "index": 2,
        "path": "ExplanationOfBenefit.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ExplanationOfBenefit.implicitRules": {
        "index": 3,
        "path": "ExplanationOfBenefit.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ExplanationOfBenefit.language": {
        "index": 4,
        "path": "ExplanationOfBenefit.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ExplanationOfBenefit.text": {
        "index": 5,
        "path": "ExplanationOfBenefit.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ExplanationOfBenefit.contained": {
        "index": 6,
        "path": "ExplanationOfBenefit.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ExplanationOfBenefit.extension": {
        "index": 7,
        "path": "ExplanationOfBenefit.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.modifierExtension": {
        "index": 8,
        "path": "ExplanationOfBenefit.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.identifier": {
        "index": 9,
        "path": "ExplanationOfBenefit.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business Identifier"
      },
      "ExplanationOfBenefit.status": {
        "index": 10,
        "path": "ExplanationOfBenefit.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/explanationofbenefit-status"
        }
      },
      "ExplanationOfBenefit.type": {
        "index": 11,
        "path": "ExplanationOfBenefit.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type or discipline",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/claim-type"
        }
      },
      "ExplanationOfBenefit.subType": {
        "index": 12,
        "path": "ExplanationOfBenefit.subType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Finer grained claim type information",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-subtype"
        }
      },
      "ExplanationOfBenefit.patient": {
        "index": 13,
        "path": "ExplanationOfBenefit.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "The subject of the Products and Services"
      },
      "ExplanationOfBenefit.billablePeriod": {
        "index": 14,
        "path": "ExplanationOfBenefit.billablePeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period for charge submission"
      },
      "ExplanationOfBenefit.created": {
        "index": 15,
        "path": "ExplanationOfBenefit.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "ExplanationOfBenefit.enterer": {
        "index": 16,
        "path": "ExplanationOfBenefit.enterer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Author"
      },
      "ExplanationOfBenefit.insurer": {
        "index": 17,
        "path": "ExplanationOfBenefit.insurer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Insurer responsible for the EOB"
      },
      "ExplanationOfBenefit.provider": {
        "index": 18,
        "path": "ExplanationOfBenefit.provider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible provider for the claim"
      },
      "ExplanationOfBenefit.organization": {
        "index": 19,
        "path": "ExplanationOfBenefit.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization for the claim"
      },
      "ExplanationOfBenefit.referral": {
        "index": 20,
        "path": "ExplanationOfBenefit.referral",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "short": "Treatment Referral"
      },
      "ExplanationOfBenefit.facility": {
        "index": 21,
        "path": "ExplanationOfBenefit.facility",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Servicing Facility"
      },
      "ExplanationOfBenefit.claim": {
        "index": 22,
        "path": "ExplanationOfBenefit.claim",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Claim"
          }
        ],
        "short": "Claim reference"
      },
      "ExplanationOfBenefit.claimResponse": {
        "index": 23,
        "path": "ExplanationOfBenefit.claimResponse",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ClaimResponse"
          }
        ],
        "short": "Claim response reference"
      },
      "ExplanationOfBenefit.outcome": {
        "index": 24,
        "path": "ExplanationOfBenefit.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "complete | error | partial",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/remittance-outcome"
        }
      },
      "ExplanationOfBenefit.disposition": {
        "index": 25,
        "path": "ExplanationOfBenefit.disposition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Disposition Message"
      },
      "ExplanationOfBenefit.related": {
        "index": 26,
        "path": "ExplanationOfBenefit.related",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Related Claims which may be revelant to processing this claim"
      },
      "ExplanationOfBenefit.related.id": {
        "index": 27,
        "path": "ExplanationOfBenefit.related.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.related.extension": {
        "index": 28,
        "path": "ExplanationOfBenefit.related.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.related.modifierExtension": {
        "index": 29,
        "path": "ExplanationOfBenefit.related.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.related.claim": {
        "index": 30,
        "path": "ExplanationOfBenefit.related.claim",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Claim"
          }
        ],
        "short": "Reference to the related claim"
      },
      "ExplanationOfBenefit.related.relationship": {
        "index": 31,
        "path": "ExplanationOfBenefit.related.relationship",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "How the reference claim is related",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/related-claim-relationship"
        }
      },
      "ExplanationOfBenefit.related.reference": {
        "index": 32,
        "path": "ExplanationOfBenefit.related.reference",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Related file or case reference"
      },
      "ExplanationOfBenefit.prescription": {
        "index": 33,
        "path": "ExplanationOfBenefit.prescription",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/VisionPrescription"
          }
        ],
        "short": "Prescription authorizing services or products"
      },
      "ExplanationOfBenefit.originalPrescription": {
        "index": 34,
        "path": "ExplanationOfBenefit.originalPrescription",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          }
        ],
        "short": "Original prescription if superceded by fulfiller"
      },
      "ExplanationOfBenefit.payee": {
        "index": 35,
        "path": "ExplanationOfBenefit.payee",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Party to be paid any benefits payable"
      },
      "ExplanationOfBenefit.payee.id": {
        "index": 36,
        "path": "ExplanationOfBenefit.payee.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.payee.extension": {
        "index": 37,
        "path": "ExplanationOfBenefit.payee.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.payee.modifierExtension": {
        "index": 38,
        "path": "ExplanationOfBenefit.payee.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.payee.type": {
        "index": 39,
        "path": "ExplanationOfBenefit.payee.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of party: Subscriber, Provider, other",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/payeetype"
        }
      },
      "ExplanationOfBenefit.payee.resourceType": {
        "index": 40,
        "path": "ExplanationOfBenefit.payee.resourceType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "organization | patient | practitioner | relatedperson",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-type-link"
        }
      },
      "ExplanationOfBenefit.payee.party": {
        "index": 41,
        "path": "ExplanationOfBenefit.payee.party",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "short": "Party to receive the payable"
      },
      "ExplanationOfBenefit.information": {
        "index": 42,
        "path": "ExplanationOfBenefit.information",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Exceptions, special considerations, the condition, situation, prior or concurrent issues"
      },
      "ExplanationOfBenefit.information.id": {
        "index": 43,
        "path": "ExplanationOfBenefit.information.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.information.extension": {
        "index": 44,
        "path": "ExplanationOfBenefit.information.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.information.modifierExtension": {
        "index": 45,
        "path": "ExplanationOfBenefit.information.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.information.sequence": {
        "index": 46,
        "path": "ExplanationOfBenefit.information.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Information instance identifier"
      },
      "ExplanationOfBenefit.information.category": {
        "index": 47,
        "path": "ExplanationOfBenefit.information.category",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "General class of information",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-informationcategory"
        }
      },
      "ExplanationOfBenefit.information.code": {
        "index": 48,
        "path": "ExplanationOfBenefit.information.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of information",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-exception"
        }
      },
      "ExplanationOfBenefit.information.timing[x]": {
        "index": 49,
        "path": "ExplanationOfBenefit.information.timing[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          },
          {
            "code": "Period"
          }
        ],
        "short": "When it occurred"
      },
      "ExplanationOfBenefit.information.value[x]": {
        "index": 50,
        "path": "ExplanationOfBenefit.information.value[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Additional Data or supporting information"
      },
      "ExplanationOfBenefit.information.reason": {
        "index": 51,
        "path": "ExplanationOfBenefit.information.reason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Reason associated with the information",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/missing-tooth-reason"
        }
      },
      "ExplanationOfBenefit.careTeam": {
        "index": 52,
        "path": "ExplanationOfBenefit.careTeam",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Care Team members"
      },
      "ExplanationOfBenefit.careTeam.id": {
        "index": 53,
        "path": "ExplanationOfBenefit.careTeam.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.careTeam.extension": {
        "index": 54,
        "path": "ExplanationOfBenefit.careTeam.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.careTeam.modifierExtension": {
        "index": 55,
        "path": "ExplanationOfBenefit.careTeam.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.careTeam.sequence": {
        "index": 56,
        "path": "ExplanationOfBenefit.careTeam.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Number to covey order of careteam"
      },
      "ExplanationOfBenefit.careTeam.provider": {
        "index": 57,
        "path": "ExplanationOfBenefit.careTeam.provider",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Member of the Care Team"
      },
      "ExplanationOfBenefit.careTeam.responsible": {
        "index": 58,
        "path": "ExplanationOfBenefit.careTeam.responsible",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Billing practitioner"
      },
      "ExplanationOfBenefit.careTeam.role": {
        "index": 59,
        "path": "ExplanationOfBenefit.careTeam.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Role on the team",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-careteamrole"
        }
      },
      "ExplanationOfBenefit.careTeam.qualification": {
        "index": 60,
        "path": "ExplanationOfBenefit.careTeam.qualification",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type, classification or Specialization",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/provider-qualification"
        }
      },
      "ExplanationOfBenefit.diagnosis": {
        "index": 61,
        "path": "ExplanationOfBenefit.diagnosis",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "List of Diagnosis"
      },
      "ExplanationOfBenefit.diagnosis.id": {
        "index": 62,
        "path": "ExplanationOfBenefit.diagnosis.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.diagnosis.extension": {
        "index": 63,
        "path": "ExplanationOfBenefit.diagnosis.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.diagnosis.modifierExtension": {
        "index": 64,
        "path": "ExplanationOfBenefit.diagnosis.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.diagnosis.sequence": {
        "index": 65,
        "path": "ExplanationOfBenefit.diagnosis.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Number to covey order of diagnosis"
      },
      "ExplanationOfBenefit.diagnosis.diagnosis[x]": {
        "index": 66,
        "path": "ExplanationOfBenefit.diagnosis.diagnosis[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          }
        ],
        "short": "Patient's diagnosis",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/icd-10"
        }
      },
      "ExplanationOfBenefit.diagnosis.type": {
        "index": 67,
        "path": "ExplanationOfBenefit.diagnosis.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Timing or nature of the diagnosis",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-diagnosistype"
        }
      },
      "ExplanationOfBenefit.diagnosis.packageCode": {
        "index": 68,
        "path": "ExplanationOfBenefit.diagnosis.packageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Package billing code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup"
        }
      },
      "ExplanationOfBenefit.procedure": {
        "index": 69,
        "path": "ExplanationOfBenefit.procedure",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Procedures performed"
      },
      "ExplanationOfBenefit.procedure.id": {
        "index": 70,
        "path": "ExplanationOfBenefit.procedure.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.procedure.extension": {
        "index": 71,
        "path": "ExplanationOfBenefit.procedure.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.procedure.modifierExtension": {
        "index": 72,
        "path": "ExplanationOfBenefit.procedure.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.procedure.sequence": {
        "index": 73,
        "path": "ExplanationOfBenefit.procedure.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Procedure sequence for reference"
      },
      "ExplanationOfBenefit.procedure.date": {
        "index": 74,
        "path": "ExplanationOfBenefit.procedure.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When the procedure was performed"
      },
      "ExplanationOfBenefit.procedure.procedure[x]": {
        "index": 75,
        "path": "ExplanationOfBenefit.procedure.procedure[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "short": "Patient's list of procedures performed",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/icd-10-procedures"
        }
      },
      "ExplanationOfBenefit.precedence": {
        "index": 76,
        "path": "ExplanationOfBenefit.precedence",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Precedence (primary, secondary, etc.)"
      },
      "ExplanationOfBenefit.insurance": {
        "index": 77,
        "path": "ExplanationOfBenefit.insurance",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Insurance or medical plan"
      },
      "ExplanationOfBenefit.insurance.id": {
        "index": 78,
        "path": "ExplanationOfBenefit.insurance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.insurance.extension": {
        "index": 79,
        "path": "ExplanationOfBenefit.insurance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.insurance.modifierExtension": {
        "index": 80,
        "path": "ExplanationOfBenefit.insurance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.insurance.coverage": {
        "index": 81,
        "path": "ExplanationOfBenefit.insurance.coverage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Coverage"
          }
        ],
        "short": "Insurance information"
      },
      "ExplanationOfBenefit.insurance.preAuthRef": {
        "index": 82,
        "path": "ExplanationOfBenefit.insurance.preAuthRef",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Pre-Authorization/Determination Reference"
      },
      "ExplanationOfBenefit.accident": {
        "index": 83,
        "path": "ExplanationOfBenefit.accident",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Details of an accident"
      },
      "ExplanationOfBenefit.accident.id": {
        "index": 84,
        "path": "ExplanationOfBenefit.accident.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.accident.extension": {
        "index": 85,
        "path": "ExplanationOfBenefit.accident.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.accident.modifierExtension": {
        "index": 86,
        "path": "ExplanationOfBenefit.accident.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.accident.date": {
        "index": 87,
        "path": "ExplanationOfBenefit.accident.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the accident occurred"
      },
      "ExplanationOfBenefit.accident.type": {
        "index": 88,
        "path": "ExplanationOfBenefit.accident.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "The nature of the accident",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActIncidentCode"
        }
      },
      "ExplanationOfBenefit.accident.location[x]": {
        "index": 89,
        "path": "ExplanationOfBenefit.accident.location[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Address"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Accident Place"
      },
      "ExplanationOfBenefit.employmentImpacted": {
        "index": 90,
        "path": "ExplanationOfBenefit.employmentImpacted",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period unable to work"
      },
      "ExplanationOfBenefit.hospitalization": {
        "index": 91,
        "path": "ExplanationOfBenefit.hospitalization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period in hospital"
      },
      "ExplanationOfBenefit.item": {
        "index": 92,
        "path": "ExplanationOfBenefit.item",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Goods and Services"
      },
      "ExplanationOfBenefit.item.id": {
        "index": 93,
        "path": "ExplanationOfBenefit.item.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.item.extension": {
        "index": 94,
        "path": "ExplanationOfBenefit.item.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.item.modifierExtension": {
        "index": 95,
        "path": "ExplanationOfBenefit.item.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.item.sequence": {
        "index": 96,
        "path": "ExplanationOfBenefit.item.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance"
      },
      "ExplanationOfBenefit.item.careTeamLinkId": {
        "index": 97,
        "path": "ExplanationOfBenefit.item.careTeamLinkId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Applicable careteam members"
      },
      "ExplanationOfBenefit.item.diagnosisLinkId": {
        "index": 98,
        "path": "ExplanationOfBenefit.item.diagnosisLinkId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Applicable diagnoses"
      },
      "ExplanationOfBenefit.item.procedureLinkId": {
        "index": 99,
        "path": "ExplanationOfBenefit.item.procedureLinkId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Applicable procedures"
      },
      "ExplanationOfBenefit.item.informationLinkId": {
        "index": 100,
        "path": "ExplanationOfBenefit.item.informationLinkId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Applicable exception and supporting information"
      },
      "ExplanationOfBenefit.item.revenue": {
        "index": 101,
        "path": "ExplanationOfBenefit.item.revenue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Revenue or cost center code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-revenue-center"
        }
      },
      "ExplanationOfBenefit.item.category": {
        "index": 102,
        "path": "ExplanationOfBenefit.item.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of service or product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "ExplanationOfBenefit.item.service": {
        "index": 103,
        "path": "ExplanationOfBenefit.item.service",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Billing Code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-uscls"
        }
      },
      "ExplanationOfBenefit.item.modifier": {
        "index": 104,
        "path": "ExplanationOfBenefit.item.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service/Product billing modifiers",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers"
        }
      },
      "ExplanationOfBenefit.item.programCode": {
        "index": 105,
        "path": "ExplanationOfBenefit.item.programCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Program specific reason for item inclusion",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-program-code"
        }
      },
      "ExplanationOfBenefit.item.serviced[x]": {
        "index": 106,
        "path": "ExplanationOfBenefit.item.serviced[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          },
          {
            "code": "Period"
          }
        ],
        "short": "Date or dates of Service"
      },
      "ExplanationOfBenefit.item.location[x]": {
        "index": 107,
        "path": "ExplanationOfBenefit.item.location[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Address"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Place of service",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-place"
        }
      },
      "ExplanationOfBenefit.item.quantity": {
        "index": 108,
        "path": "ExplanationOfBenefit.item.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Count of Products or Services"
      },
      "ExplanationOfBenefit.item.unitPrice": {
        "index": 109,
        "path": "ExplanationOfBenefit.item.unitPrice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Fee, charge or cost per point"
      },
      "ExplanationOfBenefit.item.factor": {
        "index": 110,
        "path": "ExplanationOfBenefit.item.factor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Price scaling factor"
      },
      "ExplanationOfBenefit.item.net": {
        "index": 111,
        "path": "ExplanationOfBenefit.item.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total item cost"
      },
      "ExplanationOfBenefit.item.udi": {
        "index": 112,
        "path": "ExplanationOfBenefit.item.udi",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Unique Device Identifier"
      },
      "ExplanationOfBenefit.item.bodySite": {
        "index": 113,
        "path": "ExplanationOfBenefit.item.bodySite",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service Location",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/tooth"
        }
      },
      "ExplanationOfBenefit.item.subSite": {
        "index": 114,
        "path": "ExplanationOfBenefit.item.subSite",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service Sub-location",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/surface"
        }
      },
      "ExplanationOfBenefit.item.encounter": {
        "index": 115,
        "path": "ExplanationOfBenefit.item.encounter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ],
        "short": "Encounters related to this billed item"
      },
      "ExplanationOfBenefit.item.noteNumber": {
        "index": 116,
        "path": "ExplanationOfBenefit.item.noteNumber",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "List of note numbers which apply"
      },
      "ExplanationOfBenefit.item.adjudication": {
        "index": 117,
        "path": "ExplanationOfBenefit.item.adjudication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Adjudication details"
      },
      "ExplanationOfBenefit.item.adjudication.id": {
        "index": 118,
        "path": "ExplanationOfBenefit.item.adjudication.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.item.adjudication.extension": {
        "index": 119,
        "path": "ExplanationOfBenefit.item.adjudication.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.item.adjudication.modifierExtension": {
        "index": 120,
        "path": "ExplanationOfBenefit.item.adjudication.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.item.adjudication.category": {
        "index": 121,
        "path": "ExplanationOfBenefit.item.adjudication.category",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Adjudication category such as co-pay, eligible, benefit, etc.",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adjudication"
        }
      },
      "ExplanationOfBenefit.item.adjudication.reason": {
        "index": 122,
        "path": "ExplanationOfBenefit.item.adjudication.reason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Explanation of Adjudication outcome",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason"
        }
      },
      "ExplanationOfBenefit.item.adjudication.amount": {
        "index": 123,
        "path": "ExplanationOfBenefit.item.adjudication.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Monetary amount"
      },
      "ExplanationOfBenefit.item.adjudication.value": {
        "index": 124,
        "path": "ExplanationOfBenefit.item.adjudication.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Non-monitory value"
      },
      "ExplanationOfBenefit.item.detail": {
        "index": 125,
        "path": "ExplanationOfBenefit.item.detail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Additional items"
      },
      "ExplanationOfBenefit.item.detail.id": {
        "index": 126,
        "path": "ExplanationOfBenefit.item.detail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.item.detail.extension": {
        "index": 127,
        "path": "ExplanationOfBenefit.item.detail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.item.detail.modifierExtension": {
        "index": 128,
        "path": "ExplanationOfBenefit.item.detail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.item.detail.sequence": {
        "index": 129,
        "path": "ExplanationOfBenefit.item.detail.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance"
      },
      "ExplanationOfBenefit.item.detail.type": {
        "index": 130,
        "path": "ExplanationOfBenefit.item.detail.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Group or type of product or service",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActInvoiceGroupCode"
        }
      },
      "ExplanationOfBenefit.item.detail.revenue": {
        "index": 131,
        "path": "ExplanationOfBenefit.item.detail.revenue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Revenue or cost center code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-revenue-center"
        }
      },
      "ExplanationOfBenefit.item.detail.category": {
        "index": 132,
        "path": "ExplanationOfBenefit.item.detail.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of service or product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "ExplanationOfBenefit.item.detail.service": {
        "index": 133,
        "path": "ExplanationOfBenefit.item.detail.service",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Billing Code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-uscls"
        }
      },
      "ExplanationOfBenefit.item.detail.modifier": {
        "index": 134,
        "path": "ExplanationOfBenefit.item.detail.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service/Product billing modifiers",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers"
        }
      },
      "ExplanationOfBenefit.item.detail.programCode": {
        "index": 135,
        "path": "ExplanationOfBenefit.item.detail.programCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Program specific reason for item inclusion",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-program-code"
        }
      },
      "ExplanationOfBenefit.item.detail.quantity": {
        "index": 136,
        "path": "ExplanationOfBenefit.item.detail.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Count of Products or Services"
      },
      "ExplanationOfBenefit.item.detail.unitPrice": {
        "index": 137,
        "path": "ExplanationOfBenefit.item.detail.unitPrice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Fee, charge or cost per point"
      },
      "ExplanationOfBenefit.item.detail.factor": {
        "index": 138,
        "path": "ExplanationOfBenefit.item.detail.factor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Price scaling factor"
      },
      "ExplanationOfBenefit.item.detail.net": {
        "index": 139,
        "path": "ExplanationOfBenefit.item.detail.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total additional item cost"
      },
      "ExplanationOfBenefit.item.detail.udi": {
        "index": 140,
        "path": "ExplanationOfBenefit.item.detail.udi",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Unique Device Identifier"
      },
      "ExplanationOfBenefit.item.detail.noteNumber": {
        "index": 141,
        "path": "ExplanationOfBenefit.item.detail.noteNumber",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "List of note numbers which apply"
      },
      "ExplanationOfBenefit.item.detail.adjudication": {
        "index": 142,
        "path": "ExplanationOfBenefit.item.detail.adjudication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Detail level adjudication details",
        "refSchema": "ExplanationOfBenefit.item.adjudication"
      },
      "ExplanationOfBenefit.item.detail.subDetail": {
        "index": 143,
        "path": "ExplanationOfBenefit.item.detail.subDetail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Additional items"
      },
      "ExplanationOfBenefit.item.detail.subDetail.id": {
        "index": 144,
        "path": "ExplanationOfBenefit.item.detail.subDetail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.item.detail.subDetail.extension": {
        "index": 145,
        "path": "ExplanationOfBenefit.item.detail.subDetail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.item.detail.subDetail.modifierExtension": {
        "index": 146,
        "path": "ExplanationOfBenefit.item.detail.subDetail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.item.detail.subDetail.sequence": {
        "index": 147,
        "path": "ExplanationOfBenefit.item.detail.subDetail.sequence",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instance"
      },
      "ExplanationOfBenefit.item.detail.subDetail.type": {
        "index": 148,
        "path": "ExplanationOfBenefit.item.detail.subDetail.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of product or service",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActInvoiceGroupCode"
        }
      },
      "ExplanationOfBenefit.item.detail.subDetail.revenue": {
        "index": 149,
        "path": "ExplanationOfBenefit.item.detail.subDetail.revenue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Revenue or cost center code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-revenue-center"
        }
      },
      "ExplanationOfBenefit.item.detail.subDetail.category": {
        "index": 150,
        "path": "ExplanationOfBenefit.item.detail.subDetail.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of service or product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "ExplanationOfBenefit.item.detail.subDetail.service": {
        "index": 151,
        "path": "ExplanationOfBenefit.item.detail.subDetail.service",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Billing Code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-uscls"
        }
      },
      "ExplanationOfBenefit.item.detail.subDetail.modifier": {
        "index": 152,
        "path": "ExplanationOfBenefit.item.detail.subDetail.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service/Product billing modifiers",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers"
        }
      },
      "ExplanationOfBenefit.item.detail.subDetail.programCode": {
        "index": 153,
        "path": "ExplanationOfBenefit.item.detail.subDetail.programCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Program specific reason for item inclusion",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-program-code"
        }
      },
      "ExplanationOfBenefit.item.detail.subDetail.quantity": {
        "index": 154,
        "path": "ExplanationOfBenefit.item.detail.subDetail.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Count of Products or Services"
      },
      "ExplanationOfBenefit.item.detail.subDetail.unitPrice": {
        "index": 155,
        "path": "ExplanationOfBenefit.item.detail.subDetail.unitPrice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Fee, charge or cost per point"
      },
      "ExplanationOfBenefit.item.detail.subDetail.factor": {
        "index": 156,
        "path": "ExplanationOfBenefit.item.detail.subDetail.factor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Price scaling factor"
      },
      "ExplanationOfBenefit.item.detail.subDetail.net": {
        "index": 157,
        "path": "ExplanationOfBenefit.item.detail.subDetail.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Net additional item cost"
      },
      "ExplanationOfBenefit.item.detail.subDetail.udi": {
        "index": 158,
        "path": "ExplanationOfBenefit.item.detail.subDetail.udi",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Unique Device Identifier"
      },
      "ExplanationOfBenefit.item.detail.subDetail.noteNumber": {
        "index": 159,
        "path": "ExplanationOfBenefit.item.detail.subDetail.noteNumber",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "List of note numbers which apply"
      },
      "ExplanationOfBenefit.item.detail.subDetail.adjudication": {
        "index": 160,
        "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Language if different from the resource",
        "refSchema": "ExplanationOfBenefit.item.adjudication"
      },
      "ExplanationOfBenefit.addItem": {
        "index": 161,
        "path": "ExplanationOfBenefit.addItem",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Insurer added line items"
      },
      "ExplanationOfBenefit.addItem.id": {
        "index": 162,
        "path": "ExplanationOfBenefit.addItem.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.addItem.extension": {
        "index": 163,
        "path": "ExplanationOfBenefit.addItem.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.addItem.modifierExtension": {
        "index": 164,
        "path": "ExplanationOfBenefit.addItem.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.addItem.sequenceLinkId": {
        "index": 165,
        "path": "ExplanationOfBenefit.addItem.sequenceLinkId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Service instances"
      },
      "ExplanationOfBenefit.addItem.revenue": {
        "index": 166,
        "path": "ExplanationOfBenefit.addItem.revenue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Revenue or cost center code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-revenue-center"
        }
      },
      "ExplanationOfBenefit.addItem.category": {
        "index": 167,
        "path": "ExplanationOfBenefit.addItem.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of service or product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "ExplanationOfBenefit.addItem.service": {
        "index": 168,
        "path": "ExplanationOfBenefit.addItem.service",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Billing Code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-uscls"
        }
      },
      "ExplanationOfBenefit.addItem.modifier": {
        "index": 169,
        "path": "ExplanationOfBenefit.addItem.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service/Product billing modifiers",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers"
        }
      },
      "ExplanationOfBenefit.addItem.fee": {
        "index": 170,
        "path": "ExplanationOfBenefit.addItem.fee",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Professional fee or Product charge"
      },
      "ExplanationOfBenefit.addItem.noteNumber": {
        "index": 171,
        "path": "ExplanationOfBenefit.addItem.noteNumber",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "List of note numbers which apply"
      },
      "ExplanationOfBenefit.addItem.adjudication": {
        "index": 172,
        "path": "ExplanationOfBenefit.addItem.adjudication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Added items adjudication",
        "refSchema": "ExplanationOfBenefit.item.adjudication"
      },
      "ExplanationOfBenefit.addItem.detail": {
        "index": 173,
        "path": "ExplanationOfBenefit.addItem.detail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Added items details"
      },
      "ExplanationOfBenefit.addItem.detail.id": {
        "index": 174,
        "path": "ExplanationOfBenefit.addItem.detail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.addItem.detail.extension": {
        "index": 175,
        "path": "ExplanationOfBenefit.addItem.detail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.addItem.detail.modifierExtension": {
        "index": 176,
        "path": "ExplanationOfBenefit.addItem.detail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.addItem.detail.revenue": {
        "index": 177,
        "path": "ExplanationOfBenefit.addItem.detail.revenue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Revenue or cost center code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-revenue-center"
        }
      },
      "ExplanationOfBenefit.addItem.detail.category": {
        "index": 178,
        "path": "ExplanationOfBenefit.addItem.detail.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of service or product",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "ExplanationOfBenefit.addItem.detail.service": {
        "index": 179,
        "path": "ExplanationOfBenefit.addItem.detail.service",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Billing Code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-uscls"
        }
      },
      "ExplanationOfBenefit.addItem.detail.modifier": {
        "index": 180,
        "path": "ExplanationOfBenefit.addItem.detail.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Service/Product billing modifiers",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers"
        }
      },
      "ExplanationOfBenefit.addItem.detail.fee": {
        "index": 181,
        "path": "ExplanationOfBenefit.addItem.detail.fee",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Professional fee or Product charge"
      },
      "ExplanationOfBenefit.addItem.detail.noteNumber": {
        "index": 182,
        "path": "ExplanationOfBenefit.addItem.detail.noteNumber",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "List of note numbers which apply"
      },
      "ExplanationOfBenefit.addItem.detail.adjudication": {
        "index": 183,
        "path": "ExplanationOfBenefit.addItem.detail.adjudication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Added items detail adjudication",
        "refSchema": "ExplanationOfBenefit.item.adjudication"
      },
      "ExplanationOfBenefit.totalCost": {
        "index": 184,
        "path": "ExplanationOfBenefit.totalCost",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total Cost of service from the Claim"
      },
      "ExplanationOfBenefit.unallocDeductable": {
        "index": 185,
        "path": "ExplanationOfBenefit.unallocDeductable",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Unallocated deductable"
      },
      "ExplanationOfBenefit.totalBenefit": {
        "index": 186,
        "path": "ExplanationOfBenefit.totalBenefit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total benefit payable for the Claim"
      },
      "ExplanationOfBenefit.payment": {
        "index": 187,
        "path": "ExplanationOfBenefit.payment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Payment (if paid)"
      },
      "ExplanationOfBenefit.payment.id": {
        "index": 188,
        "path": "ExplanationOfBenefit.payment.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.payment.extension": {
        "index": 189,
        "path": "ExplanationOfBenefit.payment.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.payment.modifierExtension": {
        "index": 190,
        "path": "ExplanationOfBenefit.payment.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.payment.type": {
        "index": 191,
        "path": "ExplanationOfBenefit.payment.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Partial or Complete",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/ex-paymenttype"
        }
      },
      "ExplanationOfBenefit.payment.adjustment": {
        "index": 192,
        "path": "ExplanationOfBenefit.payment.adjustment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Payment adjustment for non-Claim issues"
      },
      "ExplanationOfBenefit.payment.adjustmentReason": {
        "index": 193,
        "path": "ExplanationOfBenefit.payment.adjustmentReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Explanation for the non-claim adjustment",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason"
        }
      },
      "ExplanationOfBenefit.payment.date": {
        "index": 194,
        "path": "ExplanationOfBenefit.payment.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "Expected date of Payment"
      },
      "ExplanationOfBenefit.payment.amount": {
        "index": 195,
        "path": "ExplanationOfBenefit.payment.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Payable amount after adjustment"
      },
      "ExplanationOfBenefit.payment.identifier": {
        "index": 196,
        "path": "ExplanationOfBenefit.payment.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Identifier of the payment instrument"
      },
      "ExplanationOfBenefit.form": {
        "index": 197,
        "path": "ExplanationOfBenefit.form",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Printed Form Identifier",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/forms"
        }
      },
      "ExplanationOfBenefit.processNote": {
        "index": 198,
        "path": "ExplanationOfBenefit.processNote",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Processing notes"
      },
      "ExplanationOfBenefit.processNote.id": {
        "index": 199,
        "path": "ExplanationOfBenefit.processNote.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.processNote.extension": {
        "index": 200,
        "path": "ExplanationOfBenefit.processNote.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.processNote.modifierExtension": {
        "index": 201,
        "path": "ExplanationOfBenefit.processNote.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.processNote.number": {
        "index": 202,
        "path": "ExplanationOfBenefit.processNote.number",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Sequence number for this note"
      },
      "ExplanationOfBenefit.processNote.type": {
        "index": 203,
        "path": "ExplanationOfBenefit.processNote.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "display | print | printoper",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/note-type"
        }
      },
      "ExplanationOfBenefit.processNote.text": {
        "index": 204,
        "path": "ExplanationOfBenefit.processNote.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Note explanitory text"
      },
      "ExplanationOfBenefit.processNote.language": {
        "index": 205,
        "path": "ExplanationOfBenefit.processNote.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Language if different from the resource",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ExplanationOfBenefit.benefitBalance": {
        "index": 206,
        "path": "ExplanationOfBenefit.benefitBalance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Balance by Benefit Category"
      },
      "ExplanationOfBenefit.benefitBalance.id": {
        "index": 207,
        "path": "ExplanationOfBenefit.benefitBalance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.benefitBalance.extension": {
        "index": 208,
        "path": "ExplanationOfBenefit.benefitBalance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.benefitBalance.modifierExtension": {
        "index": 209,
        "path": "ExplanationOfBenefit.benefitBalance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.benefitBalance.category": {
        "index": 210,
        "path": "ExplanationOfBenefit.benefitBalance.category",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of services covered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-category"
        }
      },
      "ExplanationOfBenefit.benefitBalance.subCategory": {
        "index": 211,
        "path": "ExplanationOfBenefit.benefitBalance.subCategory",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Detailed services covered within the type",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory"
        }
      },
      "ExplanationOfBenefit.benefitBalance.excluded": {
        "index": 212,
        "path": "ExplanationOfBenefit.benefitBalance.excluded",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Excluded from the plan"
      },
      "ExplanationOfBenefit.benefitBalance.name": {
        "index": 213,
        "path": "ExplanationOfBenefit.benefitBalance.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Short name for the benefit"
      },
      "ExplanationOfBenefit.benefitBalance.description": {
        "index": 214,
        "path": "ExplanationOfBenefit.benefitBalance.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Description of the benefit or services covered"
      },
      "ExplanationOfBenefit.benefitBalance.network": {
        "index": 215,
        "path": "ExplanationOfBenefit.benefitBalance.network",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "In or out of network",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-network"
        }
      },
      "ExplanationOfBenefit.benefitBalance.unit": {
        "index": 216,
        "path": "ExplanationOfBenefit.benefitBalance.unit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Individual or family",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-unit"
        }
      },
      "ExplanationOfBenefit.benefitBalance.term": {
        "index": 217,
        "path": "ExplanationOfBenefit.benefitBalance.term",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Annual or lifetime",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-term"
        }
      },
      "ExplanationOfBenefit.benefitBalance.financial": {
        "index": 218,
        "path": "ExplanationOfBenefit.benefitBalance.financial",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Benefit Summary"
      },
      "ExplanationOfBenefit.benefitBalance.financial.id": {
        "index": 219,
        "path": "ExplanationOfBenefit.benefitBalance.financial.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ExplanationOfBenefit.benefitBalance.financial.extension": {
        "index": 220,
        "path": "ExplanationOfBenefit.benefitBalance.financial.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ExplanationOfBenefit.benefitBalance.financial.modifierExtension": {
        "index": 221,
        "path": "ExplanationOfBenefit.benefitBalance.financial.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ExplanationOfBenefit.benefitBalance.financial.type": {
        "index": 222,
        "path": "ExplanationOfBenefit.benefitBalance.financial.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Deductable, visits, benefit amount",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/benefit-type"
        }
      },
      "ExplanationOfBenefit.benefitBalance.financial.allowed[x]": {
        "index": 223,
        "path": "ExplanationOfBenefit.benefitBalance.financial.allowed[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          },
          {
            "code": "string"
          },
          {
            "code": "Money"
          }
        ],
        "short": "Benefits allowed"
      },
      "ExplanationOfBenefit.benefitBalance.financial.used[x]": {
        "index": 224,
        "path": "ExplanationOfBenefit.benefitBalance.financial.used[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          },
          {
            "code": "Money"
          }
        ],
        "short": "Benefits used"
      }
    },
    "FamilyMemberHistory": {
      "FamilyMemberHistory": {
        "index": 0,
        "path": "FamilyMemberHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Information about patient's relatives, relevant for patient"
      },
      "FamilyMemberHistory.id": {
        "index": 1,
        "path": "FamilyMemberHistory.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "FamilyMemberHistory.meta": {
        "index": 2,
        "path": "FamilyMemberHistory.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "FamilyMemberHistory.implicitRules": {
        "index": 3,
        "path": "FamilyMemberHistory.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "FamilyMemberHistory.language": {
        "index": 4,
        "path": "FamilyMemberHistory.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "FamilyMemberHistory.text": {
        "index": 5,
        "path": "FamilyMemberHistory.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "FamilyMemberHistory.contained": {
        "index": 6,
        "path": "FamilyMemberHistory.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "FamilyMemberHistory.extension": {
        "index": 7,
        "path": "FamilyMemberHistory.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "FamilyMemberHistory.modifierExtension": {
        "index": 8,
        "path": "FamilyMemberHistory.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "FamilyMemberHistory.identifier": {
        "index": 9,
        "path": "FamilyMemberHistory.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Id(s) for this record"
      },
      "FamilyMemberHistory.definition": {
        "index": 10,
        "path": "FamilyMemberHistory.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Questionnaire"
          }
        ],
        "isSummary": true,
        "short": "Instantiates protocol or definition"
      },
      "FamilyMemberHistory.status": {
        "index": 11,
        "path": "FamilyMemberHistory.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "partial | completed | entered-in-error | health-unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/history-status"
        }
      },
      "FamilyMemberHistory.notDone": {
        "index": 12,
        "path": "FamilyMemberHistory.notDone",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "The taking of a family member's history did not occur"
      },
      "FamilyMemberHistory.notDoneReason": {
        "index": 13,
        "path": "FamilyMemberHistory.notDoneReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "subject-unknown | withheld | unable-to-obtain | deferred",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/history-not-done-reason"
        }
      },
      "FamilyMemberHistory.patient": {
        "index": 14,
        "path": "FamilyMemberHistory.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Patient history is about"
      },
      "FamilyMemberHistory.date": {
        "index": 15,
        "path": "FamilyMemberHistory.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When history was captured/updated"
      },
      "FamilyMemberHistory.name": {
        "index": 16,
        "path": "FamilyMemberHistory.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "The family member described"
      },
      "FamilyMemberHistory.relationship": {
        "index": 17,
        "path": "FamilyMemberHistory.relationship",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Relationship to the subject",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-FamilyMember"
        }
      },
      "FamilyMemberHistory.gender": {
        "index": 18,
        "path": "FamilyMemberHistory.gender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "male | female | other | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/administrative-gender"
        }
      },
      "FamilyMemberHistory.born[x]": {
        "index": 19,
        "path": "FamilyMemberHistory.born[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          },
          {
            "code": "date"
          },
          {
            "code": "string"
          }
        ],
        "short": "(approximate) date of birth"
      },
      "FamilyMemberHistory.age[x]": {
        "index": 20,
        "path": "FamilyMemberHistory.age[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Age"
          },
          {
            "code": "Range"
          },
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "(approximate) age"
      },
      "FamilyMemberHistory.estimatedAge": {
        "index": 21,
        "path": "FamilyMemberHistory.estimatedAge",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Age is estimated?"
      },
      "FamilyMemberHistory.deceased[x]": {
        "index": 22,
        "path": "FamilyMemberHistory.deceased[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "Age"
          },
          {
            "code": "Range"
          },
          {
            "code": "date"
          },
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Dead? How old/when?"
      },
      "FamilyMemberHistory.reasonCode": {
        "index": 23,
        "path": "FamilyMemberHistory.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Why was family member history performed?",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/clinical-findings"
        }
      },
      "FamilyMemberHistory.reasonReference": {
        "index": 24,
        "path": "FamilyMemberHistory.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
          }
        ],
        "isSummary": true,
        "short": "Why was family member history performed?"
      },
      "FamilyMemberHistory.note": {
        "index": 25,
        "path": "FamilyMemberHistory.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "General note about related person"
      },
      "FamilyMemberHistory.condition": {
        "index": 26,
        "path": "FamilyMemberHistory.condition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Condition that the related person had"
      },
      "FamilyMemberHistory.condition.id": {
        "index": 27,
        "path": "FamilyMemberHistory.condition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "FamilyMemberHistory.condition.extension": {
        "index": 28,
        "path": "FamilyMemberHistory.condition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "FamilyMemberHistory.condition.modifierExtension": {
        "index": 29,
        "path": "FamilyMemberHistory.condition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "FamilyMemberHistory.condition.code": {
        "index": 30,
        "path": "FamilyMemberHistory.condition.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Condition suffered by relation",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-code"
        }
      },
      "FamilyMemberHistory.condition.outcome": {
        "index": 31,
        "path": "FamilyMemberHistory.condition.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "deceased | permanent disability | etc.",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-outcome"
        }
      },
      "FamilyMemberHistory.condition.onset[x]": {
        "index": 32,
        "path": "FamilyMemberHistory.condition.onset[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Age"
          },
          {
            "code": "Range"
          },
          {
            "code": "Period"
          },
          {
            "code": "string"
          }
        ],
        "short": "When condition first manifested"
      },
      "FamilyMemberHistory.condition.note": {
        "index": 33,
        "path": "FamilyMemberHistory.condition.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Extra information about condition"
      }
    },
    "Flag": {
      "Flag": {
        "index": 0,
        "path": "Flag",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Key information to flag to healthcare providers"
      },
      "Flag.id": {
        "index": 1,
        "path": "Flag.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Flag.meta": {
        "index": 2,
        "path": "Flag.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Flag.implicitRules": {
        "index": 3,
        "path": "Flag.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Flag.language": {
        "index": 4,
        "path": "Flag.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Flag.text": {
        "index": 5,
        "path": "Flag.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Flag.contained": {
        "index": 6,
        "path": "Flag.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Flag.extension": {
        "index": 7,
        "path": "Flag.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Flag.modifierExtension": {
        "index": 8,
        "path": "Flag.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Flag.identifier": {
        "index": 9,
        "path": "Flag.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business identifier"
      },
      "Flag.status": {
        "index": 10,
        "path": "Flag.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | inactive | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/flag-status"
        }
      },
      "Flag.category": {
        "index": 11,
        "path": "Flag.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Clinical, administrative, etc.",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/flag-category"
        }
      },
      "Flag.code": {
        "index": 12,
        "path": "Flag.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Coded or textual message to display to user",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/flag-code"
        }
      },
      "Flag.subject": {
        "index": 13,
        "path": "Flag.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "isSummary": true,
        "short": "Who/What is flag about?"
      },
      "Flag.period": {
        "index": 14,
        "path": "Flag.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Time period when flag is active"
      },
      "Flag.encounter": {
        "index": 15,
        "path": "Flag.encounter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ],
        "isSummary": true,
        "short": "Alert relevant during encounter"
      },
      "Flag.author": {
        "index": 16,
        "path": "Flag.author",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "Flag creator"
      }
    },
    "Goal": {
      "Goal": {
        "index": 0,
        "path": "Goal",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Describes the intended objective(s) for a patient, group or organization"
      },
      "Goal.id": {
        "index": 1,
        "path": "Goal.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Goal.meta": {
        "index": 2,
        "path": "Goal.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Goal.implicitRules": {
        "index": 3,
        "path": "Goal.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Goal.language": {
        "index": 4,
        "path": "Goal.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Goal.text": {
        "index": 5,
        "path": "Goal.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Goal.contained": {
        "index": 6,
        "path": "Goal.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Goal.extension": {
        "index": 7,
        "path": "Goal.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Goal.modifierExtension": {
        "index": 8,
        "path": "Goal.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Goal.identifier": {
        "index": 9,
        "path": "Goal.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "External Ids for this goal"
      },
      "Goal.status": {
        "index": 10,
        "path": "Goal.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "proposed | accepted | planned | in-progress | on-target | ahead-of-target | behind-target | sustaining | achieved | on-hold | cancelled | entered-in-error | rejected",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/goal-status"
        }
      },
      "Goal.category": {
        "index": 11,
        "path": "Goal.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "E.g. Treatment, dietary, behavioral, etc.",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/goal-category"
        }
      },
      "Goal.priority": {
        "index": 12,
        "path": "Goal.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "high-priority | medium-priority | low-priority",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/goal-priority"
        }
      },
      "Goal.description": {
        "index": 13,
        "path": "Goal.description",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Code or text describing goal",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/clinical-findings"
        }
      },
      "Goal.subject": {
        "index": 14,
        "path": "Goal.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Who this goal is intended for"
      },
      "Goal.start[x]": {
        "index": 15,
        "path": "Goal.start[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          },
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "When goal pursuit begins",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/goal-start-event"
        }
      },
      "Goal.target": {
        "index": 16,
        "path": "Goal.target",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Target outcome for the goal"
      },
      "Goal.target.id": {
        "index": 17,
        "path": "Goal.target.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Goal.target.extension": {
        "index": 18,
        "path": "Goal.target.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Goal.target.modifierExtension": {
        "index": 19,
        "path": "Goal.target.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Goal.target.measure": {
        "index": 20,
        "path": "Goal.target.measure",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The parameter whose value is being tracked",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/observation-codes"
        }
      },
      "Goal.target.detail[x]": {
        "index": 21,
        "path": "Goal.target.detail[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The target value to be achieved"
      },
      "Goal.target.due[x]": {
        "index": 22,
        "path": "Goal.target.due[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          },
          {
            "code": "Duration"
          }
        ],
        "isSummary": true,
        "short": "Reach goal on or before"
      },
      "Goal.statusDate": {
        "index": 23,
        "path": "Goal.statusDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "isSummary": true,
        "short": "When goal status took effect"
      },
      "Goal.statusReason": {
        "index": 24,
        "path": "Goal.statusReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Reason for current status"
      },
      "Goal.expressedBy": {
        "index": 25,
        "path": "Goal.expressedBy",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Who's responsible for creating Goal?"
      },
      "Goal.addresses": {
        "index": 26,
        "path": "Goal.addresses",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationStatement"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/NutritionOrder"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RiskAssessment"
          }
        ],
        "short": "Issues addressed by this goal"
      },
      "Goal.note": {
        "index": 27,
        "path": "Goal.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments about the goal"
      },
      "Goal.outcomeCode": {
        "index": 28,
        "path": "Goal.outcomeCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "What result was achieved regarding the goal?",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/clinical-findings"
        }
      },
      "Goal.outcomeReference": {
        "index": 29,
        "path": "Goal.outcomeReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "short": "Observation that resulted from goal"
      }
    },
    "GraphDefinition": {
      "GraphDefinition": {
        "index": 0,
        "path": "GraphDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Definition of an graph of resources"
      },
      "GraphDefinition.id": {
        "index": 1,
        "path": "GraphDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "GraphDefinition.meta": {
        "index": 2,
        "path": "GraphDefinition.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "GraphDefinition.implicitRules": {
        "index": 3,
        "path": "GraphDefinition.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "GraphDefinition.language": {
        "index": 4,
        "path": "GraphDefinition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "GraphDefinition.text": {
        "index": 5,
        "path": "GraphDefinition.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "GraphDefinition.contained": {
        "index": 6,
        "path": "GraphDefinition.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "GraphDefinition.extension": {
        "index": 7,
        "path": "GraphDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "GraphDefinition.modifierExtension": {
        "index": 8,
        "path": "GraphDefinition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "GraphDefinition.url": {
        "index": 9,
        "path": "GraphDefinition.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this graph definition (globally unique)"
      },
      "GraphDefinition.version": {
        "index": 10,
        "path": "GraphDefinition.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the graph definition"
      },
      "GraphDefinition.name": {
        "index": 11,
        "path": "GraphDefinition.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this graph definition (computer friendly)"
      },
      "GraphDefinition.status": {
        "index": 12,
        "path": "GraphDefinition.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "GraphDefinition.experimental": {
        "index": 13,
        "path": "GraphDefinition.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "GraphDefinition.date": {
        "index": 14,
        "path": "GraphDefinition.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "GraphDefinition.publisher": {
        "index": 15,
        "path": "GraphDefinition.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "GraphDefinition.contact": {
        "index": 16,
        "path": "GraphDefinition.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "GraphDefinition.description": {
        "index": 17,
        "path": "GraphDefinition.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the graph definition"
      },
      "GraphDefinition.useContext": {
        "index": 18,
        "path": "GraphDefinition.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "GraphDefinition.jurisdiction": {
        "index": 19,
        "path": "GraphDefinition.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for graph definition (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "GraphDefinition.purpose": {
        "index": 20,
        "path": "GraphDefinition.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this graph definition is defined"
      },
      "GraphDefinition.start": {
        "index": 21,
        "path": "GraphDefinition.start",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Type of resource at which the graph starts",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "GraphDefinition.profile": {
        "index": 22,
        "path": "GraphDefinition.profile",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Profile on base resource"
      },
      "GraphDefinition.link": {
        "index": 23,
        "path": "GraphDefinition.link",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Links this graph makes rules about"
      },
      "GraphDefinition.link.id": {
        "index": 24,
        "path": "GraphDefinition.link.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "GraphDefinition.link.extension": {
        "index": 25,
        "path": "GraphDefinition.link.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "GraphDefinition.link.modifierExtension": {
        "index": 26,
        "path": "GraphDefinition.link.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "GraphDefinition.link.path": {
        "index": 27,
        "path": "GraphDefinition.link.path",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Path in the resource that contains the link"
      },
      "GraphDefinition.link.sliceName": {
        "index": 28,
        "path": "GraphDefinition.link.sliceName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Which slice (if profiled)"
      },
      "GraphDefinition.link.min": {
        "index": 29,
        "path": "GraphDefinition.link.min",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "Minimum occurrences for this link"
      },
      "GraphDefinition.link.max": {
        "index": 30,
        "path": "GraphDefinition.link.max",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Maximum occurrences for this link"
      },
      "GraphDefinition.link.description": {
        "index": 31,
        "path": "GraphDefinition.link.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Why this link is specified"
      },
      "GraphDefinition.link.target": {
        "index": 32,
        "path": "GraphDefinition.link.target",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Potential target for the link"
      },
      "GraphDefinition.link.target.id": {
        "index": 33,
        "path": "GraphDefinition.link.target.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "GraphDefinition.link.target.extension": {
        "index": 34,
        "path": "GraphDefinition.link.target.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "GraphDefinition.link.target.modifierExtension": {
        "index": 35,
        "path": "GraphDefinition.link.target.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "GraphDefinition.link.target.type": {
        "index": 36,
        "path": "GraphDefinition.link.target.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Type of resource this link refers to",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "GraphDefinition.link.target.profile": {
        "index": 37,
        "path": "GraphDefinition.link.target.profile",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Profile for the target resource"
      },
      "GraphDefinition.link.target.compartment": {
        "index": 38,
        "path": "GraphDefinition.link.target.compartment",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Compartment Consistency Rules"
      },
      "GraphDefinition.link.target.compartment.id": {
        "index": 39,
        "path": "GraphDefinition.link.target.compartment.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "GraphDefinition.link.target.compartment.extension": {
        "index": 40,
        "path": "GraphDefinition.link.target.compartment.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "GraphDefinition.link.target.compartment.modifierExtension": {
        "index": 41,
        "path": "GraphDefinition.link.target.compartment.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "GraphDefinition.link.target.compartment.code": {
        "index": 42,
        "path": "GraphDefinition.link.target.compartment.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Identifies the compartment",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/compartment-type"
        }
      },
      "GraphDefinition.link.target.compartment.rule": {
        "index": 43,
        "path": "GraphDefinition.link.target.compartment.rule",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "identical | matching | different | custom",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/graph-compartment-rule"
        }
      },
      "GraphDefinition.link.target.compartment.expression": {
        "index": 44,
        "path": "GraphDefinition.link.target.compartment.expression",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Custom rule, as a FHIRPath expression"
      },
      "GraphDefinition.link.target.compartment.description": {
        "index": 45,
        "path": "GraphDefinition.link.target.compartment.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Documentation for FHIRPath expression"
      },
      "GraphDefinition.link.target.link": {
        "index": 46,
        "path": "GraphDefinition.link.target.link",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Additional links from target resource",
        "refSchema": "GraphDefinition.link"
      }
    },
    "Group": {
      "Group": {
        "index": 0,
        "path": "Group",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Group of multiple entities"
      },
      "Group.id": {
        "index": 1,
        "path": "Group.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Group.meta": {
        "index": 2,
        "path": "Group.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Group.implicitRules": {
        "index": 3,
        "path": "Group.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Group.language": {
        "index": 4,
        "path": "Group.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Group.text": {
        "index": 5,
        "path": "Group.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Group.contained": {
        "index": 6,
        "path": "Group.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Group.extension": {
        "index": 7,
        "path": "Group.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Group.modifierExtension": {
        "index": 8,
        "path": "Group.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Group.identifier": {
        "index": 9,
        "path": "Group.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique id"
      },
      "Group.active": {
        "index": 10,
        "path": "Group.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Whether this group's record is in active use"
      },
      "Group.type": {
        "index": 11,
        "path": "Group.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "person | animal | practitioner | device | medication | substance",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/group-type"
        }
      },
      "Group.actual": {
        "index": 12,
        "path": "Group.actual",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Descriptive or actual"
      },
      "Group.code": {
        "index": 13,
        "path": "Group.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Kind of Group members"
      },
      "Group.name": {
        "index": 14,
        "path": "Group.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Label for Group"
      },
      "Group.quantity": {
        "index": 15,
        "path": "Group.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Number of members"
      },
      "Group.characteristic": {
        "index": 16,
        "path": "Group.characteristic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Trait of group members"
      },
      "Group.characteristic.id": {
        "index": 17,
        "path": "Group.characteristic.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Group.characteristic.extension": {
        "index": 18,
        "path": "Group.characteristic.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Group.characteristic.modifierExtension": {
        "index": 19,
        "path": "Group.characteristic.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Group.characteristic.code": {
        "index": 20,
        "path": "Group.characteristic.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Kind of characteristic"
      },
      "Group.characteristic.value[x]": {
        "index": 21,
        "path": "Group.characteristic.value[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "boolean"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          }
        ],
        "short": "Value held by characteristic"
      },
      "Group.characteristic.exclude": {
        "index": 22,
        "path": "Group.characteristic.exclude",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isModifier": true,
        "short": "Group includes or excludes"
      },
      "Group.characteristic.period": {
        "index": 23,
        "path": "Group.characteristic.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period over which characteristic is tested"
      },
      "Group.member": {
        "index": 24,
        "path": "Group.member",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Who or what is in group"
      },
      "Group.member.id": {
        "index": 25,
        "path": "Group.member.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Group.member.extension": {
        "index": 26,
        "path": "Group.member.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Group.member.modifierExtension": {
        "index": 27,
        "path": "Group.member.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Group.member.entity": {
        "index": 28,
        "path": "Group.member.entity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          }
        ],
        "short": "Reference to the group member"
      },
      "Group.member.period": {
        "index": 29,
        "path": "Group.member.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period member belonged to the group"
      },
      "Group.member.inactive": {
        "index": 30,
        "path": "Group.member.inactive",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "If member is no longer in group"
      }
    },
    "GuidanceResponse": {
      "GuidanceResponse": {
        "index": 0,
        "path": "GuidanceResponse",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "The formal response to a guidance request"
      },
      "GuidanceResponse.id": {
        "index": 1,
        "path": "GuidanceResponse.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "GuidanceResponse.meta": {
        "index": 2,
        "path": "GuidanceResponse.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "GuidanceResponse.implicitRules": {
        "index": 3,
        "path": "GuidanceResponse.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "GuidanceResponse.language": {
        "index": 4,
        "path": "GuidanceResponse.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "GuidanceResponse.text": {
        "index": 5,
        "path": "GuidanceResponse.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "GuidanceResponse.contained": {
        "index": 6,
        "path": "GuidanceResponse.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "GuidanceResponse.extension": {
        "index": 7,
        "path": "GuidanceResponse.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "GuidanceResponse.modifierExtension": {
        "index": 8,
        "path": "GuidanceResponse.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "GuidanceResponse.requestId": {
        "index": 9,
        "path": "GuidanceResponse.requestId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "The id of the request associated with this response, if any"
      },
      "GuidanceResponse.identifier": {
        "index": 10,
        "path": "GuidanceResponse.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business identifier"
      },
      "GuidanceResponse.module": {
        "index": 11,
        "path": "GuidanceResponse.module",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ServiceDefinition"
          }
        ],
        "isSummary": true,
        "short": "A reference to a knowledge module"
      },
      "GuidanceResponse.status": {
        "index": 12,
        "path": "GuidanceResponse.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "success | data-requested | data-required | in-progress | failure | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/guidance-response-status"
        }
      },
      "GuidanceResponse.subject": {
        "index": 13,
        "path": "GuidanceResponse.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "short": "Patient the request was performed for"
      },
      "GuidanceResponse.context": {
        "index": 14,
        "path": "GuidanceResponse.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "short": "Encounter or Episode during which the response was returned"
      },
      "GuidanceResponse.occurrenceDateTime": {
        "index": 15,
        "path": "GuidanceResponse.occurrenceDateTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When the guidance response was processed"
      },
      "GuidanceResponse.performer": {
        "index": 16,
        "path": "GuidanceResponse.performer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Device returning the guidance"
      },
      "GuidanceResponse.reason[x]": {
        "index": 17,
        "path": "GuidanceResponse.reason[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Reason for the response"
      },
      "GuidanceResponse.note": {
        "index": 18,
        "path": "GuidanceResponse.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Additional notes about the response"
      },
      "GuidanceResponse.evaluationMessage": {
        "index": 19,
        "path": "GuidanceResponse.evaluationMessage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/OperationOutcome"
          }
        ],
        "short": "Messages resulting from the evaluation of the artifact or artifacts"
      },
      "GuidanceResponse.outputParameters": {
        "index": 20,
        "path": "GuidanceResponse.outputParameters",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Parameters"
          }
        ],
        "short": "The output parameters of the evaluation, if any"
      },
      "GuidanceResponse.result": {
        "index": 21,
        "path": "GuidanceResponse.result",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RequestGroup"
          }
        ],
        "short": "Proposed actions, if any"
      },
      "GuidanceResponse.dataRequirement": {
        "index": 22,
        "path": "GuidanceResponse.dataRequirement",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DataRequirement"
          }
        ],
        "short": "Additional required data"
      }
    },
    "HealthcareService": {
      "HealthcareService": {
        "index": 0,
        "path": "HealthcareService",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "The details of a healthcare service available at a location"
      },
      "HealthcareService.id": {
        "index": 1,
        "path": "HealthcareService.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "HealthcareService.meta": {
        "index": 2,
        "path": "HealthcareService.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "HealthcareService.implicitRules": {
        "index": 3,
        "path": "HealthcareService.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "HealthcareService.language": {
        "index": 4,
        "path": "HealthcareService.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "HealthcareService.text": {
        "index": 5,
        "path": "HealthcareService.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "HealthcareService.contained": {
        "index": 6,
        "path": "HealthcareService.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "HealthcareService.extension": {
        "index": 7,
        "path": "HealthcareService.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "HealthcareService.modifierExtension": {
        "index": 8,
        "path": "HealthcareService.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "HealthcareService.identifier": {
        "index": 9,
        "path": "HealthcareService.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External identifiers for this item"
      },
      "HealthcareService.active": {
        "index": 10,
        "path": "HealthcareService.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Whether this healthcareservice is in active use"
      },
      "HealthcareService.providedBy": {
        "index": 11,
        "path": "HealthcareService.providedBy",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization that provides this service"
      },
      "HealthcareService.category": {
        "index": 12,
        "path": "HealthcareService.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Broad category of service being performed or delivered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-category"
        }
      },
      "HealthcareService.type": {
        "index": 13,
        "path": "HealthcareService.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of service that may be delivered or performed",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-type"
        }
      },
      "HealthcareService.specialty": {
        "index": 14,
        "path": "HealthcareService.specialty",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Specialties handled by the HealthcareService",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
        }
      },
      "HealthcareService.location": {
        "index": 15,
        "path": "HealthcareService.location",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "Location(s) where service may be provided"
      },
      "HealthcareService.name": {
        "index": 16,
        "path": "HealthcareService.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Description of service as presented to a consumer while searching"
      },
      "HealthcareService.comment": {
        "index": 17,
        "path": "HealthcareService.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Additional description and/or any specific issues not covered elsewhere"
      },
      "HealthcareService.extraDetails": {
        "index": 18,
        "path": "HealthcareService.extraDetails",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Extra details about the service that can't be placed in the other fields"
      },
      "HealthcareService.photo": {
        "index": 19,
        "path": "HealthcareService.photo",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "isSummary": true,
        "short": "Facilitates quick identification of the service"
      },
      "HealthcareService.telecom": {
        "index": 20,
        "path": "HealthcareService.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "short": "Contacts related to the healthcare service"
      },
      "HealthcareService.coverageArea": {
        "index": 21,
        "path": "HealthcareService.coverageArea",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Location(s) service is inteded for/available to"
      },
      "HealthcareService.serviceProvisionCode": {
        "index": 22,
        "path": "HealthcareService.serviceProvisionCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Conditions under which service is available/offered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-provision-conditions"
        }
      },
      "HealthcareService.eligibility": {
        "index": 23,
        "path": "HealthcareService.eligibility",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Specific eligibility requirements required to use the service"
      },
      "HealthcareService.eligibilityNote": {
        "index": 24,
        "path": "HealthcareService.eligibilityNote",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Describes the eligibility conditions for the service"
      },
      "HealthcareService.programName": {
        "index": 25,
        "path": "HealthcareService.programName",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Program Names that categorize the service"
      },
      "HealthcareService.characteristic": {
        "index": 26,
        "path": "HealthcareService.characteristic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Collection of characteristics (attributes)"
      },
      "HealthcareService.referralMethod": {
        "index": 27,
        "path": "HealthcareService.referralMethod",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Ways that the service accepts referrals",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-referral-method"
        }
      },
      "HealthcareService.appointmentRequired": {
        "index": 28,
        "path": "HealthcareService.appointmentRequired",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "If an appointment is required for access to this service"
      },
      "HealthcareService.availableTime": {
        "index": 29,
        "path": "HealthcareService.availableTime",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Times the Service Site is available"
      },
      "HealthcareService.availableTime.id": {
        "index": 30,
        "path": "HealthcareService.availableTime.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "HealthcareService.availableTime.extension": {
        "index": 31,
        "path": "HealthcareService.availableTime.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "HealthcareService.availableTime.modifierExtension": {
        "index": 32,
        "path": "HealthcareService.availableTime.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "HealthcareService.availableTime.daysOfWeek": {
        "index": 33,
        "path": "HealthcareService.availableTime.daysOfWeek",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "mon | tue | wed | thu | fri | sat | sun",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/days-of-week"
        }
      },
      "HealthcareService.availableTime.allDay": {
        "index": 34,
        "path": "HealthcareService.availableTime.allDay",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Always available? e.g. 24 hour service"
      },
      "HealthcareService.availableTime.availableStartTime": {
        "index": 35,
        "path": "HealthcareService.availableTime.availableStartTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "time"
          }
        ],
        "short": "Opening time of day (ignored if allDay = true)"
      },
      "HealthcareService.availableTime.availableEndTime": {
        "index": 36,
        "path": "HealthcareService.availableTime.availableEndTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "time"
          }
        ],
        "short": "Closing time of day (ignored if allDay = true)"
      },
      "HealthcareService.notAvailable": {
        "index": 37,
        "path": "HealthcareService.notAvailable",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Not available during this time due to provided reason"
      },
      "HealthcareService.notAvailable.id": {
        "index": 38,
        "path": "HealthcareService.notAvailable.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "HealthcareService.notAvailable.extension": {
        "index": 39,
        "path": "HealthcareService.notAvailable.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "HealthcareService.notAvailable.modifierExtension": {
        "index": 40,
        "path": "HealthcareService.notAvailable.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "HealthcareService.notAvailable.description": {
        "index": 41,
        "path": "HealthcareService.notAvailable.description",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Reason presented to the user explaining why time not available"
      },
      "HealthcareService.notAvailable.during": {
        "index": 42,
        "path": "HealthcareService.notAvailable.during",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Service not availablefrom this date"
      },
      "HealthcareService.availabilityExceptions": {
        "index": 43,
        "path": "HealthcareService.availabilityExceptions",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Description of availability exceptions"
      },
      "HealthcareService.endpoint": {
        "index": 44,
        "path": "HealthcareService.endpoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint"
          }
        ],
        "short": "Technical endpoints providing access to services operated for the location"
      }
    },
    "ImagingManifest": {
      "ImagingManifest": {
        "index": 0,
        "path": "ImagingManifest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Key Object Selection"
      },
      "ImagingManifest.id": {
        "index": 1,
        "path": "ImagingManifest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ImagingManifest.meta": {
        "index": 2,
        "path": "ImagingManifest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ImagingManifest.implicitRules": {
        "index": 3,
        "path": "ImagingManifest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ImagingManifest.language": {
        "index": 4,
        "path": "ImagingManifest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ImagingManifest.text": {
        "index": 5,
        "path": "ImagingManifest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ImagingManifest.contained": {
        "index": 6,
        "path": "ImagingManifest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ImagingManifest.extension": {
        "index": 7,
        "path": "ImagingManifest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImagingManifest.modifierExtension": {
        "index": 8,
        "path": "ImagingManifest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImagingManifest.identifier": {
        "index": 9,
        "path": "ImagingManifest.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "SOP Instance UID"
      },
      "ImagingManifest.patient": {
        "index": 10,
        "path": "ImagingManifest.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Patient of the selected objects"
      },
      "ImagingManifest.authoringTime": {
        "index": 11,
        "path": "ImagingManifest.authoringTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Time when the selection of instances was made"
      },
      "ImagingManifest.author": {
        "index": 12,
        "path": "ImagingManifest.author",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Author (human or machine)"
      },
      "ImagingManifest.description": {
        "index": 13,
        "path": "ImagingManifest.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Description text"
      },
      "ImagingManifest.study": {
        "index": 14,
        "path": "ImagingManifest.study",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Study identity of the selected instances"
      },
      "ImagingManifest.study.id": {
        "index": 15,
        "path": "ImagingManifest.study.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImagingManifest.study.extension": {
        "index": 16,
        "path": "ImagingManifest.study.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImagingManifest.study.modifierExtension": {
        "index": 17,
        "path": "ImagingManifest.study.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImagingManifest.study.uid": {
        "index": 18,
        "path": "ImagingManifest.study.uid",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "isSummary": true,
        "short": "Study instance UID"
      },
      "ImagingManifest.study.imagingStudy": {
        "index": 19,
        "path": "ImagingManifest.study.imagingStudy",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ImagingStudy"
          }
        ],
        "isSummary": true,
        "short": "Reference to ImagingStudy"
      },
      "ImagingManifest.study.endpoint": {
        "index": 20,
        "path": "ImagingManifest.study.endpoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint"
          }
        ],
        "isSummary": true,
        "short": "Study access service endpoint"
      },
      "ImagingManifest.study.series": {
        "index": 21,
        "path": "ImagingManifest.study.series",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Series identity of the selected instances"
      },
      "ImagingManifest.study.series.id": {
        "index": 22,
        "path": "ImagingManifest.study.series.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImagingManifest.study.series.extension": {
        "index": 23,
        "path": "ImagingManifest.study.series.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImagingManifest.study.series.modifierExtension": {
        "index": 24,
        "path": "ImagingManifest.study.series.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImagingManifest.study.series.uid": {
        "index": 25,
        "path": "ImagingManifest.study.series.uid",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "isSummary": true,
        "short": "Series instance UID"
      },
      "ImagingManifest.study.series.endpoint": {
        "index": 26,
        "path": "ImagingManifest.study.series.endpoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint"
          }
        ],
        "isSummary": true,
        "short": "Series access endpoint"
      },
      "ImagingManifest.study.series.instance": {
        "index": 27,
        "path": "ImagingManifest.study.series.instance",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The selected instance"
      },
      "ImagingManifest.study.series.instance.id": {
        "index": 28,
        "path": "ImagingManifest.study.series.instance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImagingManifest.study.series.instance.extension": {
        "index": 29,
        "path": "ImagingManifest.study.series.instance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImagingManifest.study.series.instance.modifierExtension": {
        "index": 30,
        "path": "ImagingManifest.study.series.instance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImagingManifest.study.series.instance.sopClass": {
        "index": 31,
        "path": "ImagingManifest.study.series.instance.sopClass",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "isSummary": true,
        "short": "SOP class UID of instance"
      },
      "ImagingManifest.study.series.instance.uid": {
        "index": 32,
        "path": "ImagingManifest.study.series.instance.uid",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "isSummary": true,
        "short": "Selected instance UID"
      }
    },
    "ImagingStudy": {
      "ImagingStudy": {
        "index": 0,
        "path": "ImagingStudy",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A set of images produced in single study (one or more series of references images)"
      },
      "ImagingStudy.id": {
        "index": 1,
        "path": "ImagingStudy.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ImagingStudy.meta": {
        "index": 2,
        "path": "ImagingStudy.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ImagingStudy.implicitRules": {
        "index": 3,
        "path": "ImagingStudy.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ImagingStudy.language": {
        "index": 4,
        "path": "ImagingStudy.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ImagingStudy.text": {
        "index": 5,
        "path": "ImagingStudy.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ImagingStudy.contained": {
        "index": 6,
        "path": "ImagingStudy.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ImagingStudy.extension": {
        "index": 7,
        "path": "ImagingStudy.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImagingStudy.modifierExtension": {
        "index": 8,
        "path": "ImagingStudy.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImagingStudy.uid": {
        "index": 9,
        "path": "ImagingStudy.uid",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "isSummary": true,
        "short": "Formal DICOM identifier for the study"
      },
      "ImagingStudy.accession": {
        "index": 10,
        "path": "ImagingStudy.accession",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Related workflow identifier (\"Accession Number\")"
      },
      "ImagingStudy.identifier": {
        "index": 11,
        "path": "ImagingStudy.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Other identifiers for the study"
      },
      "ImagingStudy.availability": {
        "index": 12,
        "path": "ImagingStudy.availability",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "ONLINE | OFFLINE | NEARLINE | UNAVAILABLE",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/instance-availability"
        }
      },
      "ImagingStudy.modalityList": {
        "index": 13,
        "path": "ImagingStudy.modalityList",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "All series modality if actual acquisition modalities",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/dicom-cid29"
        }
      },
      "ImagingStudy.patient": {
        "index": 14,
        "path": "ImagingStudy.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Who the images are of"
      },
      "ImagingStudy.context": {
        "index": 15,
        "path": "ImagingStudy.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Originating context"
      },
      "ImagingStudy.started": {
        "index": 16,
        "path": "ImagingStudy.started",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the study was started"
      },
      "ImagingStudy.basedOn": {
        "index": 17,
        "path": "ImagingStudy.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          }
        ],
        "isSummary": true,
        "short": "Request fulfilled"
      },
      "ImagingStudy.referrer": {
        "index": 18,
        "path": "ImagingStudy.referrer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "Referring physician"
      },
      "ImagingStudy.interpreter": {
        "index": 19,
        "path": "ImagingStudy.interpreter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "Who interpreted images"
      },
      "ImagingStudy.endpoint": {
        "index": 20,
        "path": "ImagingStudy.endpoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint"
          }
        ],
        "isSummary": true,
        "short": "Study access endpoint"
      },
      "ImagingStudy.numberOfSeries": {
        "index": 21,
        "path": "ImagingStudy.numberOfSeries",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Number of Study Related Series"
      },
      "ImagingStudy.numberOfInstances": {
        "index": 22,
        "path": "ImagingStudy.numberOfInstances",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Number of Study Related Instances"
      },
      "ImagingStudy.procedureReference": {
        "index": 23,
        "path": "ImagingStudy.procedureReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "isSummary": true,
        "short": "The performed Procedure reference"
      },
      "ImagingStudy.procedureCode": {
        "index": 24,
        "path": "ImagingStudy.procedureCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The performed procedure code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-code"
        }
      },
      "ImagingStudy.reason": {
        "index": 25,
        "path": "ImagingStudy.reason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Why the study was requested",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-reason"
        }
      },
      "ImagingStudy.description": {
        "index": 26,
        "path": "ImagingStudy.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Institution-generated description"
      },
      "ImagingStudy.series": {
        "index": 27,
        "path": "ImagingStudy.series",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Each study has one or more series of instances"
      },
      "ImagingStudy.series.id": {
        "index": 28,
        "path": "ImagingStudy.series.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImagingStudy.series.extension": {
        "index": 29,
        "path": "ImagingStudy.series.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImagingStudy.series.modifierExtension": {
        "index": 30,
        "path": "ImagingStudy.series.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImagingStudy.series.uid": {
        "index": 31,
        "path": "ImagingStudy.series.uid",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "isSummary": true,
        "short": "Formal DICOM identifier for this series"
      },
      "ImagingStudy.series.number": {
        "index": 32,
        "path": "ImagingStudy.series.number",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Numeric identifier of this series"
      },
      "ImagingStudy.series.modality": {
        "index": 33,
        "path": "ImagingStudy.series.modality",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "The modality of the instances in the series",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/dicom-cid29"
        }
      },
      "ImagingStudy.series.description": {
        "index": 34,
        "path": "ImagingStudy.series.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "A short human readable summary of the series"
      },
      "ImagingStudy.series.numberOfInstances": {
        "index": 35,
        "path": "ImagingStudy.series.numberOfInstances",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Number of Series Related Instances"
      },
      "ImagingStudy.series.availability": {
        "index": 36,
        "path": "ImagingStudy.series.availability",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "ONLINE | OFFLINE | NEARLINE | UNAVAILABLE",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/instance-availability"
        }
      },
      "ImagingStudy.series.endpoint": {
        "index": 37,
        "path": "ImagingStudy.series.endpoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint"
          }
        ],
        "isSummary": true,
        "short": "Series access endpoint"
      },
      "ImagingStudy.series.bodySite": {
        "index": 38,
        "path": "ImagingStudy.series.bodySite",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Body part examined",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "ImagingStudy.series.laterality": {
        "index": 39,
        "path": "ImagingStudy.series.laterality",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Body part laterality",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/bodysite-laterality"
        }
      },
      "ImagingStudy.series.started": {
        "index": 40,
        "path": "ImagingStudy.series.started",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the series started"
      },
      "ImagingStudy.series.performer": {
        "index": 41,
        "path": "ImagingStudy.series.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "Who performed the series"
      },
      "ImagingStudy.series.instance": {
        "index": 42,
        "path": "ImagingStudy.series.instance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A single SOP instance from the series"
      },
      "ImagingStudy.series.instance.id": {
        "index": 43,
        "path": "ImagingStudy.series.instance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImagingStudy.series.instance.extension": {
        "index": 44,
        "path": "ImagingStudy.series.instance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImagingStudy.series.instance.modifierExtension": {
        "index": 45,
        "path": "ImagingStudy.series.instance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImagingStudy.series.instance.uid": {
        "index": 46,
        "path": "ImagingStudy.series.instance.uid",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "short": "Formal DICOM identifier for this instance"
      },
      "ImagingStudy.series.instance.number": {
        "index": 47,
        "path": "ImagingStudy.series.instance.number",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "short": "The number of this instance in the series"
      },
      "ImagingStudy.series.instance.sopClass": {
        "index": 48,
        "path": "ImagingStudy.series.instance.sopClass",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "short": "DICOM class type"
      },
      "ImagingStudy.series.instance.title": {
        "index": 49,
        "path": "ImagingStudy.series.instance.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Description of instance"
      }
    },
    "Immunization": {
      "Immunization": {
        "index": 0,
        "path": "Immunization",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Immunization event information"
      },
      "Immunization.id": {
        "index": 1,
        "path": "Immunization.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Immunization.meta": {
        "index": 2,
        "path": "Immunization.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Immunization.implicitRules": {
        "index": 3,
        "path": "Immunization.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Immunization.language": {
        "index": 4,
        "path": "Immunization.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Immunization.text": {
        "index": 5,
        "path": "Immunization.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Immunization.contained": {
        "index": 6,
        "path": "Immunization.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Immunization.extension": {
        "index": 7,
        "path": "Immunization.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Immunization.modifierExtension": {
        "index": 8,
        "path": "Immunization.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Immunization.identifier": {
        "index": 9,
        "path": "Immunization.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business identifier"
      },
      "Immunization.status": {
        "index": 10,
        "path": "Immunization.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "completed | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/immunization-status"
        }
      },
      "Immunization.notGiven": {
        "index": 11,
        "path": "Immunization.notGiven",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Flag for whether immunization was given"
      },
      "Immunization.vaccineCode": {
        "index": 12,
        "path": "Immunization.vaccineCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Vaccine product administered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/vaccine-code"
        }
      },
      "Immunization.patient": {
        "index": 13,
        "path": "Immunization.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "Who was immunized"
      },
      "Immunization.encounter": {
        "index": 14,
        "path": "Immunization.encounter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ],
        "short": "Encounter administered as part of"
      },
      "Immunization.date": {
        "index": 15,
        "path": "Immunization.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Vaccination administration date"
      },
      "Immunization.primarySource": {
        "index": 16,
        "path": "Immunization.primarySource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Indicates context the data was recorded in"
      },
      "Immunization.reportOrigin": {
        "index": 17,
        "path": "Immunization.reportOrigin",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Indicates the source of a secondarily reported record",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/immunization-origin"
        }
      },
      "Immunization.location": {
        "index": 18,
        "path": "Immunization.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Where vaccination occurred"
      },
      "Immunization.manufacturer": {
        "index": 19,
        "path": "Immunization.manufacturer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Vaccine manufacturer"
      },
      "Immunization.lotNumber": {
        "index": 20,
        "path": "Immunization.lotNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Vaccine lot number"
      },
      "Immunization.expirationDate": {
        "index": 21,
        "path": "Immunization.expirationDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "Vaccine expiration date"
      },
      "Immunization.site": {
        "index": 22,
        "path": "Immunization.site",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Body site vaccine  was administered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/immunization-site"
        }
      },
      "Immunization.route": {
        "index": 23,
        "path": "Immunization.route",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "How vaccine entered body",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/immunization-route"
        }
      },
      "Immunization.doseQuantity": {
        "index": 24,
        "path": "Immunization.doseQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Amount of vaccine administered"
      },
      "Immunization.practitioner": {
        "index": 25,
        "path": "Immunization.practitioner",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who performed event"
      },
      "Immunization.practitioner.id": {
        "index": 26,
        "path": "Immunization.practitioner.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Immunization.practitioner.extension": {
        "index": 27,
        "path": "Immunization.practitioner.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Immunization.practitioner.modifierExtension": {
        "index": 28,
        "path": "Immunization.practitioner.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Immunization.practitioner.role": {
        "index": 29,
        "path": "Immunization.practitioner.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "What type of performance was done",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/immunization-role"
        }
      },
      "Immunization.practitioner.actor": {
        "index": 30,
        "path": "Immunization.practitioner.actor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "Individual who was performing"
      },
      "Immunization.note": {
        "index": 31,
        "path": "Immunization.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "isSummary": true,
        "short": "Vaccination notes"
      },
      "Immunization.explanation": {
        "index": 32,
        "path": "Immunization.explanation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Administration/non-administration reasons"
      },
      "Immunization.explanation.id": {
        "index": 33,
        "path": "Immunization.explanation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Immunization.explanation.extension": {
        "index": 34,
        "path": "Immunization.explanation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Immunization.explanation.modifierExtension": {
        "index": 35,
        "path": "Immunization.explanation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Immunization.explanation.reason": {
        "index": 36,
        "path": "Immunization.explanation.reason",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why immunization occurred",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/immunization-reason"
        }
      },
      "Immunization.explanation.reasonNotGiven": {
        "index": 37,
        "path": "Immunization.explanation.reasonNotGiven",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why immunization did not occur",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/no-immunization-reason"
        }
      },
      "Immunization.reaction": {
        "index": 38,
        "path": "Immunization.reaction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Details of a reaction that follows immunization"
      },
      "Immunization.reaction.id": {
        "index": 39,
        "path": "Immunization.reaction.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Immunization.reaction.extension": {
        "index": 40,
        "path": "Immunization.reaction.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Immunization.reaction.modifierExtension": {
        "index": 41,
        "path": "Immunization.reaction.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Immunization.reaction.date": {
        "index": 42,
        "path": "Immunization.reaction.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When reaction started"
      },
      "Immunization.reaction.detail": {
        "index": 43,
        "path": "Immunization.reaction.detail",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "short": "Additional information on reaction"
      },
      "Immunization.reaction.reported": {
        "index": 44,
        "path": "Immunization.reaction.reported",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Indicates self-reported reaction"
      },
      "Immunization.vaccinationProtocol": {
        "index": 45,
        "path": "Immunization.vaccinationProtocol",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "What protocol was followed"
      },
      "Immunization.vaccinationProtocol.id": {
        "index": 46,
        "path": "Immunization.vaccinationProtocol.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Immunization.vaccinationProtocol.extension": {
        "index": 47,
        "path": "Immunization.vaccinationProtocol.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Immunization.vaccinationProtocol.modifierExtension": {
        "index": 48,
        "path": "Immunization.vaccinationProtocol.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Immunization.vaccinationProtocol.doseSequence": {
        "index": 49,
        "path": "Immunization.vaccinationProtocol.doseSequence",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Dose number within series"
      },
      "Immunization.vaccinationProtocol.description": {
        "index": 50,
        "path": "Immunization.vaccinationProtocol.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Details of vaccine protocol"
      },
      "Immunization.vaccinationProtocol.authority": {
        "index": 51,
        "path": "Immunization.vaccinationProtocol.authority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Who is responsible for protocol"
      },
      "Immunization.vaccinationProtocol.series": {
        "index": 52,
        "path": "Immunization.vaccinationProtocol.series",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Name of vaccine series"
      },
      "Immunization.vaccinationProtocol.seriesDoses": {
        "index": 53,
        "path": "Immunization.vaccinationProtocol.seriesDoses",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Recommended number of doses for immunity"
      },
      "Immunization.vaccinationProtocol.targetDisease": {
        "index": 54,
        "path": "Immunization.vaccinationProtocol.targetDisease",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Disease immunized against",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/vaccination-protocol-dose-target"
        }
      },
      "Immunization.vaccinationProtocol.doseStatus": {
        "index": 55,
        "path": "Immunization.vaccinationProtocol.doseStatus",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Indicates if dose counts towards immunity",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/vaccination-protocol-dose-status"
        }
      },
      "Immunization.vaccinationProtocol.doseStatusReason": {
        "index": 56,
        "path": "Immunization.vaccinationProtocol.doseStatusReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why dose does (not) count",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/vaccination-protocol-dose-status-reason"
        }
      }
    },
    "ImmunizationRecommendation": {
      "ImmunizationRecommendation": {
        "index": 0,
        "path": "ImmunizationRecommendation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Guidance or advice relating to an immunization"
      },
      "ImmunizationRecommendation.id": {
        "index": 1,
        "path": "ImmunizationRecommendation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ImmunizationRecommendation.meta": {
        "index": 2,
        "path": "ImmunizationRecommendation.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ImmunizationRecommendation.implicitRules": {
        "index": 3,
        "path": "ImmunizationRecommendation.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ImmunizationRecommendation.language": {
        "index": 4,
        "path": "ImmunizationRecommendation.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ImmunizationRecommendation.text": {
        "index": 5,
        "path": "ImmunizationRecommendation.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ImmunizationRecommendation.contained": {
        "index": 6,
        "path": "ImmunizationRecommendation.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ImmunizationRecommendation.extension": {
        "index": 7,
        "path": "ImmunizationRecommendation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImmunizationRecommendation.modifierExtension": {
        "index": 8,
        "path": "ImmunizationRecommendation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImmunizationRecommendation.identifier": {
        "index": 9,
        "path": "ImmunizationRecommendation.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business identifier"
      },
      "ImmunizationRecommendation.patient": {
        "index": 10,
        "path": "ImmunizationRecommendation.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Who this profile is for"
      },
      "ImmunizationRecommendation.recommendation": {
        "index": 11,
        "path": "ImmunizationRecommendation.recommendation",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Vaccine administration recommendations"
      },
      "ImmunizationRecommendation.recommendation.id": {
        "index": 12,
        "path": "ImmunizationRecommendation.recommendation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImmunizationRecommendation.recommendation.extension": {
        "index": 13,
        "path": "ImmunizationRecommendation.recommendation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImmunizationRecommendation.recommendation.modifierExtension": {
        "index": 14,
        "path": "ImmunizationRecommendation.recommendation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImmunizationRecommendation.recommendation.date": {
        "index": 15,
        "path": "ImmunizationRecommendation.recommendation.date",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date recommendation created"
      },
      "ImmunizationRecommendation.recommendation.vaccineCode": {
        "index": 16,
        "path": "ImmunizationRecommendation.recommendation.vaccineCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Vaccine recommendation applies to",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/vaccine-code"
        }
      },
      "ImmunizationRecommendation.recommendation.targetDisease": {
        "index": 17,
        "path": "ImmunizationRecommendation.recommendation.targetDisease",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Disease to be immunized against",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/immunization-recommendation-target-disease"
        }
      },
      "ImmunizationRecommendation.recommendation.doseNumber": {
        "index": 18,
        "path": "ImmunizationRecommendation.recommendation.doseNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "isSummary": true,
        "short": "Recommended dose number"
      },
      "ImmunizationRecommendation.recommendation.forecastStatus": {
        "index": 19,
        "path": "ImmunizationRecommendation.recommendation.forecastStatus",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Vaccine administration status",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/immunization-recommendation-status"
        }
      },
      "ImmunizationRecommendation.recommendation.dateCriterion": {
        "index": 20,
        "path": "ImmunizationRecommendation.recommendation.dateCriterion",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Dates governing proposed immunization"
      },
      "ImmunizationRecommendation.recommendation.dateCriterion.id": {
        "index": 21,
        "path": "ImmunizationRecommendation.recommendation.dateCriterion.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImmunizationRecommendation.recommendation.dateCriterion.extension": {
        "index": 22,
        "path": "ImmunizationRecommendation.recommendation.dateCriterion.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImmunizationRecommendation.recommendation.dateCriterion.modifierExtension": {
        "index": 23,
        "path": "ImmunizationRecommendation.recommendation.dateCriterion.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImmunizationRecommendation.recommendation.dateCriterion.code": {
        "index": 24,
        "path": "ImmunizationRecommendation.recommendation.dateCriterion.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of date",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion"
        }
      },
      "ImmunizationRecommendation.recommendation.dateCriterion.value": {
        "index": 25,
        "path": "ImmunizationRecommendation.recommendation.dateCriterion.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Recommended date"
      },
      "ImmunizationRecommendation.recommendation.protocol": {
        "index": 26,
        "path": "ImmunizationRecommendation.recommendation.protocol",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Protocol used by recommendation"
      },
      "ImmunizationRecommendation.recommendation.protocol.id": {
        "index": 27,
        "path": "ImmunizationRecommendation.recommendation.protocol.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImmunizationRecommendation.recommendation.protocol.extension": {
        "index": 28,
        "path": "ImmunizationRecommendation.recommendation.protocol.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImmunizationRecommendation.recommendation.protocol.modifierExtension": {
        "index": 29,
        "path": "ImmunizationRecommendation.recommendation.protocol.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImmunizationRecommendation.recommendation.protocol.doseSequence": {
        "index": 30,
        "path": "ImmunizationRecommendation.recommendation.protocol.doseSequence",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Dose number within sequence"
      },
      "ImmunizationRecommendation.recommendation.protocol.description": {
        "index": 31,
        "path": "ImmunizationRecommendation.recommendation.protocol.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Protocol details"
      },
      "ImmunizationRecommendation.recommendation.protocol.authority": {
        "index": 32,
        "path": "ImmunizationRecommendation.recommendation.protocol.authority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Who is responsible for protocol"
      },
      "ImmunizationRecommendation.recommendation.protocol.series": {
        "index": 33,
        "path": "ImmunizationRecommendation.recommendation.protocol.series",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Name of vaccination series"
      },
      "ImmunizationRecommendation.recommendation.supportingImmunization": {
        "index": 34,
        "path": "ImmunizationRecommendation.recommendation.supportingImmunization",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Immunization"
          }
        ],
        "short": "Past immunizations supporting recommendation"
      },
      "ImmunizationRecommendation.recommendation.supportingPatientInformation": {
        "index": 35,
        "path": "ImmunizationRecommendation.recommendation.supportingPatientInformation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance"
          }
        ],
        "short": "Patient observations supporting recommendation"
      }
    },
    "ImplementationGuide": {
      "ImplementationGuide": {
        "index": 0,
        "path": "ImplementationGuide",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A set of rules about how FHIR is used"
      },
      "ImplementationGuide.id": {
        "index": 1,
        "path": "ImplementationGuide.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ImplementationGuide.meta": {
        "index": 2,
        "path": "ImplementationGuide.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ImplementationGuide.implicitRules": {
        "index": 3,
        "path": "ImplementationGuide.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ImplementationGuide.language": {
        "index": 4,
        "path": "ImplementationGuide.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ImplementationGuide.text": {
        "index": 5,
        "path": "ImplementationGuide.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ImplementationGuide.contained": {
        "index": 6,
        "path": "ImplementationGuide.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ImplementationGuide.extension": {
        "index": 7,
        "path": "ImplementationGuide.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImplementationGuide.modifierExtension": {
        "index": 8,
        "path": "ImplementationGuide.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImplementationGuide.url": {
        "index": 9,
        "path": "ImplementationGuide.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this implementation guide (globally unique)"
      },
      "ImplementationGuide.version": {
        "index": 10,
        "path": "ImplementationGuide.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the implementation guide"
      },
      "ImplementationGuide.name": {
        "index": 11,
        "path": "ImplementationGuide.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this implementation guide (computer friendly)"
      },
      "ImplementationGuide.status": {
        "index": 12,
        "path": "ImplementationGuide.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "ImplementationGuide.experimental": {
        "index": 13,
        "path": "ImplementationGuide.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "ImplementationGuide.date": {
        "index": 14,
        "path": "ImplementationGuide.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "ImplementationGuide.publisher": {
        "index": 15,
        "path": "ImplementationGuide.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "ImplementationGuide.contact": {
        "index": 16,
        "path": "ImplementationGuide.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "ImplementationGuide.description": {
        "index": 17,
        "path": "ImplementationGuide.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the implementation guide"
      },
      "ImplementationGuide.useContext": {
        "index": 18,
        "path": "ImplementationGuide.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "ImplementationGuide.jurisdiction": {
        "index": 19,
        "path": "ImplementationGuide.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for implementation guide (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "ImplementationGuide.copyright": {
        "index": 20,
        "path": "ImplementationGuide.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "ImplementationGuide.fhirVersion": {
        "index": 21,
        "path": "ImplementationGuide.fhirVersion",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "FHIR Version this Implementation Guide targets"
      },
      "ImplementationGuide.dependency": {
        "index": 22,
        "path": "ImplementationGuide.dependency",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Another Implementation guide this depends on"
      },
      "ImplementationGuide.dependency.id": {
        "index": 23,
        "path": "ImplementationGuide.dependency.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImplementationGuide.dependency.extension": {
        "index": 24,
        "path": "ImplementationGuide.dependency.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImplementationGuide.dependency.modifierExtension": {
        "index": 25,
        "path": "ImplementationGuide.dependency.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImplementationGuide.dependency.type": {
        "index": 26,
        "path": "ImplementationGuide.dependency.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "reference | inclusion",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/guide-dependency-type"
        }
      },
      "ImplementationGuide.dependency.uri": {
        "index": 27,
        "path": "ImplementationGuide.dependency.uri",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Where to find dependency"
      },
      "ImplementationGuide.package": {
        "index": 28,
        "path": "ImplementationGuide.package",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Group of resources as used in .page.package"
      },
      "ImplementationGuide.package.id": {
        "index": 29,
        "path": "ImplementationGuide.package.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImplementationGuide.package.extension": {
        "index": 30,
        "path": "ImplementationGuide.package.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImplementationGuide.package.modifierExtension": {
        "index": 31,
        "path": "ImplementationGuide.package.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImplementationGuide.package.name": {
        "index": 32,
        "path": "ImplementationGuide.package.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name used .page.package"
      },
      "ImplementationGuide.package.description": {
        "index": 33,
        "path": "ImplementationGuide.package.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Human readable text describing the package"
      },
      "ImplementationGuide.package.resource": {
        "index": 34,
        "path": "ImplementationGuide.package.resource",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Resource in the implementation guide"
      },
      "ImplementationGuide.package.resource.id": {
        "index": 35,
        "path": "ImplementationGuide.package.resource.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImplementationGuide.package.resource.extension": {
        "index": 36,
        "path": "ImplementationGuide.package.resource.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImplementationGuide.package.resource.modifierExtension": {
        "index": 37,
        "path": "ImplementationGuide.package.resource.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImplementationGuide.package.resource.example": {
        "index": 38,
        "path": "ImplementationGuide.package.resource.example",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "If not an example, has its normal meaning"
      },
      "ImplementationGuide.package.resource.name": {
        "index": 39,
        "path": "ImplementationGuide.package.resource.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Human Name for the resource"
      },
      "ImplementationGuide.package.resource.description": {
        "index": 40,
        "path": "ImplementationGuide.package.resource.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Reason why included in guide"
      },
      "ImplementationGuide.package.resource.acronym": {
        "index": 41,
        "path": "ImplementationGuide.package.resource.acronym",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Short code to identify the resource"
      },
      "ImplementationGuide.package.resource.source[x]": {
        "index": 42,
        "path": "ImplementationGuide.package.resource.source[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Location of the resource"
      },
      "ImplementationGuide.package.resource.exampleFor": {
        "index": 43,
        "path": "ImplementationGuide.package.resource.exampleFor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
          }
        ],
        "short": "Resource this is an example of (if applicable)"
      },
      "ImplementationGuide.global": {
        "index": 44,
        "path": "ImplementationGuide.global",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Profiles that apply globally"
      },
      "ImplementationGuide.global.id": {
        "index": 45,
        "path": "ImplementationGuide.global.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImplementationGuide.global.extension": {
        "index": 46,
        "path": "ImplementationGuide.global.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImplementationGuide.global.modifierExtension": {
        "index": 47,
        "path": "ImplementationGuide.global.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImplementationGuide.global.type": {
        "index": 48,
        "path": "ImplementationGuide.global.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Type this profiles applies to",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "ImplementationGuide.global.profile": {
        "index": 49,
        "path": "ImplementationGuide.global.profile",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
          }
        ],
        "isSummary": true,
        "short": "Profile that all resources must conform to"
      },
      "ImplementationGuide.binary": {
        "index": 50,
        "path": "ImplementationGuide.binary",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Image, css, script, etc."
      },
      "ImplementationGuide.page": {
        "index": 51,
        "path": "ImplementationGuide.page",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Page/Section in the Guide"
      },
      "ImplementationGuide.page.id": {
        "index": 52,
        "path": "ImplementationGuide.page.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ImplementationGuide.page.extension": {
        "index": 53,
        "path": "ImplementationGuide.page.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ImplementationGuide.page.modifierExtension": {
        "index": 54,
        "path": "ImplementationGuide.page.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ImplementationGuide.page.source": {
        "index": 55,
        "path": "ImplementationGuide.page.source",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Where to find that page"
      },
      "ImplementationGuide.page.title": {
        "index": 56,
        "path": "ImplementationGuide.page.title",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Short title shown for navigational assistance"
      },
      "ImplementationGuide.page.kind": {
        "index": 57,
        "path": "ImplementationGuide.page.kind",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "page | example | list | include | directory | dictionary | toc | resource",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/guide-page-kind"
        }
      },
      "ImplementationGuide.page.type": {
        "index": 58,
        "path": "ImplementationGuide.page.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Kind of resource to include in the list",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "ImplementationGuide.page.package": {
        "index": 59,
        "path": "ImplementationGuide.page.package",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Name of package to include"
      },
      "ImplementationGuide.page.format": {
        "index": 60,
        "path": "ImplementationGuide.page.format",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Format of the page (e.g. html, markdown, etc.)"
      },
      "ImplementationGuide.page.page": {
        "index": 61,
        "path": "ImplementationGuide.page.page",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Nested Pages / Sections",
        "refSchema": "ImplementationGuide.page"
      }
    },
    "Library": {
      "Library": {
        "index": 0,
        "path": "Library",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Represents a library of quality improvement components"
      },
      "Library.id": {
        "index": 1,
        "path": "Library.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Library.meta": {
        "index": 2,
        "path": "Library.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Library.implicitRules": {
        "index": 3,
        "path": "Library.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Library.language": {
        "index": 4,
        "path": "Library.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Library.text": {
        "index": 5,
        "path": "Library.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Library.contained": {
        "index": 6,
        "path": "Library.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Library.extension": {
        "index": 7,
        "path": "Library.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Library.modifierExtension": {
        "index": 8,
        "path": "Library.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Library.url": {
        "index": 9,
        "path": "Library.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this library (globally unique)"
      },
      "Library.identifier": {
        "index": 10,
        "path": "Library.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the library"
      },
      "Library.version": {
        "index": 11,
        "path": "Library.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the library"
      },
      "Library.name": {
        "index": 12,
        "path": "Library.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this library (computer friendly)"
      },
      "Library.title": {
        "index": 13,
        "path": "Library.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this library (human friendly)"
      },
      "Library.status": {
        "index": 14,
        "path": "Library.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "Library.experimental": {
        "index": 15,
        "path": "Library.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "Library.type": {
        "index": 16,
        "path": "Library.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "logic-library | model-definition | asset-collection | module-definition",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/library-type"
        }
      },
      "Library.date": {
        "index": 17,
        "path": "Library.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "Library.publisher": {
        "index": 18,
        "path": "Library.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "Library.description": {
        "index": 19,
        "path": "Library.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Natural language description of the library"
      },
      "Library.purpose": {
        "index": 20,
        "path": "Library.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this library is defined"
      },
      "Library.usage": {
        "index": 21,
        "path": "Library.usage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Describes the clinical usage of the library"
      },
      "Library.approvalDate": {
        "index": 22,
        "path": "Library.approvalDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the library was approved by publisher"
      },
      "Library.lastReviewDate": {
        "index": 23,
        "path": "Library.lastReviewDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the library was last reviewed"
      },
      "Library.effectivePeriod": {
        "index": 24,
        "path": "Library.effectivePeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "When the library is expected to be used"
      },
      "Library.useContext": {
        "index": 25,
        "path": "Library.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "Library.jurisdiction": {
        "index": 26,
        "path": "Library.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for library (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "Library.topic": {
        "index": 27,
        "path": "Library.topic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "E.g. Education, Treatment, Assessment, etc",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/definition-topic"
        }
      },
      "Library.contributor": {
        "index": 28,
        "path": "Library.contributor",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Contributor"
          }
        ],
        "short": "A content contributor"
      },
      "Library.contact": {
        "index": 29,
        "path": "Library.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "Library.copyright": {
        "index": 30,
        "path": "Library.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "Library.relatedArtifact": {
        "index": 31,
        "path": "Library.relatedArtifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ],
        "short": "Additional documentation, citations, etc."
      },
      "Library.parameter": {
        "index": 32,
        "path": "Library.parameter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ParameterDefinition"
          }
        ],
        "short": "Parameters defined by the library"
      },
      "Library.dataRequirement": {
        "index": 33,
        "path": "Library.dataRequirement",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DataRequirement"
          }
        ],
        "short": "What data is referenced by this library"
      },
      "Library.content": {
        "index": 34,
        "path": "Library.content",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "short": "Contents of the library, either embedded or referenced"
      }
    },
    "Linkage": {
      "Linkage": {
        "index": 0,
        "path": "Linkage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Links records for 'same' item"
      },
      "Linkage.id": {
        "index": 1,
        "path": "Linkage.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Linkage.meta": {
        "index": 2,
        "path": "Linkage.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Linkage.implicitRules": {
        "index": 3,
        "path": "Linkage.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Linkage.language": {
        "index": 4,
        "path": "Linkage.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Linkage.text": {
        "index": 5,
        "path": "Linkage.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Linkage.contained": {
        "index": 6,
        "path": "Linkage.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Linkage.extension": {
        "index": 7,
        "path": "Linkage.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Linkage.modifierExtension": {
        "index": 8,
        "path": "Linkage.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Linkage.active": {
        "index": 9,
        "path": "Linkage.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Whether this linkage assertion is active or not"
      },
      "Linkage.author": {
        "index": 10,
        "path": "Linkage.author",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Who is responsible for linkages"
      },
      "Linkage.item": {
        "index": 11,
        "path": "Linkage.item",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Item to be linked"
      },
      "Linkage.item.id": {
        "index": 12,
        "path": "Linkage.item.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Linkage.item.extension": {
        "index": 13,
        "path": "Linkage.item.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Linkage.item.modifierExtension": {
        "index": 14,
        "path": "Linkage.item.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Linkage.item.type": {
        "index": 15,
        "path": "Linkage.item.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "source | alternate | historical",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/linkage-type"
        }
      },
      "Linkage.item.resource": {
        "index": 16,
        "path": "Linkage.item.resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ],
        "isSummary": true,
        "short": "Resource being linked"
      }
    },
    "List": {
      "List": {
        "index": 0,
        "path": "List",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Information summarized from a list of other resources"
      },
      "List.id": {
        "index": 1,
        "path": "List.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "List.meta": {
        "index": 2,
        "path": "List.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "List.implicitRules": {
        "index": 3,
        "path": "List.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "List.language": {
        "index": 4,
        "path": "List.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "List.text": {
        "index": 5,
        "path": "List.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "List.contained": {
        "index": 6,
        "path": "List.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "List.extension": {
        "index": 7,
        "path": "List.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "List.modifierExtension": {
        "index": 8,
        "path": "List.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "List.identifier": {
        "index": 9,
        "path": "List.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business identifier"
      },
      "List.status": {
        "index": 10,
        "path": "List.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "current | retired | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/list-status"
        }
      },
      "List.mode": {
        "index": 11,
        "path": "List.mode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "working | snapshot | changes",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/list-mode"
        }
      },
      "List.title": {
        "index": 12,
        "path": "List.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Descriptive name for the list"
      },
      "List.code": {
        "index": 13,
        "path": "List.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "What the purpose of this list is",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/list-example-codes"
        }
      },
      "List.subject": {
        "index": 14,
        "path": "List.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "If all resources have the same subject"
      },
      "List.encounter": {
        "index": 15,
        "path": "List.encounter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ],
        "short": "Context in which list created"
      },
      "List.date": {
        "index": 16,
        "path": "List.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the list was prepared"
      },
      "List.source": {
        "index": 17,
        "path": "List.source",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Who and/or what defined the list contents (aka Author)"
      },
      "List.orderedBy": {
        "index": 18,
        "path": "List.orderedBy",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "What order the list has",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/list-order"
        }
      },
      "List.note": {
        "index": 19,
        "path": "List.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments about the list"
      },
      "List.entry": {
        "index": 20,
        "path": "List.entry",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Entries in the list"
      },
      "List.entry.id": {
        "index": 21,
        "path": "List.entry.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "List.entry.extension": {
        "index": 22,
        "path": "List.entry.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "List.entry.modifierExtension": {
        "index": 23,
        "path": "List.entry.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "List.entry.flag": {
        "index": 24,
        "path": "List.entry.flag",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Status/Workflow information about this item",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/list-item-flag"
        }
      },
      "List.entry.deleted": {
        "index": 25,
        "path": "List.entry.deleted",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isModifier": true,
        "short": "If this item is actually marked as deleted"
      },
      "List.entry.date": {
        "index": 26,
        "path": "List.entry.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When item added to list"
      },
      "List.entry.item": {
        "index": 27,
        "path": "List.entry.item",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Actual entry"
      },
      "List.emptyReason": {
        "index": 28,
        "path": "List.emptyReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why list is empty",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/list-empty-reason"
        }
      }
    },
    "Location": {
      "Location": {
        "index": 0,
        "path": "Location",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Details and position information for a physical place"
      },
      "Location.id": {
        "index": 1,
        "path": "Location.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Location.meta": {
        "index": 2,
        "path": "Location.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Location.implicitRules": {
        "index": 3,
        "path": "Location.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Location.language": {
        "index": 4,
        "path": "Location.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Location.text": {
        "index": 5,
        "path": "Location.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Location.contained": {
        "index": 6,
        "path": "Location.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Location.extension": {
        "index": 7,
        "path": "Location.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Location.modifierExtension": {
        "index": 8,
        "path": "Location.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Location.identifier": {
        "index": 9,
        "path": "Location.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique code or number identifying the location to its users"
      },
      "Location.status": {
        "index": 10,
        "path": "Location.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | suspended | inactive",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/location-status"
        }
      },
      "Location.operationalStatus": {
        "index": 11,
        "path": "Location.operationalStatus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "The Operational status of the location (typically only for a bed/room)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/v2-0116"
        }
      },
      "Location.name": {
        "index": 12,
        "path": "Location.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the location as used by humans"
      },
      "Location.alias": {
        "index": 13,
        "path": "Location.alias",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "A list of alternate names that the location is known as, or was known as in the past"
      },
      "Location.description": {
        "index": 14,
        "path": "Location.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Additional details about the location that could be displayed as further information to identify the location beyond its name"
      },
      "Location.mode": {
        "index": 15,
        "path": "Location.mode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "instance | kind",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/location-mode"
        }
      },
      "Location.type": {
        "index": 16,
        "path": "Location.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of function performed",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType"
        }
      },
      "Location.telecom": {
        "index": 17,
        "path": "Location.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "short": "Contact details of the location"
      },
      "Location.address": {
        "index": 18,
        "path": "Location.address",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Address"
          }
        ],
        "short": "Physical location"
      },
      "Location.physicalType": {
        "index": 19,
        "path": "Location.physicalType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Physical form of the location",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/location-physical-type"
        }
      },
      "Location.position": {
        "index": 20,
        "path": "Location.position",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The absolute geographic location"
      },
      "Location.position.id": {
        "index": 21,
        "path": "Location.position.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Location.position.extension": {
        "index": 22,
        "path": "Location.position.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Location.position.modifierExtension": {
        "index": 23,
        "path": "Location.position.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Location.position.longitude": {
        "index": 24,
        "path": "Location.position.longitude",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Longitude with WGS84 datum"
      },
      "Location.position.latitude": {
        "index": 25,
        "path": "Location.position.latitude",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Latitude with WGS84 datum"
      },
      "Location.position.altitude": {
        "index": 26,
        "path": "Location.position.altitude",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Altitude with WGS84 datum"
      },
      "Location.managingOrganization": {
        "index": 27,
        "path": "Location.managingOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization responsible for provisioning and upkeep"
      },
      "Location.partOf": {
        "index": 28,
        "path": "Location.partOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Another Location this one is physically part of"
      },
      "Location.endpoint": {
        "index": 29,
        "path": "Location.endpoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint"
          }
        ],
        "short": "Technical endpoints providing access to services operated for the location"
      }
    },
    "Measure": {
      "Measure": {
        "index": 0,
        "path": "Measure",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A quality measure definition"
      },
      "Measure.id": {
        "index": 1,
        "path": "Measure.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Measure.meta": {
        "index": 2,
        "path": "Measure.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Measure.implicitRules": {
        "index": 3,
        "path": "Measure.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Measure.language": {
        "index": 4,
        "path": "Measure.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Measure.text": {
        "index": 5,
        "path": "Measure.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Measure.contained": {
        "index": 6,
        "path": "Measure.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Measure.extension": {
        "index": 7,
        "path": "Measure.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Measure.modifierExtension": {
        "index": 8,
        "path": "Measure.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Measure.url": {
        "index": 9,
        "path": "Measure.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this measure (globally unique)"
      },
      "Measure.identifier": {
        "index": 10,
        "path": "Measure.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the measure"
      },
      "Measure.version": {
        "index": 11,
        "path": "Measure.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the measure"
      },
      "Measure.name": {
        "index": 12,
        "path": "Measure.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this measure (computer friendly)"
      },
      "Measure.title": {
        "index": 13,
        "path": "Measure.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this measure (human friendly)"
      },
      "Measure.status": {
        "index": 14,
        "path": "Measure.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "Measure.experimental": {
        "index": 15,
        "path": "Measure.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "Measure.date": {
        "index": 16,
        "path": "Measure.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "Measure.publisher": {
        "index": 17,
        "path": "Measure.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "Measure.description": {
        "index": 18,
        "path": "Measure.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Natural language description of the measure"
      },
      "Measure.purpose": {
        "index": 19,
        "path": "Measure.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this measure is defined"
      },
      "Measure.usage": {
        "index": 20,
        "path": "Measure.usage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Describes the clinical usage of the measure"
      },
      "Measure.approvalDate": {
        "index": 21,
        "path": "Measure.approvalDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the measure was approved by publisher"
      },
      "Measure.lastReviewDate": {
        "index": 22,
        "path": "Measure.lastReviewDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the measure was last reviewed"
      },
      "Measure.effectivePeriod": {
        "index": 23,
        "path": "Measure.effectivePeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "When the measure is expected to be used"
      },
      "Measure.useContext": {
        "index": 24,
        "path": "Measure.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "Measure.jurisdiction": {
        "index": 25,
        "path": "Measure.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for measure (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "Measure.topic": {
        "index": 26,
        "path": "Measure.topic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "E.g. Education, Treatment, Assessment, etc",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/definition-topic"
        }
      },
      "Measure.contributor": {
        "index": 27,
        "path": "Measure.contributor",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Contributor"
          }
        ],
        "short": "A content contributor"
      },
      "Measure.contact": {
        "index": 28,
        "path": "Measure.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "Measure.copyright": {
        "index": 29,
        "path": "Measure.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "Measure.relatedArtifact": {
        "index": 30,
        "path": "Measure.relatedArtifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ],
        "short": "Additional documentation, citations, etc"
      },
      "Measure.library": {
        "index": 31,
        "path": "Measure.library",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Library"
          }
        ],
        "short": "Logic used by the measure"
      },
      "Measure.disclaimer": {
        "index": 32,
        "path": "Measure.disclaimer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Disclaimer for use of the measure or its referenced content"
      },
      "Measure.scoring": {
        "index": 33,
        "path": "Measure.scoring",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "proportion | ratio | continuous-variable | cohort",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/measure-scoring"
        }
      },
      "Measure.compositeScoring": {
        "index": 34,
        "path": "Measure.compositeScoring",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "opportunity | all-or-nothing | linear | weighted",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/composite-measure-scoring"
        }
      },
      "Measure.type": {
        "index": 35,
        "path": "Measure.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "process | outcome | structure | patient-reported-outcome | composite",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/measure-type"
        }
      },
      "Measure.riskAdjustment": {
        "index": 36,
        "path": "Measure.riskAdjustment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "How is risk adjustment applied for this measure"
      },
      "Measure.rateAggregation": {
        "index": 37,
        "path": "Measure.rateAggregation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "How is rate aggregation performed for this measure"
      },
      "Measure.rationale": {
        "index": 38,
        "path": "Measure.rationale",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Why does this measure exist"
      },
      "Measure.clinicalRecommendationStatement": {
        "index": 39,
        "path": "Measure.clinicalRecommendationStatement",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Summary of clinical guidelines"
      },
      "Measure.improvementNotation": {
        "index": 40,
        "path": "Measure.improvementNotation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Improvement notation for the measure, e.g. higher score indicates better quality"
      },
      "Measure.definition": {
        "index": 41,
        "path": "Measure.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Defined terms used in the measure documentation"
      },
      "Measure.guidance": {
        "index": 42,
        "path": "Measure.guidance",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Additional guidance for implementers"
      },
      "Measure.set": {
        "index": 43,
        "path": "Measure.set",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "The measure set, e.g. Preventive Care and Screening"
      },
      "Measure.group": {
        "index": 44,
        "path": "Measure.group",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Population criteria group"
      },
      "Measure.group.id": {
        "index": 45,
        "path": "Measure.group.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Measure.group.extension": {
        "index": 46,
        "path": "Measure.group.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Measure.group.modifierExtension": {
        "index": 47,
        "path": "Measure.group.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Measure.group.identifier": {
        "index": 48,
        "path": "Measure.group.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Unique identifier"
      },
      "Measure.group.name": {
        "index": 49,
        "path": "Measure.group.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Short name"
      },
      "Measure.group.description": {
        "index": 50,
        "path": "Measure.group.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Summary description"
      },
      "Measure.group.population": {
        "index": 51,
        "path": "Measure.group.population",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Population criteria"
      },
      "Measure.group.population.id": {
        "index": 52,
        "path": "Measure.group.population.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Measure.group.population.extension": {
        "index": 53,
        "path": "Measure.group.population.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Measure.group.population.modifierExtension": {
        "index": 54,
        "path": "Measure.group.population.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Measure.group.population.identifier": {
        "index": 55,
        "path": "Measure.group.population.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Unique identifier"
      },
      "Measure.group.population.code": {
        "index": 56,
        "path": "Measure.group.population.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/measure-population"
        }
      },
      "Measure.group.population.name": {
        "index": 57,
        "path": "Measure.group.population.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Short name"
      },
      "Measure.group.population.description": {
        "index": 58,
        "path": "Measure.group.population.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The human readable description of this population criteria"
      },
      "Measure.group.population.criteria": {
        "index": 59,
        "path": "Measure.group.population.criteria",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The name of a valid referenced CQL expression (may be namespaced) that defines this population criteria"
      },
      "Measure.group.stratifier": {
        "index": 60,
        "path": "Measure.group.stratifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Stratifier criteria for the measure"
      },
      "Measure.group.stratifier.id": {
        "index": 61,
        "path": "Measure.group.stratifier.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Measure.group.stratifier.extension": {
        "index": 62,
        "path": "Measure.group.stratifier.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Measure.group.stratifier.modifierExtension": {
        "index": 63,
        "path": "Measure.group.stratifier.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Measure.group.stratifier.identifier": {
        "index": 64,
        "path": "Measure.group.stratifier.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "The identifier for the stratifier used to coordinate the reported data back to this stratifier"
      },
      "Measure.group.stratifier.criteria": {
        "index": 65,
        "path": "Measure.group.stratifier.criteria",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "How the measure should be stratified"
      },
      "Measure.group.stratifier.path": {
        "index": 66,
        "path": "Measure.group.stratifier.path",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Path to the stratifier"
      },
      "Measure.supplementalData": {
        "index": 67,
        "path": "Measure.supplementalData",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "What other data should be reported with the measure"
      },
      "Measure.supplementalData.id": {
        "index": 68,
        "path": "Measure.supplementalData.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Measure.supplementalData.extension": {
        "index": 69,
        "path": "Measure.supplementalData.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Measure.supplementalData.modifierExtension": {
        "index": 70,
        "path": "Measure.supplementalData.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Measure.supplementalData.identifier": {
        "index": 71,
        "path": "Measure.supplementalData.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Identifier, unique within the measure"
      },
      "Measure.supplementalData.usage": {
        "index": 72,
        "path": "Measure.supplementalData.usage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "supplemental-data | risk-adjustment-factor",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/measure-data-usage"
        }
      },
      "Measure.supplementalData.criteria": {
        "index": 73,
        "path": "Measure.supplementalData.criteria",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Expression describing additional data to be reported"
      },
      "Measure.supplementalData.path": {
        "index": 74,
        "path": "Measure.supplementalData.path",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Path to the supplemental data element"
      }
    },
    "MeasureReport": {
      "MeasureReport": {
        "index": 0,
        "path": "MeasureReport",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Results of a measure evaluation"
      },
      "MeasureReport.id": {
        "index": 1,
        "path": "MeasureReport.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "MeasureReport.meta": {
        "index": 2,
        "path": "MeasureReport.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "MeasureReport.implicitRules": {
        "index": 3,
        "path": "MeasureReport.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "MeasureReport.language": {
        "index": 4,
        "path": "MeasureReport.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "MeasureReport.text": {
        "index": 5,
        "path": "MeasureReport.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "MeasureReport.contained": {
        "index": 6,
        "path": "MeasureReport.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "MeasureReport.extension": {
        "index": 7,
        "path": "MeasureReport.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MeasureReport.modifierExtension": {
        "index": 8,
        "path": "MeasureReport.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MeasureReport.identifier": {
        "index": 9,
        "path": "MeasureReport.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the Report"
      },
      "MeasureReport.status": {
        "index": 10,
        "path": "MeasureReport.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "complete | pending | error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/measure-report-status"
        }
      },
      "MeasureReport.type": {
        "index": 11,
        "path": "MeasureReport.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "individual | patient-list | summary",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/measure-report-type"
        }
      },
      "MeasureReport.measure": {
        "index": 12,
        "path": "MeasureReport.measure",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Measure"
          }
        ],
        "isSummary": true,
        "short": "What measure was evaluated"
      },
      "MeasureReport.patient": {
        "index": 13,
        "path": "MeasureReport.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "What patient the report is for"
      },
      "MeasureReport.date": {
        "index": 14,
        "path": "MeasureReport.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the report was generated"
      },
      "MeasureReport.reportingOrganization": {
        "index": 15,
        "path": "MeasureReport.reportingOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Who is reporting the data"
      },
      "MeasureReport.period": {
        "index": 16,
        "path": "MeasureReport.period",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "What period the report covers"
      },
      "MeasureReport.group": {
        "index": 17,
        "path": "MeasureReport.group",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": false,
        "short": "Measure results for each group"
      },
      "MeasureReport.group.id": {
        "index": 18,
        "path": "MeasureReport.group.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MeasureReport.group.extension": {
        "index": 19,
        "path": "MeasureReport.group.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MeasureReport.group.modifierExtension": {
        "index": 20,
        "path": "MeasureReport.group.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MeasureReport.group.identifier": {
        "index": 21,
        "path": "MeasureReport.group.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": false,
        "short": "What group of the measure"
      },
      "MeasureReport.group.population": {
        "index": 22,
        "path": "MeasureReport.group.population",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": false,
        "short": "The populations in the group"
      },
      "MeasureReport.group.population.id": {
        "index": 23,
        "path": "MeasureReport.group.population.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MeasureReport.group.population.extension": {
        "index": 24,
        "path": "MeasureReport.group.population.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MeasureReport.group.population.modifierExtension": {
        "index": 25,
        "path": "MeasureReport.group.population.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MeasureReport.group.population.identifier": {
        "index": 26,
        "path": "MeasureReport.group.population.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Population identifier as defined in the measure"
      },
      "MeasureReport.group.population.code": {
        "index": 27,
        "path": "MeasureReport.group.population.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score"
      },
      "MeasureReport.group.population.count": {
        "index": 28,
        "path": "MeasureReport.group.population.count",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": false,
        "short": "Size of the population"
      },
      "MeasureReport.group.population.patients": {
        "index": 29,
        "path": "MeasureReport.group.population.patients",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/List"
          }
        ],
        "isSummary": false,
        "short": "For patient-list reports, the patients in this population"
      },
      "MeasureReport.group.measureScore": {
        "index": 30,
        "path": "MeasureReport.group.measureScore",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "What score this group achieved"
      },
      "MeasureReport.group.stratifier": {
        "index": 31,
        "path": "MeasureReport.group.stratifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": false,
        "short": "Stratification results"
      },
      "MeasureReport.group.stratifier.id": {
        "index": 32,
        "path": "MeasureReport.group.stratifier.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MeasureReport.group.stratifier.extension": {
        "index": 33,
        "path": "MeasureReport.group.stratifier.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MeasureReport.group.stratifier.modifierExtension": {
        "index": 34,
        "path": "MeasureReport.group.stratifier.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MeasureReport.group.stratifier.identifier": {
        "index": 35,
        "path": "MeasureReport.group.stratifier.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": false,
        "short": "What stratifier of the group"
      },
      "MeasureReport.group.stratifier.stratum": {
        "index": 36,
        "path": "MeasureReport.group.stratifier.stratum",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": false,
        "short": "Stratum results, one for each unique value in the stratifier"
      },
      "MeasureReport.group.stratifier.stratum.id": {
        "index": 37,
        "path": "MeasureReport.group.stratifier.stratum.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MeasureReport.group.stratifier.stratum.extension": {
        "index": 38,
        "path": "MeasureReport.group.stratifier.stratum.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MeasureReport.group.stratifier.stratum.modifierExtension": {
        "index": 39,
        "path": "MeasureReport.group.stratifier.stratum.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MeasureReport.group.stratifier.stratum.value": {
        "index": 40,
        "path": "MeasureReport.group.stratifier.stratum.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": false,
        "short": "The stratum value, e.g. male"
      },
      "MeasureReport.group.stratifier.stratum.population": {
        "index": 41,
        "path": "MeasureReport.group.stratifier.stratum.population",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": false,
        "short": "Population results in this stratum"
      },
      "MeasureReport.group.stratifier.stratum.population.id": {
        "index": 42,
        "path": "MeasureReport.group.stratifier.stratum.population.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MeasureReport.group.stratifier.stratum.population.extension": {
        "index": 43,
        "path": "MeasureReport.group.stratifier.stratum.population.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MeasureReport.group.stratifier.stratum.population.modifierExtension": {
        "index": 44,
        "path": "MeasureReport.group.stratifier.stratum.population.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MeasureReport.group.stratifier.stratum.population.identifier": {
        "index": 45,
        "path": "MeasureReport.group.stratifier.stratum.population.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Population identifier as defined in the measure"
      },
      "MeasureReport.group.stratifier.stratum.population.code": {
        "index": 46,
        "path": "MeasureReport.group.stratifier.stratum.population.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score"
      },
      "MeasureReport.group.stratifier.stratum.population.count": {
        "index": 47,
        "path": "MeasureReport.group.stratifier.stratum.population.count",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": false,
        "short": "Size of the population"
      },
      "MeasureReport.group.stratifier.stratum.population.patients": {
        "index": 48,
        "path": "MeasureReport.group.stratifier.stratum.population.patients",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/List"
          }
        ],
        "isSummary": false,
        "short": "For patient-list reports, the patients in this population"
      },
      "MeasureReport.group.stratifier.stratum.measureScore": {
        "index": 49,
        "path": "MeasureReport.group.stratifier.stratum.measureScore",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "What score this stratum achieved"
      },
      "MeasureReport.evaluatedResources": {
        "index": 50,
        "path": "MeasureReport.evaluatedResources",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Bundle"
          }
        ],
        "isSummary": false,
        "short": "What data was evaluated to produce the measure score"
      }
    },
    "Media": {
      "Media": {
        "index": 0,
        "path": "Media",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference"
      },
      "Media.id": {
        "index": 1,
        "path": "Media.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Media.meta": {
        "index": 2,
        "path": "Media.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Media.implicitRules": {
        "index": 3,
        "path": "Media.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Media.language": {
        "index": 4,
        "path": "Media.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Media.text": {
        "index": 5,
        "path": "Media.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Media.contained": {
        "index": 6,
        "path": "Media.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Media.extension": {
        "index": 7,
        "path": "Media.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Media.modifierExtension": {
        "index": 8,
        "path": "Media.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Media.identifier": {
        "index": 9,
        "path": "Media.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifier(s) for the image"
      },
      "Media.basedOn": {
        "index": 10,
        "path": "Media.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          }
        ],
        "isSummary": true,
        "short": "Procedure that caused this media to be created"
      },
      "Media.type": {
        "index": 11,
        "path": "Media.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "photo | video | audio",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/digital-media-type"
        }
      },
      "Media.subtype": {
        "index": 12,
        "path": "Media.subtype",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The type of acquisition equipment/process",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/digital-media-subtype"
        }
      },
      "Media.view": {
        "index": 13,
        "path": "Media.view",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Imaging view, e.g. Lateral or Antero-posterior",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/media-view"
        }
      },
      "Media.subject": {
        "index": 14,
        "path": "Media.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Specimen"
          }
        ],
        "isSummary": true,
        "short": "Who/What this Media is a record of"
      },
      "Media.context": {
        "index": 15,
        "path": "Media.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter / Episode associated with media"
      },
      "Media.occurrence[x]": {
        "index": 16,
        "path": "Media.occurrence[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "When Media was collected"
      },
      "Media.operator": {
        "index": 17,
        "path": "Media.operator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "The person who generated the image"
      },
      "Media.reasonCode": {
        "index": 18,
        "path": "Media.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Why was event performed?",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-reason"
        }
      },
      "Media.bodySite": {
        "index": 19,
        "path": "Media.bodySite",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Body part in media",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "Media.device": {
        "index": 20,
        "path": "Media.device",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DeviceMetric"
          }
        ],
        "isSummary": true,
        "short": "Observing Device"
      },
      "Media.height": {
        "index": 21,
        "path": "Media.height",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "isSummary": true,
        "short": "Height of the image in pixels (photo/video)"
      },
      "Media.width": {
        "index": 22,
        "path": "Media.width",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "isSummary": true,
        "short": "Width of the image in pixels (photo/video)"
      },
      "Media.frames": {
        "index": 23,
        "path": "Media.frames",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "isSummary": true,
        "short": "Number of frames if > 1 (photo)"
      },
      "Media.duration": {
        "index": 24,
        "path": "Media.duration",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Length in seconds (audio / video)"
      },
      "Media.content": {
        "index": 25,
        "path": "Media.content",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "short": "Actual Media - reference or data"
      },
      "Media.note": {
        "index": 26,
        "path": "Media.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments made about the media"
      }
    },
    "Medication": {
      "Medication": {
        "index": 0,
        "path": "Medication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Definition of a Medication"
      },
      "Medication.id": {
        "index": 1,
        "path": "Medication.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Medication.meta": {
        "index": 2,
        "path": "Medication.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Medication.implicitRules": {
        "index": 3,
        "path": "Medication.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Medication.language": {
        "index": 4,
        "path": "Medication.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Medication.text": {
        "index": 5,
        "path": "Medication.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Medication.contained": {
        "index": 6,
        "path": "Medication.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Medication.extension": {
        "index": 7,
        "path": "Medication.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Medication.modifierExtension": {
        "index": 8,
        "path": "Medication.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Medication.code": {
        "index": 9,
        "path": "Medication.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Codes that identify this medication",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-codes"
        }
      },
      "Medication.status": {
        "index": 10,
        "path": "Medication.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "active | inactive | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/medication-status"
        }
      },
      "Medication.isBrand": {
        "index": 11,
        "path": "Medication.isBrand",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "True if a brand"
      },
      "Medication.isOverTheCounter": {
        "index": 12,
        "path": "Medication.isOverTheCounter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "True if medication does not require a prescription"
      },
      "Medication.manufacturer": {
        "index": 13,
        "path": "Medication.manufacturer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Manufacturer of the item"
      },
      "Medication.form": {
        "index": 14,
        "path": "Medication.form",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "powder | tablets | capsule +",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-form-codes"
        }
      },
      "Medication.ingredient": {
        "index": 15,
        "path": "Medication.ingredient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Active or inactive ingredient"
      },
      "Medication.ingredient.id": {
        "index": 16,
        "path": "Medication.ingredient.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Medication.ingredient.extension": {
        "index": 17,
        "path": "Medication.ingredient.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Medication.ingredient.modifierExtension": {
        "index": 18,
        "path": "Medication.ingredient.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Medication.ingredient.item[x]": {
        "index": 19,
        "path": "Medication.ingredient.item[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          }
        ],
        "short": "The product contained"
      },
      "Medication.ingredient.isActive": {
        "index": 20,
        "path": "Medication.ingredient.isActive",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Active ingredient indicator"
      },
      "Medication.ingredient.amount": {
        "index": 21,
        "path": "Medication.ingredient.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Ratio"
          }
        ],
        "short": "Quantity of ingredient present"
      },
      "Medication.package": {
        "index": 22,
        "path": "Medication.package",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Details about packaged medications"
      },
      "Medication.package.id": {
        "index": 23,
        "path": "Medication.package.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Medication.package.extension": {
        "index": 24,
        "path": "Medication.package.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Medication.package.modifierExtension": {
        "index": 25,
        "path": "Medication.package.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Medication.package.container": {
        "index": 26,
        "path": "Medication.package.container",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "E.g. box, vial, blister-pack",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-package-form"
        }
      },
      "Medication.package.content": {
        "index": 27,
        "path": "Medication.package.content",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "What is  in the package"
      },
      "Medication.package.content.id": {
        "index": 28,
        "path": "Medication.package.content.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Medication.package.content.extension": {
        "index": 29,
        "path": "Medication.package.content.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Medication.package.content.modifierExtension": {
        "index": 30,
        "path": "Medication.package.content.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Medication.package.content.item[x]": {
        "index": 31,
        "path": "Medication.package.content.item[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          }
        ],
        "short": "The item in the package"
      },
      "Medication.package.content.amount": {
        "index": 32,
        "path": "Medication.package.content.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Quantity present in the package"
      },
      "Medication.package.batch": {
        "index": 33,
        "path": "Medication.package.batch",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Identifies a single production run"
      },
      "Medication.package.batch.id": {
        "index": 34,
        "path": "Medication.package.batch.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Medication.package.batch.extension": {
        "index": 35,
        "path": "Medication.package.batch.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Medication.package.batch.modifierExtension": {
        "index": 36,
        "path": "Medication.package.batch.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Medication.package.batch.lotNumber": {
        "index": 37,
        "path": "Medication.package.batch.lotNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Identifier assigned to batch"
      },
      "Medication.package.batch.expirationDate": {
        "index": 38,
        "path": "Medication.package.batch.expirationDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When batch will expire"
      },
      "Medication.image": {
        "index": 39,
        "path": "Medication.image",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "short": "Picture of the medication"
      }
    },
    "MedicationAdministration": {
      "MedicationAdministration": {
        "index": 0,
        "path": "MedicationAdministration",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Administration of medication to a patient"
      },
      "MedicationAdministration.id": {
        "index": 1,
        "path": "MedicationAdministration.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "MedicationAdministration.meta": {
        "index": 2,
        "path": "MedicationAdministration.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "MedicationAdministration.implicitRules": {
        "index": 3,
        "path": "MedicationAdministration.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "MedicationAdministration.language": {
        "index": 4,
        "path": "MedicationAdministration.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "MedicationAdministration.text": {
        "index": 5,
        "path": "MedicationAdministration.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "MedicationAdministration.contained": {
        "index": 6,
        "path": "MedicationAdministration.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "MedicationAdministration.extension": {
        "index": 7,
        "path": "MedicationAdministration.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationAdministration.modifierExtension": {
        "index": 8,
        "path": "MedicationAdministration.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationAdministration.identifier": {
        "index": 9,
        "path": "MedicationAdministration.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "External identifier"
      },
      "MedicationAdministration.definition": {
        "index": 10,
        "path": "MedicationAdministration.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          }
        ],
        "isSummary": true,
        "short": "Instantiates protocol or definition"
      },
      "MedicationAdministration.partOf": {
        "index": 11,
        "path": "MedicationAdministration.partOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "isSummary": true,
        "short": "Part of referenced event"
      },
      "MedicationAdministration.status": {
        "index": 12,
        "path": "MedicationAdministration.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "in-progress | on-hold | completed | entered-in-error | stopped | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/medication-admin-status"
        }
      },
      "MedicationAdministration.category": {
        "index": 13,
        "path": "MedicationAdministration.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of medication usage",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/medication-admin-category"
        }
      },
      "MedicationAdministration.medication[x]": {
        "index": 14,
        "path": "MedicationAdministration.medication[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          }
        ],
        "isSummary": true,
        "short": "What was administered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-codes"
        }
      },
      "MedicationAdministration.subject": {
        "index": 15,
        "path": "MedicationAdministration.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Who received medication"
      },
      "MedicationAdministration.context": {
        "index": 16,
        "path": "MedicationAdministration.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "short": "Encounter or Episode of Care administered as part of"
      },
      "MedicationAdministration.supportingInformation": {
        "index": 17,
        "path": "MedicationAdministration.supportingInformation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Additional information to support administration"
      },
      "MedicationAdministration.effective[x]": {
        "index": 18,
        "path": "MedicationAdministration.effective[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Start and end time of administration"
      },
      "MedicationAdministration.performer": {
        "index": 19,
        "path": "MedicationAdministration.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who administered substance"
      },
      "MedicationAdministration.performer.id": {
        "index": 20,
        "path": "MedicationAdministration.performer.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MedicationAdministration.performer.extension": {
        "index": 21,
        "path": "MedicationAdministration.performer.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationAdministration.performer.modifierExtension": {
        "index": 22,
        "path": "MedicationAdministration.performer.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationAdministration.performer.actor": {
        "index": 23,
        "path": "MedicationAdministration.performer.actor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Individual who was performing"
      },
      "MedicationAdministration.performer.onBehalfOf": {
        "index": 24,
        "path": "MedicationAdministration.performer.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Organization organization was acting for"
      },
      "MedicationAdministration.notGiven": {
        "index": 25,
        "path": "MedicationAdministration.notGiven",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "True if medication not administered"
      },
      "MedicationAdministration.reasonNotGiven": {
        "index": 26,
        "path": "MedicationAdministration.reasonNotGiven",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Reason administration not performed",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes"
        }
      },
      "MedicationAdministration.reasonCode": {
        "index": 27,
        "path": "MedicationAdministration.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Reason administration performed",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/reason-medication-given-codes"
        }
      },
      "MedicationAdministration.reasonReference": {
        "index": 28,
        "path": "MedicationAdministration.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "short": "Condition or Observation that supports why the medication was administered"
      },
      "MedicationAdministration.prescription": {
        "index": 29,
        "path": "MedicationAdministration.prescription",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          }
        ],
        "short": "Request administration performed against"
      },
      "MedicationAdministration.device": {
        "index": 30,
        "path": "MedicationAdministration.device",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Device used to administer"
      },
      "MedicationAdministration.note": {
        "index": 31,
        "path": "MedicationAdministration.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Information about the administration"
      },
      "MedicationAdministration.dosage": {
        "index": 32,
        "path": "MedicationAdministration.dosage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Details of how medication was taken"
      },
      "MedicationAdministration.dosage.id": {
        "index": 33,
        "path": "MedicationAdministration.dosage.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MedicationAdministration.dosage.extension": {
        "index": 34,
        "path": "MedicationAdministration.dosage.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationAdministration.dosage.modifierExtension": {
        "index": 35,
        "path": "MedicationAdministration.dosage.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationAdministration.dosage.text": {
        "index": 36,
        "path": "MedicationAdministration.dosage.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Free text dosage instructions e.g. SIG"
      },
      "MedicationAdministration.dosage.site": {
        "index": 37,
        "path": "MedicationAdministration.dosage.site",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Body site administered to",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/approach-site-codes"
        }
      },
      "MedicationAdministration.dosage.route": {
        "index": 38,
        "path": "MedicationAdministration.dosage.route",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Path of substance into body",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/route-codes"
        }
      },
      "MedicationAdministration.dosage.method": {
        "index": 39,
        "path": "MedicationAdministration.dosage.method",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "How drug was administered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/administration-method-codes"
        }
      },
      "MedicationAdministration.dosage.dose": {
        "index": 40,
        "path": "MedicationAdministration.dosage.dose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Amount of medication per dose"
      },
      "MedicationAdministration.dosage.rate[x]": {
        "index": 41,
        "path": "MedicationAdministration.dosage.rate[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Ratio"
          },
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Dose quantity per unit of time"
      },
      "MedicationAdministration.eventHistory": {
        "index": 42,
        "path": "MedicationAdministration.eventHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Provenance"
          }
        ],
        "short": "A list of events of interest in the lifecycle"
      }
    },
    "MedicationDispense": {
      "MedicationDispense": {
        "index": 0,
        "path": "MedicationDispense",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Dispensing a medication to a named patient"
      },
      "MedicationDispense.id": {
        "index": 1,
        "path": "MedicationDispense.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "MedicationDispense.meta": {
        "index": 2,
        "path": "MedicationDispense.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "MedicationDispense.implicitRules": {
        "index": 3,
        "path": "MedicationDispense.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "MedicationDispense.language": {
        "index": 4,
        "path": "MedicationDispense.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "MedicationDispense.text": {
        "index": 5,
        "path": "MedicationDispense.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "MedicationDispense.contained": {
        "index": 6,
        "path": "MedicationDispense.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "MedicationDispense.extension": {
        "index": 7,
        "path": "MedicationDispense.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationDispense.modifierExtension": {
        "index": 8,
        "path": "MedicationDispense.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationDispense.identifier": {
        "index": 9,
        "path": "MedicationDispense.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "External identifier"
      },
      "MedicationDispense.partOf": {
        "index": 10,
        "path": "MedicationDispense.partOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "short": "Event that dispense is part of"
      },
      "MedicationDispense.status": {
        "index": 11,
        "path": "MedicationDispense.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "preparation | in-progress | on-hold | completed | entered-in-error | stopped",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/medication-dispense-status"
        }
      },
      "MedicationDispense.category": {
        "index": 12,
        "path": "MedicationDispense.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of medication dispense",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/medication-dispense-category"
        }
      },
      "MedicationDispense.medication[x]": {
        "index": 13,
        "path": "MedicationDispense.medication[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          }
        ],
        "isSummary": true,
        "short": "What medication was supplied",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-codes"
        }
      },
      "MedicationDispense.subject": {
        "index": 14,
        "path": "MedicationDispense.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Who the dispense is for"
      },
      "MedicationDispense.context": {
        "index": 15,
        "path": "MedicationDispense.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "short": "Encounter / Episode associated with event"
      },
      "MedicationDispense.supportingInformation": {
        "index": 16,
        "path": "MedicationDispense.supportingInformation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Information that supports the dispensing of the medication"
      },
      "MedicationDispense.performer": {
        "index": 17,
        "path": "MedicationDispense.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Who performed event"
      },
      "MedicationDispense.performer.id": {
        "index": 18,
        "path": "MedicationDispense.performer.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MedicationDispense.performer.extension": {
        "index": 19,
        "path": "MedicationDispense.performer.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationDispense.performer.modifierExtension": {
        "index": 20,
        "path": "MedicationDispense.performer.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationDispense.performer.actor": {
        "index": 21,
        "path": "MedicationDispense.performer.actor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "short": "Individual who was performing"
      },
      "MedicationDispense.performer.onBehalfOf": {
        "index": 22,
        "path": "MedicationDispense.performer.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Organization organization was acting for"
      },
      "MedicationDispense.authorizingPrescription": {
        "index": 23,
        "path": "MedicationDispense.authorizingPrescription",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          }
        ],
        "short": "Medication order that authorizes the dispense"
      },
      "MedicationDispense.type": {
        "index": 24,
        "path": "MedicationDispense.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Trial fill, partial fill, emergency fill, etc.",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActPharmacySupplyType"
        }
      },
      "MedicationDispense.quantity": {
        "index": 25,
        "path": "MedicationDispense.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Amount dispensed"
      },
      "MedicationDispense.daysSupply": {
        "index": 26,
        "path": "MedicationDispense.daysSupply",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Amount of medication expressed as a timing amount"
      },
      "MedicationDispense.whenPrepared": {
        "index": 27,
        "path": "MedicationDispense.whenPrepared",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When product was packaged and reviewed"
      },
      "MedicationDispense.whenHandedOver": {
        "index": 28,
        "path": "MedicationDispense.whenHandedOver",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When product was given out"
      },
      "MedicationDispense.destination": {
        "index": 29,
        "path": "MedicationDispense.destination",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Where the medication was sent"
      },
      "MedicationDispense.receiver": {
        "index": 30,
        "path": "MedicationDispense.receiver",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Who collected the medication"
      },
      "MedicationDispense.note": {
        "index": 31,
        "path": "MedicationDispense.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Information about the dispense"
      },
      "MedicationDispense.dosageInstruction": {
        "index": 32,
        "path": "MedicationDispense.dosageInstruction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Dosage"
          }
        ],
        "short": "How the medication is to be used by the patient or administered by the caregiver"
      },
      "MedicationDispense.substitution": {
        "index": 33,
        "path": "MedicationDispense.substitution",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Whether a substitution was performed on the dispense"
      },
      "MedicationDispense.substitution.id": {
        "index": 34,
        "path": "MedicationDispense.substitution.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MedicationDispense.substitution.extension": {
        "index": 35,
        "path": "MedicationDispense.substitution.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationDispense.substitution.modifierExtension": {
        "index": 36,
        "path": "MedicationDispense.substitution.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationDispense.substitution.wasSubstituted": {
        "index": 37,
        "path": "MedicationDispense.substitution.wasSubstituted",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Whether a substitution was or was not performed on the dispense"
      },
      "MedicationDispense.substitution.type": {
        "index": 38,
        "path": "MedicationDispense.substitution.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Code signifying whether a different drug was dispensed from what was prescribed",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-ActSubstanceAdminSubstitutionCode"
        }
      },
      "MedicationDispense.substitution.reason": {
        "index": 39,
        "path": "MedicationDispense.substitution.reason",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why was substitution made",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-SubstanceAdminSubstitutionReason"
        }
      },
      "MedicationDispense.substitution.responsibleParty": {
        "index": 40,
        "path": "MedicationDispense.substitution.responsibleParty",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Who is responsible for the substitution"
      },
      "MedicationDispense.detectedIssue": {
        "index": 41,
        "path": "MedicationDispense.detectedIssue",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DetectedIssue"
          }
        ],
        "short": "Clinical issue with action"
      },
      "MedicationDispense.notDone": {
        "index": 42,
        "path": "MedicationDispense.notDone",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Whether the dispense was or was not performed"
      },
      "MedicationDispense.notDoneReason[x]": {
        "index": 43,
        "path": "MedicationDispense.notDoneReason[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DetectedIssue"
          }
        ],
        "short": "Why a dispense was not performed"
      },
      "MedicationDispense.eventHistory": {
        "index": 44,
        "path": "MedicationDispense.eventHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Provenance"
          }
        ],
        "short": "A list of releveant lifecycle events"
      }
    },
    "MedicationRequest": {
      "MedicationRequest": {
        "index": 0,
        "path": "MedicationRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Ordering of medication for patient or group"
      },
      "MedicationRequest.id": {
        "index": 1,
        "path": "MedicationRequest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "MedicationRequest.meta": {
        "index": 2,
        "path": "MedicationRequest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "MedicationRequest.implicitRules": {
        "index": 3,
        "path": "MedicationRequest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "MedicationRequest.language": {
        "index": 4,
        "path": "MedicationRequest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "MedicationRequest.text": {
        "index": 5,
        "path": "MedicationRequest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "MedicationRequest.contained": {
        "index": 6,
        "path": "MedicationRequest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "MedicationRequest.extension": {
        "index": 7,
        "path": "MedicationRequest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationRequest.modifierExtension": {
        "index": 8,
        "path": "MedicationRequest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationRequest.identifier": {
        "index": 9,
        "path": "MedicationRequest.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "External ids for this request"
      },
      "MedicationRequest.definition": {
        "index": 10,
        "path": "MedicationRequest.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          }
        ],
        "isSummary": true,
        "short": "Protocol or definition"
      },
      "MedicationRequest.basedOn": {
        "index": 11,
        "path": "MedicationRequest.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "isSummary": true,
        "short": "What request fulfills"
      },
      "MedicationRequest.groupIdentifier": {
        "index": 12,
        "path": "MedicationRequest.groupIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Composite request this is part of"
      },
      "MedicationRequest.status": {
        "index": 13,
        "path": "MedicationRequest.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/medication-request-status"
        }
      },
      "MedicationRequest.intent": {
        "index": 14,
        "path": "MedicationRequest.intent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "proposal | plan | order | instance-order",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/medication-request-intent"
        }
      },
      "MedicationRequest.category": {
        "index": 15,
        "path": "MedicationRequest.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of medication usage",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/medication-request-category"
        }
      },
      "MedicationRequest.priority": {
        "index": 16,
        "path": "MedicationRequest.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "routine | urgent | stat | asap",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/medication-request-priority"
        }
      },
      "MedicationRequest.medication[x]": {
        "index": 17,
        "path": "MedicationRequest.medication[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          }
        ],
        "isSummary": true,
        "short": "Medication to be taken",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-codes"
        }
      },
      "MedicationRequest.subject": {
        "index": 18,
        "path": "MedicationRequest.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Who or group medication request is for"
      },
      "MedicationRequest.context": {
        "index": 19,
        "path": "MedicationRequest.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "short": "Created during encounter/admission/stay"
      },
      "MedicationRequest.supportingInformation": {
        "index": 20,
        "path": "MedicationRequest.supportingInformation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Information to support ordering of the medication"
      },
      "MedicationRequest.authoredOn": {
        "index": 21,
        "path": "MedicationRequest.authoredOn",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When request was initially authored"
      },
      "MedicationRequest.requester": {
        "index": 22,
        "path": "MedicationRequest.requester",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who/What requested the Request"
      },
      "MedicationRequest.requester.id": {
        "index": 23,
        "path": "MedicationRequest.requester.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MedicationRequest.requester.extension": {
        "index": 24,
        "path": "MedicationRequest.requester.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationRequest.requester.modifierExtension": {
        "index": 25,
        "path": "MedicationRequest.requester.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationRequest.requester.agent": {
        "index": 26,
        "path": "MedicationRequest.requester.agent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Who ordered the initial medication(s)"
      },
      "MedicationRequest.requester.onBehalfOf": {
        "index": 27,
        "path": "MedicationRequest.requester.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization agent is acting for"
      },
      "MedicationRequest.recorder": {
        "index": 28,
        "path": "MedicationRequest.recorder",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Person who entered the request"
      },
      "MedicationRequest.reasonCode": {
        "index": 29,
        "path": "MedicationRequest.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Reason or indication for writing the prescription",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-code"
        }
      },
      "MedicationRequest.reasonReference": {
        "index": 30,
        "path": "MedicationRequest.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "short": "Condition or Observation that supports why the prescription is being written"
      },
      "MedicationRequest.note": {
        "index": 31,
        "path": "MedicationRequest.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Information about the prescription"
      },
      "MedicationRequest.dosageInstruction": {
        "index": 32,
        "path": "MedicationRequest.dosageInstruction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Dosage"
          }
        ],
        "short": "How the medication should be taken"
      },
      "MedicationRequest.dispenseRequest": {
        "index": 33,
        "path": "MedicationRequest.dispenseRequest",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Medication supply authorization"
      },
      "MedicationRequest.dispenseRequest.id": {
        "index": 34,
        "path": "MedicationRequest.dispenseRequest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MedicationRequest.dispenseRequest.extension": {
        "index": 35,
        "path": "MedicationRequest.dispenseRequest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationRequest.dispenseRequest.modifierExtension": {
        "index": 36,
        "path": "MedicationRequest.dispenseRequest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationRequest.dispenseRequest.validityPeriod": {
        "index": 37,
        "path": "MedicationRequest.dispenseRequest.validityPeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Time period supply is authorized for"
      },
      "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed": {
        "index": 38,
        "path": "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "Number of refills authorized"
      },
      "MedicationRequest.dispenseRequest.quantity": {
        "index": 39,
        "path": "MedicationRequest.dispenseRequest.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Amount of medication to supply per dispense"
      },
      "MedicationRequest.dispenseRequest.expectedSupplyDuration": {
        "index": 40,
        "path": "MedicationRequest.dispenseRequest.expectedSupplyDuration",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Duration"
          }
        ],
        "short": "Number of days supply per dispense"
      },
      "MedicationRequest.dispenseRequest.performer": {
        "index": 41,
        "path": "MedicationRequest.dispenseRequest.performer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Intended dispenser"
      },
      "MedicationRequest.substitution": {
        "index": 42,
        "path": "MedicationRequest.substitution",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Any restrictions on medication substitution"
      },
      "MedicationRequest.substitution.id": {
        "index": 43,
        "path": "MedicationRequest.substitution.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MedicationRequest.substitution.extension": {
        "index": 44,
        "path": "MedicationRequest.substitution.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationRequest.substitution.modifierExtension": {
        "index": 45,
        "path": "MedicationRequest.substitution.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationRequest.substitution.allowed": {
        "index": 46,
        "path": "MedicationRequest.substitution.allowed",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isModifier": true,
        "short": "Whether substitution is allowed or not"
      },
      "MedicationRequest.substitution.reason": {
        "index": 47,
        "path": "MedicationRequest.substitution.reason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why should (not) substitution be made",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-SubstanceAdminSubstitutionReason"
        }
      },
      "MedicationRequest.priorPrescription": {
        "index": 48,
        "path": "MedicationRequest.priorPrescription",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          }
        ],
        "short": "An order/prescription that is being replaced"
      },
      "MedicationRequest.detectedIssue": {
        "index": 49,
        "path": "MedicationRequest.detectedIssue",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DetectedIssue"
          }
        ],
        "short": "Clinical Issue with action"
      },
      "MedicationRequest.eventHistory": {
        "index": 50,
        "path": "MedicationRequest.eventHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Provenance"
          }
        ],
        "short": "A list of events of interest in the lifecycle"
      }
    },
    "MedicationStatement": {
      "MedicationStatement": {
        "index": 0,
        "path": "MedicationStatement",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Record of medication being taken by a patient"
      },
      "MedicationStatement.id": {
        "index": 1,
        "path": "MedicationStatement.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "MedicationStatement.meta": {
        "index": 2,
        "path": "MedicationStatement.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "MedicationStatement.implicitRules": {
        "index": 3,
        "path": "MedicationStatement.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "MedicationStatement.language": {
        "index": 4,
        "path": "MedicationStatement.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "MedicationStatement.text": {
        "index": 5,
        "path": "MedicationStatement.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "MedicationStatement.contained": {
        "index": 6,
        "path": "MedicationStatement.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "MedicationStatement.extension": {
        "index": 7,
        "path": "MedicationStatement.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MedicationStatement.modifierExtension": {
        "index": 8,
        "path": "MedicationStatement.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MedicationStatement.identifier": {
        "index": 9,
        "path": "MedicationStatement.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External identifier"
      },
      "MedicationStatement.basedOn": {
        "index": 10,
        "path": "MedicationStatement.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "isSummary": true,
        "short": "Fulfils plan, proposal or order"
      },
      "MedicationStatement.partOf": {
        "index": 11,
        "path": "MedicationStatement.partOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationDispense"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationStatement"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "isSummary": true,
        "short": "Part of referenced event"
      },
      "MedicationStatement.context": {
        "index": 12,
        "path": "MedicationStatement.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter / Episode associated with MedicationStatement"
      },
      "MedicationStatement.status": {
        "index": 13,
        "path": "MedicationStatement.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | completed | entered-in-error | intended | stopped | on-hold",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/medication-statement-status"
        }
      },
      "MedicationStatement.category": {
        "index": 14,
        "path": "MedicationStatement.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of medication usage",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/medication-statement-category"
        }
      },
      "MedicationStatement.medication[x]": {
        "index": 15,
        "path": "MedicationStatement.medication[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          }
        ],
        "isSummary": true,
        "short": "What medication was taken",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-codes"
        }
      },
      "MedicationStatement.effective[x]": {
        "index": 16,
        "path": "MedicationStatement.effective[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "The date/time or interval when the medication was taken"
      },
      "MedicationStatement.dateAsserted": {
        "index": 17,
        "path": "MedicationStatement.dateAsserted",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the statement was asserted?"
      },
      "MedicationStatement.informationSource": {
        "index": 18,
        "path": "MedicationStatement.informationSource",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Person or organization that provided the information about the taking of this medication"
      },
      "MedicationStatement.subject": {
        "index": 19,
        "path": "MedicationStatement.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Who is/was taking  the medication"
      },
      "MedicationStatement.derivedFrom": {
        "index": 20,
        "path": "MedicationStatement.derivedFrom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Additional supporting information"
      },
      "MedicationStatement.taken": {
        "index": 21,
        "path": "MedicationStatement.taken",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "y | n | unk | na",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/medication-statement-taken"
        }
      },
      "MedicationStatement.reasonNotTaken": {
        "index": 22,
        "path": "MedicationStatement.reasonNotTaken",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "True if asserting medication was not given",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/reason-medication-not-taken-codes"
        }
      },
      "MedicationStatement.reasonCode": {
        "index": 23,
        "path": "MedicationStatement.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Reason for why the medication is being/was taken",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-code"
        }
      },
      "MedicationStatement.reasonReference": {
        "index": 24,
        "path": "MedicationStatement.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "short": "Condition or observation that supports why the medication is being/was taken"
      },
      "MedicationStatement.note": {
        "index": 25,
        "path": "MedicationStatement.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Further information about the statement"
      },
      "MedicationStatement.dosage": {
        "index": 26,
        "path": "MedicationStatement.dosage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Dosage"
          }
        ],
        "short": "Details of how medication is/was taken or should be taken"
      }
    },
    "MessageDefinition": {
      "MessageDefinition": {
        "index": 0,
        "path": "MessageDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A resource that defines a type of message that can be exchanged between systems"
      },
      "MessageDefinition.id": {
        "index": 1,
        "path": "MessageDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "MessageDefinition.meta": {
        "index": 2,
        "path": "MessageDefinition.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "MessageDefinition.implicitRules": {
        "index": 3,
        "path": "MessageDefinition.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "MessageDefinition.language": {
        "index": 4,
        "path": "MessageDefinition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "MessageDefinition.text": {
        "index": 5,
        "path": "MessageDefinition.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "MessageDefinition.contained": {
        "index": 6,
        "path": "MessageDefinition.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "MessageDefinition.extension": {
        "index": 7,
        "path": "MessageDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MessageDefinition.modifierExtension": {
        "index": 8,
        "path": "MessageDefinition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MessageDefinition.url": {
        "index": 9,
        "path": "MessageDefinition.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this message definition (globally unique)"
      },
      "MessageDefinition.identifier": {
        "index": 10,
        "path": "MessageDefinition.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the message definition"
      },
      "MessageDefinition.version": {
        "index": 11,
        "path": "MessageDefinition.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the message definition"
      },
      "MessageDefinition.name": {
        "index": 12,
        "path": "MessageDefinition.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this message definition (computer friendly)"
      },
      "MessageDefinition.title": {
        "index": 13,
        "path": "MessageDefinition.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this message definition (human friendly)"
      },
      "MessageDefinition.status": {
        "index": 14,
        "path": "MessageDefinition.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "MessageDefinition.experimental": {
        "index": 15,
        "path": "MessageDefinition.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "MessageDefinition.date": {
        "index": 16,
        "path": "MessageDefinition.date",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "MessageDefinition.publisher": {
        "index": 17,
        "path": "MessageDefinition.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "MessageDefinition.contact": {
        "index": 18,
        "path": "MessageDefinition.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "MessageDefinition.description": {
        "index": 19,
        "path": "MessageDefinition.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Natural language description of the message definition"
      },
      "MessageDefinition.useContext": {
        "index": 20,
        "path": "MessageDefinition.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "MessageDefinition.jurisdiction": {
        "index": 21,
        "path": "MessageDefinition.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for message definition (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "MessageDefinition.purpose": {
        "index": 22,
        "path": "MessageDefinition.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Why this message definition is defined"
      },
      "MessageDefinition.copyright": {
        "index": 23,
        "path": "MessageDefinition.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "MessageDefinition.base": {
        "index": 24,
        "path": "MessageDefinition.base",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MessageDefinition"
          }
        ],
        "isSummary": true,
        "short": "Definition this one is based on"
      },
      "MessageDefinition.parent": {
        "index": 25,
        "path": "MessageDefinition.parent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          }
        ],
        "isSummary": true,
        "short": "Protocol/workflow this is part of"
      },
      "MessageDefinition.replaces": {
        "index": 26,
        "path": "MessageDefinition.replaces",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MessageDefinition"
          }
        ],
        "isSummary": true,
        "short": "Takes the place of"
      },
      "MessageDefinition.event": {
        "index": 27,
        "path": "MessageDefinition.event",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Event type",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/message-events"
        }
      },
      "MessageDefinition.category": {
        "index": 28,
        "path": "MessageDefinition.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Consequence | Currency | Notification",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/message-significance-category"
        }
      },
      "MessageDefinition.focus": {
        "index": 29,
        "path": "MessageDefinition.focus",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Resource(s) that are the subject of the event"
      },
      "MessageDefinition.focus.id": {
        "index": 30,
        "path": "MessageDefinition.focus.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MessageDefinition.focus.extension": {
        "index": 31,
        "path": "MessageDefinition.focus.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MessageDefinition.focus.modifierExtension": {
        "index": 32,
        "path": "MessageDefinition.focus.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MessageDefinition.focus.code": {
        "index": 33,
        "path": "MessageDefinition.focus.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Type of resource",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "MessageDefinition.focus.profile": {
        "index": 34,
        "path": "MessageDefinition.focus.profile",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
          }
        ],
        "short": "Profile that must be adhered to by focus"
      },
      "MessageDefinition.focus.min": {
        "index": 35,
        "path": "MessageDefinition.focus.min",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "short": "Minimum number of focuses of this type"
      },
      "MessageDefinition.focus.max": {
        "index": 36,
        "path": "MessageDefinition.focus.max",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Maximum number of focuses of this type"
      },
      "MessageDefinition.responseRequired": {
        "index": 37,
        "path": "MessageDefinition.responseRequired",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Is a response required?"
      },
      "MessageDefinition.allowedResponse": {
        "index": 38,
        "path": "MessageDefinition.allowedResponse",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Responses to this message"
      },
      "MessageDefinition.allowedResponse.id": {
        "index": 39,
        "path": "MessageDefinition.allowedResponse.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MessageDefinition.allowedResponse.extension": {
        "index": 40,
        "path": "MessageDefinition.allowedResponse.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MessageDefinition.allowedResponse.modifierExtension": {
        "index": 41,
        "path": "MessageDefinition.allowedResponse.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MessageDefinition.allowedResponse.message": {
        "index": 42,
        "path": "MessageDefinition.allowedResponse.message",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MessageDefinition"
          }
        ],
        "short": "Reference to allowed message definition response"
      },
      "MessageDefinition.allowedResponse.situation": {
        "index": 43,
        "path": "MessageDefinition.allowedResponse.situation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "When should this response be used"
      }
    },
    "MessageHeader": {
      "MessageHeader": {
        "index": 0,
        "path": "MessageHeader",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A resource that describes a message that is exchanged between systems"
      },
      "MessageHeader.id": {
        "index": 1,
        "path": "MessageHeader.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "MessageHeader.meta": {
        "index": 2,
        "path": "MessageHeader.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "MessageHeader.implicitRules": {
        "index": 3,
        "path": "MessageHeader.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "MessageHeader.language": {
        "index": 4,
        "path": "MessageHeader.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "MessageHeader.text": {
        "index": 5,
        "path": "MessageHeader.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "MessageHeader.contained": {
        "index": 6,
        "path": "MessageHeader.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "MessageHeader.extension": {
        "index": 7,
        "path": "MessageHeader.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MessageHeader.modifierExtension": {
        "index": 8,
        "path": "MessageHeader.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MessageHeader.event": {
        "index": 9,
        "path": "MessageHeader.event",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Code for the event this message represents",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/message-events"
        }
      },
      "MessageHeader.destination": {
        "index": 10,
        "path": "MessageHeader.destination",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Message destination application(s)"
      },
      "MessageHeader.destination.id": {
        "index": 11,
        "path": "MessageHeader.destination.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MessageHeader.destination.extension": {
        "index": 12,
        "path": "MessageHeader.destination.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MessageHeader.destination.modifierExtension": {
        "index": 13,
        "path": "MessageHeader.destination.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MessageHeader.destination.name": {
        "index": 14,
        "path": "MessageHeader.destination.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of system"
      },
      "MessageHeader.destination.target": {
        "index": 15,
        "path": "MessageHeader.destination.target",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Particular delivery destination within the destination"
      },
      "MessageHeader.destination.endpoint": {
        "index": 16,
        "path": "MessageHeader.destination.endpoint",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Actual destination address or id"
      },
      "MessageHeader.receiver": {
        "index": 17,
        "path": "MessageHeader.receiver",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Intended \"real-world\" recipient for the data"
      },
      "MessageHeader.sender": {
        "index": 18,
        "path": "MessageHeader.sender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Real world sender of the message"
      },
      "MessageHeader.timestamp": {
        "index": 19,
        "path": "MessageHeader.timestamp",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "Time that the message was sent"
      },
      "MessageHeader.enterer": {
        "index": 20,
        "path": "MessageHeader.enterer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "The source of the data entry"
      },
      "MessageHeader.author": {
        "index": 21,
        "path": "MessageHeader.author",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "The source of the decision"
      },
      "MessageHeader.source": {
        "index": 22,
        "path": "MessageHeader.source",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Message source application"
      },
      "MessageHeader.source.id": {
        "index": 23,
        "path": "MessageHeader.source.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MessageHeader.source.extension": {
        "index": 24,
        "path": "MessageHeader.source.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MessageHeader.source.modifierExtension": {
        "index": 25,
        "path": "MessageHeader.source.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MessageHeader.source.name": {
        "index": 26,
        "path": "MessageHeader.source.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of system"
      },
      "MessageHeader.source.software": {
        "index": 27,
        "path": "MessageHeader.source.software",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of software running the system"
      },
      "MessageHeader.source.version": {
        "index": 28,
        "path": "MessageHeader.source.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Version of software running"
      },
      "MessageHeader.source.contact": {
        "index": 29,
        "path": "MessageHeader.source.contact",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "isSummary": true,
        "short": "Human contact for problems"
      },
      "MessageHeader.source.endpoint": {
        "index": 30,
        "path": "MessageHeader.source.endpoint",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Actual message source address or id"
      },
      "MessageHeader.responsible": {
        "index": 31,
        "path": "MessageHeader.responsible",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Final responsibility for event"
      },
      "MessageHeader.reason": {
        "index": 32,
        "path": "MessageHeader.reason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Cause of event",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/message-reason-encounter"
        }
      },
      "MessageHeader.response": {
        "index": 33,
        "path": "MessageHeader.response",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "If this is a reply to prior message"
      },
      "MessageHeader.response.id": {
        "index": 34,
        "path": "MessageHeader.response.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "MessageHeader.response.extension": {
        "index": 35,
        "path": "MessageHeader.response.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MessageHeader.response.modifierExtension": {
        "index": 36,
        "path": "MessageHeader.response.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MessageHeader.response.identifier": {
        "index": 37,
        "path": "MessageHeader.response.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Id of original message"
      },
      "MessageHeader.response.code": {
        "index": 38,
        "path": "MessageHeader.response.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "ok | transient-error | fatal-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/response-code"
        }
      },
      "MessageHeader.response.details": {
        "index": 39,
        "path": "MessageHeader.response.details",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/OperationOutcome"
          }
        ],
        "isSummary": true,
        "short": "Specific list of hints/warnings/errors"
      },
      "MessageHeader.focus": {
        "index": 40,
        "path": "MessageHeader.focus",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "The actual content of the message"
      }
    },
    "NamingSystem": {
      "NamingSystem": {
        "index": 0,
        "path": "NamingSystem",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "System of unique identification"
      },
      "NamingSystem.id": {
        "index": 1,
        "path": "NamingSystem.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "NamingSystem.meta": {
        "index": 2,
        "path": "NamingSystem.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "NamingSystem.implicitRules": {
        "index": 3,
        "path": "NamingSystem.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "NamingSystem.language": {
        "index": 4,
        "path": "NamingSystem.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "NamingSystem.text": {
        "index": 5,
        "path": "NamingSystem.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "NamingSystem.contained": {
        "index": 6,
        "path": "NamingSystem.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "NamingSystem.extension": {
        "index": 7,
        "path": "NamingSystem.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "NamingSystem.modifierExtension": {
        "index": 8,
        "path": "NamingSystem.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "NamingSystem.name": {
        "index": 9,
        "path": "NamingSystem.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this naming system (computer friendly)"
      },
      "NamingSystem.status": {
        "index": 10,
        "path": "NamingSystem.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "NamingSystem.kind": {
        "index": 11,
        "path": "NamingSystem.kind",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "codesystem | identifier | root",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/namingsystem-type"
        }
      },
      "NamingSystem.date": {
        "index": 12,
        "path": "NamingSystem.date",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "NamingSystem.publisher": {
        "index": 13,
        "path": "NamingSystem.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "NamingSystem.contact": {
        "index": 14,
        "path": "NamingSystem.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "NamingSystem.responsible": {
        "index": 15,
        "path": "NamingSystem.responsible",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Who maintains system namespace?"
      },
      "NamingSystem.type": {
        "index": 16,
        "path": "NamingSystem.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "e.g. driver,  provider,  patient, bank etc.",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/identifier-type"
        }
      },
      "NamingSystem.description": {
        "index": 17,
        "path": "NamingSystem.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the naming system"
      },
      "NamingSystem.useContext": {
        "index": 18,
        "path": "NamingSystem.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "NamingSystem.jurisdiction": {
        "index": 19,
        "path": "NamingSystem.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for naming system (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "NamingSystem.usage": {
        "index": 20,
        "path": "NamingSystem.usage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "How/where is it used"
      },
      "NamingSystem.uniqueId": {
        "index": 21,
        "path": "NamingSystem.uniqueId",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Unique identifiers used for system"
      },
      "NamingSystem.uniqueId.id": {
        "index": 22,
        "path": "NamingSystem.uniqueId.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "NamingSystem.uniqueId.extension": {
        "index": 23,
        "path": "NamingSystem.uniqueId.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "NamingSystem.uniqueId.modifierExtension": {
        "index": 24,
        "path": "NamingSystem.uniqueId.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "NamingSystem.uniqueId.type": {
        "index": 25,
        "path": "NamingSystem.uniqueId.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "oid | uuid | uri | other",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-type"
        }
      },
      "NamingSystem.uniqueId.value": {
        "index": 26,
        "path": "NamingSystem.uniqueId.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The unique identifier"
      },
      "NamingSystem.uniqueId.preferred": {
        "index": 27,
        "path": "NamingSystem.uniqueId.preferred",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Is this the id that should be used for this type"
      },
      "NamingSystem.uniqueId.comment": {
        "index": 28,
        "path": "NamingSystem.uniqueId.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Notes about identifier usage"
      },
      "NamingSystem.uniqueId.period": {
        "index": 29,
        "path": "NamingSystem.uniqueId.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "When is identifier valid?"
      },
      "NamingSystem.replacedBy": {
        "index": 30,
        "path": "NamingSystem.replacedBy",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/NamingSystem"
          }
        ],
        "short": "Use this instead"
      }
    },
    "NutritionOrder": {
      "NutritionOrder": {
        "index": 0,
        "path": "NutritionOrder",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Diet, formula or nutritional supplement request"
      },
      "NutritionOrder.id": {
        "index": 1,
        "path": "NutritionOrder.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "NutritionOrder.meta": {
        "index": 2,
        "path": "NutritionOrder.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "NutritionOrder.implicitRules": {
        "index": 3,
        "path": "NutritionOrder.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "NutritionOrder.language": {
        "index": 4,
        "path": "NutritionOrder.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "NutritionOrder.text": {
        "index": 5,
        "path": "NutritionOrder.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "NutritionOrder.contained": {
        "index": 6,
        "path": "NutritionOrder.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "NutritionOrder.extension": {
        "index": 7,
        "path": "NutritionOrder.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "NutritionOrder.modifierExtension": {
        "index": 8,
        "path": "NutritionOrder.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "NutritionOrder.identifier": {
        "index": 9,
        "path": "NutritionOrder.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Identifiers assigned to this order"
      },
      "NutritionOrder.status": {
        "index": 10,
        "path": "NutritionOrder.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "proposed | draft | planned | requested | active | on-hold | completed | cancelled | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/nutrition-request-status"
        }
      },
      "NutritionOrder.patient": {
        "index": 11,
        "path": "NutritionOrder.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "The person who requires the diet, formula or nutritional supplement"
      },
      "NutritionOrder.encounter": {
        "index": 12,
        "path": "NutritionOrder.encounter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ],
        "short": "The encounter associated with this nutrition order"
      },
      "NutritionOrder.dateTime": {
        "index": 13,
        "path": "NutritionOrder.dateTime",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date and time the nutrition order was requested"
      },
      "NutritionOrder.orderer": {
        "index": 14,
        "path": "NutritionOrder.orderer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "Who ordered the diet, formula or nutritional supplement"
      },
      "NutritionOrder.allergyIntolerance": {
        "index": 15,
        "path": "NutritionOrder.allergyIntolerance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance"
          }
        ],
        "short": "List of the patient's food and nutrition-related allergies and intolerances"
      },
      "NutritionOrder.foodPreferenceModifier": {
        "index": 16,
        "path": "NutritionOrder.foodPreferenceModifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Order-specific modifier about the type of food that should be given",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/encounter-diet"
        }
      },
      "NutritionOrder.excludeFoodModifier": {
        "index": 17,
        "path": "NutritionOrder.excludeFoodModifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Order-specific modifier about the type of food that should not be given",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/food-type"
        }
      },
      "NutritionOrder.oralDiet": {
        "index": 18,
        "path": "NutritionOrder.oralDiet",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Oral diet components"
      },
      "NutritionOrder.oralDiet.id": {
        "index": 19,
        "path": "NutritionOrder.oralDiet.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "NutritionOrder.oralDiet.extension": {
        "index": 20,
        "path": "NutritionOrder.oralDiet.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "NutritionOrder.oralDiet.modifierExtension": {
        "index": 21,
        "path": "NutritionOrder.oralDiet.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "NutritionOrder.oralDiet.type": {
        "index": 22,
        "path": "NutritionOrder.oralDiet.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of oral diet or diet restrictions that describe what can be consumed orally",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/diet-type"
        }
      },
      "NutritionOrder.oralDiet.schedule": {
        "index": 23,
        "path": "NutritionOrder.oralDiet.schedule",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Timing"
          }
        ],
        "short": "Scheduled frequency of diet"
      },
      "NutritionOrder.oralDiet.nutrient": {
        "index": 24,
        "path": "NutritionOrder.oralDiet.nutrient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Required  nutrient modifications"
      },
      "NutritionOrder.oralDiet.nutrient.id": {
        "index": 25,
        "path": "NutritionOrder.oralDiet.nutrient.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "NutritionOrder.oralDiet.nutrient.extension": {
        "index": 26,
        "path": "NutritionOrder.oralDiet.nutrient.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "NutritionOrder.oralDiet.nutrient.modifierExtension": {
        "index": 27,
        "path": "NutritionOrder.oralDiet.nutrient.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "NutritionOrder.oralDiet.nutrient.modifier": {
        "index": 28,
        "path": "NutritionOrder.oralDiet.nutrient.modifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of nutrient that is being modified",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/nutrient-code"
        }
      },
      "NutritionOrder.oralDiet.nutrient.amount": {
        "index": 29,
        "path": "NutritionOrder.oralDiet.nutrient.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Quantity of the specified nutrient"
      },
      "NutritionOrder.oralDiet.texture": {
        "index": 30,
        "path": "NutritionOrder.oralDiet.texture",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Required  texture modifications"
      },
      "NutritionOrder.oralDiet.texture.id": {
        "index": 31,
        "path": "NutritionOrder.oralDiet.texture.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "NutritionOrder.oralDiet.texture.extension": {
        "index": 32,
        "path": "NutritionOrder.oralDiet.texture.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "NutritionOrder.oralDiet.texture.modifierExtension": {
        "index": 33,
        "path": "NutritionOrder.oralDiet.texture.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "NutritionOrder.oralDiet.texture.modifier": {
        "index": 34,
        "path": "NutritionOrder.oralDiet.texture.modifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Code to indicate how to alter the texture of the foods, e.g. pureed",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/texture-code"
        }
      },
      "NutritionOrder.oralDiet.texture.foodType": {
        "index": 35,
        "path": "NutritionOrder.oralDiet.texture.foodType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Concepts that are used to identify an entity that is ingested for nutritional purposes",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/modified-foodtype"
        }
      },
      "NutritionOrder.oralDiet.fluidConsistencyType": {
        "index": 36,
        "path": "NutritionOrder.oralDiet.fluidConsistencyType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "The required consistency of fluids and liquids provided to the patient",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/consistency-type"
        }
      },
      "NutritionOrder.oralDiet.instruction": {
        "index": 37,
        "path": "NutritionOrder.oralDiet.instruction",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Instructions or additional information about the oral diet"
      },
      "NutritionOrder.supplement": {
        "index": 38,
        "path": "NutritionOrder.supplement",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Supplement components"
      },
      "NutritionOrder.supplement.id": {
        "index": 39,
        "path": "NutritionOrder.supplement.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "NutritionOrder.supplement.extension": {
        "index": 40,
        "path": "NutritionOrder.supplement.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "NutritionOrder.supplement.modifierExtension": {
        "index": 41,
        "path": "NutritionOrder.supplement.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "NutritionOrder.supplement.type": {
        "index": 42,
        "path": "NutritionOrder.supplement.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of supplement product requested",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/supplement-type"
        }
      },
      "NutritionOrder.supplement.productName": {
        "index": 43,
        "path": "NutritionOrder.supplement.productName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Product or brand name of the nutritional supplement"
      },
      "NutritionOrder.supplement.schedule": {
        "index": 44,
        "path": "NutritionOrder.supplement.schedule",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Timing"
          }
        ],
        "short": "Scheduled frequency of supplement"
      },
      "NutritionOrder.supplement.quantity": {
        "index": 45,
        "path": "NutritionOrder.supplement.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Amount of the nutritional supplement"
      },
      "NutritionOrder.supplement.instruction": {
        "index": 46,
        "path": "NutritionOrder.supplement.instruction",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Instructions or additional information about the oral supplement"
      },
      "NutritionOrder.enteralFormula": {
        "index": 47,
        "path": "NutritionOrder.enteralFormula",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Enteral formula components"
      },
      "NutritionOrder.enteralFormula.id": {
        "index": 48,
        "path": "NutritionOrder.enteralFormula.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "NutritionOrder.enteralFormula.extension": {
        "index": 49,
        "path": "NutritionOrder.enteralFormula.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "NutritionOrder.enteralFormula.modifierExtension": {
        "index": 50,
        "path": "NutritionOrder.enteralFormula.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "NutritionOrder.enteralFormula.baseFormulaType": {
        "index": 51,
        "path": "NutritionOrder.enteralFormula.baseFormulaType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of enteral or infant formula",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/entformula-type"
        }
      },
      "NutritionOrder.enteralFormula.baseFormulaProductName": {
        "index": 52,
        "path": "NutritionOrder.enteralFormula.baseFormulaProductName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Product or brand name of the enteral or infant formula"
      },
      "NutritionOrder.enteralFormula.additiveType": {
        "index": 53,
        "path": "NutritionOrder.enteralFormula.additiveType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of modular component to add to the feeding",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/entformula-additive"
        }
      },
      "NutritionOrder.enteralFormula.additiveProductName": {
        "index": 54,
        "path": "NutritionOrder.enteralFormula.additiveProductName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Product or brand name of the modular additive"
      },
      "NutritionOrder.enteralFormula.caloricDensity": {
        "index": 55,
        "path": "NutritionOrder.enteralFormula.caloricDensity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Amount of energy per specified volume that is required"
      },
      "NutritionOrder.enteralFormula.routeofAdministration": {
        "index": 56,
        "path": "NutritionOrder.enteralFormula.routeofAdministration",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "How the formula should enter the patient's gastrointestinal tract",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/enteral-route"
        }
      },
      "NutritionOrder.enteralFormula.administration": {
        "index": 57,
        "path": "NutritionOrder.enteralFormula.administration",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Formula feeding instruction as structured data"
      },
      "NutritionOrder.enteralFormula.administration.id": {
        "index": 58,
        "path": "NutritionOrder.enteralFormula.administration.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "NutritionOrder.enteralFormula.administration.extension": {
        "index": 59,
        "path": "NutritionOrder.enteralFormula.administration.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "NutritionOrder.enteralFormula.administration.modifierExtension": {
        "index": 60,
        "path": "NutritionOrder.enteralFormula.administration.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "NutritionOrder.enteralFormula.administration.schedule": {
        "index": 61,
        "path": "NutritionOrder.enteralFormula.administration.schedule",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Timing"
          }
        ],
        "short": "Scheduled frequency of enteral feeding"
      },
      "NutritionOrder.enteralFormula.administration.quantity": {
        "index": 62,
        "path": "NutritionOrder.enteralFormula.administration.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "The volume of formula to provide"
      },
      "NutritionOrder.enteralFormula.administration.rate[x]": {
        "index": 63,
        "path": "NutritionOrder.enteralFormula.administration.rate[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          },
          {
            "code": "Ratio"
          }
        ],
        "short": "Speed with which the formula is provided per period of time"
      },
      "NutritionOrder.enteralFormula.maxVolumeToDeliver": {
        "index": 64,
        "path": "NutritionOrder.enteralFormula.maxVolumeToDeliver",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Upper limit on formula volume per unit of time"
      },
      "NutritionOrder.enteralFormula.administrationInstruction": {
        "index": 65,
        "path": "NutritionOrder.enteralFormula.administrationInstruction",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Formula feeding instructions expressed as text"
      }
    },
    "Observation": {
      "Observation": {
        "index": 0,
        "path": "Observation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Measurements and simple assertions"
      },
      "Observation.id": {
        "index": 1,
        "path": "Observation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Observation.meta": {
        "index": 2,
        "path": "Observation.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Observation.implicitRules": {
        "index": 3,
        "path": "Observation.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Observation.language": {
        "index": 4,
        "path": "Observation.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Observation.text": {
        "index": 5,
        "path": "Observation.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Observation.contained": {
        "index": 6,
        "path": "Observation.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Observation.extension": {
        "index": 7,
        "path": "Observation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Observation.modifierExtension": {
        "index": 8,
        "path": "Observation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Observation.identifier": {
        "index": 9,
        "path": "Observation.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business Identifier for observation"
      },
      "Observation.basedOn": {
        "index": 10,
        "path": "Observation.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DeviceRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/NutritionOrder"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "isSummary": true,
        "short": "Fulfills plan, proposal or order"
      },
      "Observation.status": {
        "index": 11,
        "path": "Observation.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "registered | preliminary | final | amended +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/observation-status"
        }
      },
      "Observation.category": {
        "index": 12,
        "path": "Observation.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Classification of  type of observation",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/observation-category"
        }
      },
      "Observation.code": {
        "index": 13,
        "path": "Observation.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of observation (code / type)",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/observation-codes"
        }
      },
      "Observation.subject": {
        "index": 14,
        "path": "Observation.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "Who and/or what this is about"
      },
      "Observation.context": {
        "index": 15,
        "path": "Observation.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "short": "Healthcare event during which this observation is made"
      },
      "Observation.effective[x]": {
        "index": 16,
        "path": "Observation.effective[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Clinically relevant time/time-period for observation"
      },
      "Observation.issued": {
        "index": 17,
        "path": "Observation.issued",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "Date/Time this was made available"
      },
      "Observation.performer": {
        "index": 18,
        "path": "Observation.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Who is responsible for the observation"
      },
      "Observation.value[x]": {
        "index": 19,
        "path": "Observation.value[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "string"
          },
          {
            "code": "boolean"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "time"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Actual result"
      },
      "Observation.dataAbsentReason": {
        "index": 20,
        "path": "Observation.dataAbsentReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why the result is missing",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/observation-valueabsentreason"
        }
      },
      "Observation.interpretation": {
        "index": 21,
        "path": "Observation.interpretation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "High, low, normal, etc.",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/observation-interpretation"
        }
      },
      "Observation.comment": {
        "index": 22,
        "path": "Observation.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Comments about result"
      },
      "Observation.bodySite": {
        "index": 23,
        "path": "Observation.bodySite",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Observed body part",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "Observation.method": {
        "index": 24,
        "path": "Observation.method",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "How it was done",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/observation-methods"
        }
      },
      "Observation.specimen": {
        "index": 25,
        "path": "Observation.specimen",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Specimen"
          }
        ],
        "short": "Specimen used for this observation"
      },
      "Observation.device": {
        "index": 26,
        "path": "Observation.device",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DeviceMetric"
          }
        ],
        "short": "(Measurement) Device"
      },
      "Observation.referenceRange": {
        "index": 27,
        "path": "Observation.referenceRange",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Provides guide for interpretation"
      },
      "Observation.referenceRange.id": {
        "index": 28,
        "path": "Observation.referenceRange.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Observation.referenceRange.extension": {
        "index": 29,
        "path": "Observation.referenceRange.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Observation.referenceRange.modifierExtension": {
        "index": 30,
        "path": "Observation.referenceRange.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Observation.referenceRange.low": {
        "index": 31,
        "path": "Observation.referenceRange.low",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Low Range, if relevant"
      },
      "Observation.referenceRange.high": {
        "index": 32,
        "path": "Observation.referenceRange.high",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "High Range, if relevant"
      },
      "Observation.referenceRange.type": {
        "index": 33,
        "path": "Observation.referenceRange.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Reference range qualifier",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/referencerange-meaning"
        }
      },
      "Observation.referenceRange.appliesTo": {
        "index": 34,
        "path": "Observation.referenceRange.appliesTo",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Reference range population",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/referencerange-appliesto"
        }
      },
      "Observation.referenceRange.age": {
        "index": 35,
        "path": "Observation.referenceRange.age",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Range"
          }
        ],
        "short": "Applicable age range, if relevant"
      },
      "Observation.referenceRange.text": {
        "index": 36,
        "path": "Observation.referenceRange.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Text based reference range in an observation"
      },
      "Observation.related": {
        "index": 37,
        "path": "Observation.related",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Resource related to this observation"
      },
      "Observation.related.id": {
        "index": 38,
        "path": "Observation.related.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Observation.related.extension": {
        "index": 39,
        "path": "Observation.related.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Observation.related.modifierExtension": {
        "index": 40,
        "path": "Observation.related.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Observation.related.type": {
        "index": 41,
        "path": "Observation.related.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "has-member | derived-from | sequel-to | replaces | qualified-by | interfered-by",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/observation-relationshiptypes"
        }
      },
      "Observation.related.target": {
        "index": 42,
        "path": "Observation.related.target",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Sequence"
          }
        ],
        "short": "Resource that is related to this one"
      },
      "Observation.component": {
        "index": 43,
        "path": "Observation.component",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Component results"
      },
      "Observation.component.id": {
        "index": 44,
        "path": "Observation.component.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Observation.component.extension": {
        "index": 45,
        "path": "Observation.component.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Observation.component.modifierExtension": {
        "index": 46,
        "path": "Observation.component.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Observation.component.code": {
        "index": 47,
        "path": "Observation.component.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of component observation (code / type)",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/observation-codes"
        }
      },
      "Observation.component.value[x]": {
        "index": 48,
        "path": "Observation.component.value[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "string"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "time"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Actual component result"
      },
      "Observation.component.dataAbsentReason": {
        "index": 49,
        "path": "Observation.component.dataAbsentReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why the component result is missing",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/observation-valueabsentreason"
        }
      },
      "Observation.component.interpretation": {
        "index": 50,
        "path": "Observation.component.interpretation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "High, low, normal, etc.",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/observation-interpretation"
        }
      },
      "Observation.component.referenceRange": {
        "index": 51,
        "path": "Observation.component.referenceRange",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Provides guide for interpretation of component result",
        "refSchema": "Observation.referenceRange"
      }
    },
    "OperationDefinition": {
      "OperationDefinition": {
        "index": 0,
        "path": "OperationDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Definition of an operation or a named query"
      },
      "OperationDefinition.id": {
        "index": 1,
        "path": "OperationDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "OperationDefinition.meta": {
        "index": 2,
        "path": "OperationDefinition.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "OperationDefinition.implicitRules": {
        "index": 3,
        "path": "OperationDefinition.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "OperationDefinition.language": {
        "index": 4,
        "path": "OperationDefinition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "OperationDefinition.text": {
        "index": 5,
        "path": "OperationDefinition.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "OperationDefinition.contained": {
        "index": 6,
        "path": "OperationDefinition.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "OperationDefinition.extension": {
        "index": 7,
        "path": "OperationDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "OperationDefinition.modifierExtension": {
        "index": 8,
        "path": "OperationDefinition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "OperationDefinition.url": {
        "index": 9,
        "path": "OperationDefinition.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this operation definition (globally unique)"
      },
      "OperationDefinition.version": {
        "index": 10,
        "path": "OperationDefinition.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the operation definition"
      },
      "OperationDefinition.name": {
        "index": 11,
        "path": "OperationDefinition.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this operation definition (computer friendly)"
      },
      "OperationDefinition.status": {
        "index": 12,
        "path": "OperationDefinition.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "OperationDefinition.kind": {
        "index": 13,
        "path": "OperationDefinition.kind",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "operation | query",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/operation-kind"
        }
      },
      "OperationDefinition.experimental": {
        "index": 14,
        "path": "OperationDefinition.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "OperationDefinition.date": {
        "index": 15,
        "path": "OperationDefinition.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "OperationDefinition.publisher": {
        "index": 16,
        "path": "OperationDefinition.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "OperationDefinition.contact": {
        "index": 17,
        "path": "OperationDefinition.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "OperationDefinition.description": {
        "index": 18,
        "path": "OperationDefinition.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the operation definition"
      },
      "OperationDefinition.useContext": {
        "index": 19,
        "path": "OperationDefinition.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "OperationDefinition.jurisdiction": {
        "index": 20,
        "path": "OperationDefinition.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for operation definition (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "OperationDefinition.purpose": {
        "index": 21,
        "path": "OperationDefinition.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this operation definition is defined"
      },
      "OperationDefinition.idempotent": {
        "index": 22,
        "path": "OperationDefinition.idempotent",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Whether content is unchanged by the operation"
      },
      "OperationDefinition.code": {
        "index": 23,
        "path": "OperationDefinition.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Name used to invoke the operation"
      },
      "OperationDefinition.comment": {
        "index": 24,
        "path": "OperationDefinition.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Additional information about use"
      },
      "OperationDefinition.base": {
        "index": 25,
        "path": "OperationDefinition.base",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition"
          }
        ],
        "isSummary": true,
        "short": "Marks this as a profile of the base"
      },
      "OperationDefinition.resource": {
        "index": 26,
        "path": "OperationDefinition.resource",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Types this operation applies to",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "OperationDefinition.system": {
        "index": 27,
        "path": "OperationDefinition.system",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Invoke at the system level?"
      },
      "OperationDefinition.type": {
        "index": 28,
        "path": "OperationDefinition.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Invole at the type level?"
      },
      "OperationDefinition.instance": {
        "index": 29,
        "path": "OperationDefinition.instance",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Invoke on an instance?"
      },
      "OperationDefinition.parameter": {
        "index": 30,
        "path": "OperationDefinition.parameter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Parameters for the operation/query"
      },
      "OperationDefinition.parameter.id": {
        "index": 31,
        "path": "OperationDefinition.parameter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "OperationDefinition.parameter.extension": {
        "index": 32,
        "path": "OperationDefinition.parameter.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "OperationDefinition.parameter.modifierExtension": {
        "index": 33,
        "path": "OperationDefinition.parameter.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "OperationDefinition.parameter.name": {
        "index": 34,
        "path": "OperationDefinition.parameter.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Name in Parameters.parameter.name or in URL"
      },
      "OperationDefinition.parameter.use": {
        "index": 35,
        "path": "OperationDefinition.parameter.use",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "in | out",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/operation-parameter-use"
        }
      },
      "OperationDefinition.parameter.min": {
        "index": 36,
        "path": "OperationDefinition.parameter.min",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "Minimum Cardinality"
      },
      "OperationDefinition.parameter.max": {
        "index": 37,
        "path": "OperationDefinition.parameter.max",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Maximum Cardinality (a number or *)"
      },
      "OperationDefinition.parameter.documentation": {
        "index": 38,
        "path": "OperationDefinition.parameter.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Description of meaning/use"
      },
      "OperationDefinition.parameter.type": {
        "index": 39,
        "path": "OperationDefinition.parameter.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "What type this parameter has",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/all-types"
        }
      },
      "OperationDefinition.parameter.searchType": {
        "index": 40,
        "path": "OperationDefinition.parameter.searchType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "number | date | string | token | reference | composite | quantity | uri",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/search-param-type"
        }
      },
      "OperationDefinition.parameter.profile": {
        "index": 41,
        "path": "OperationDefinition.parameter.profile",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
          }
        ],
        "short": "Profile on the type"
      },
      "OperationDefinition.parameter.binding": {
        "index": 42,
        "path": "OperationDefinition.parameter.binding",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "ValueSet details if this is coded"
      },
      "OperationDefinition.parameter.binding.id": {
        "index": 43,
        "path": "OperationDefinition.parameter.binding.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "OperationDefinition.parameter.binding.extension": {
        "index": 44,
        "path": "OperationDefinition.parameter.binding.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "OperationDefinition.parameter.binding.modifierExtension": {
        "index": 45,
        "path": "OperationDefinition.parameter.binding.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "OperationDefinition.parameter.binding.strength": {
        "index": 46,
        "path": "OperationDefinition.parameter.binding.strength",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "required | extensible | preferred | example",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/binding-strength"
        }
      },
      "OperationDefinition.parameter.binding.valueSet[x]": {
        "index": 47,
        "path": "OperationDefinition.parameter.binding.valueSet[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ValueSet"
          }
        ],
        "short": "Source of value set"
      },
      "OperationDefinition.parameter.part": {
        "index": 48,
        "path": "OperationDefinition.parameter.part",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Parts of a nested Parameter",
        "refSchema": "OperationDefinition.parameter"
      },
      "OperationDefinition.overload": {
        "index": 49,
        "path": "OperationDefinition.overload",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Define overloaded variants for when  generating code"
      },
      "OperationDefinition.overload.id": {
        "index": 50,
        "path": "OperationDefinition.overload.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "OperationDefinition.overload.extension": {
        "index": 51,
        "path": "OperationDefinition.overload.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "OperationDefinition.overload.modifierExtension": {
        "index": 52,
        "path": "OperationDefinition.overload.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "OperationDefinition.overload.parameterName": {
        "index": 53,
        "path": "OperationDefinition.overload.parameterName",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Name of parameter to include in overload"
      },
      "OperationDefinition.overload.comment": {
        "index": 54,
        "path": "OperationDefinition.overload.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Comments to go on overload"
      }
    },
    "OperationOutcome": {
      "OperationOutcome": {
        "index": 0,
        "path": "OperationOutcome",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Information about the success/failure of an action"
      },
      "OperationOutcome.id": {
        "index": 1,
        "path": "OperationOutcome.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "OperationOutcome.meta": {
        "index": 2,
        "path": "OperationOutcome.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "OperationOutcome.implicitRules": {
        "index": 3,
        "path": "OperationOutcome.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "OperationOutcome.language": {
        "index": 4,
        "path": "OperationOutcome.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "OperationOutcome.text": {
        "index": 5,
        "path": "OperationOutcome.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "OperationOutcome.contained": {
        "index": 6,
        "path": "OperationOutcome.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "OperationOutcome.extension": {
        "index": 7,
        "path": "OperationOutcome.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "OperationOutcome.modifierExtension": {
        "index": 8,
        "path": "OperationOutcome.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "OperationOutcome.issue": {
        "index": 9,
        "path": "OperationOutcome.issue",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "A single issue associated with the action"
      },
      "OperationOutcome.issue.id": {
        "index": 10,
        "path": "OperationOutcome.issue.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "OperationOutcome.issue.extension": {
        "index": 11,
        "path": "OperationOutcome.issue.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "OperationOutcome.issue.modifierExtension": {
        "index": 12,
        "path": "OperationOutcome.issue.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "OperationOutcome.issue.severity": {
        "index": 13,
        "path": "OperationOutcome.issue.severity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "fatal | error | warning | information",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/issue-severity"
        }
      },
      "OperationOutcome.issue.code": {
        "index": 14,
        "path": "OperationOutcome.issue.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Error or warning code",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/issue-type"
        }
      },
      "OperationOutcome.issue.details": {
        "index": 15,
        "path": "OperationOutcome.issue.details",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Additional details about the error",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/operation-outcome"
        }
      },
      "OperationOutcome.issue.diagnostics": {
        "index": 16,
        "path": "OperationOutcome.issue.diagnostics",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Additional diagnostic information about the issue"
      },
      "OperationOutcome.issue.location": {
        "index": 17,
        "path": "OperationOutcome.issue.location",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Path of element(s) related to issue"
      },
      "OperationOutcome.issue.expression": {
        "index": 18,
        "path": "OperationOutcome.issue.expression",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "FHIRPath of element(s) related to issue"
      }
    },
    "Organization": {
      "Organization": {
        "index": 0,
        "path": "Organization",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A grouping of people or organizations with a common purpose"
      },
      "Organization.id": {
        "index": 1,
        "path": "Organization.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Organization.meta": {
        "index": 2,
        "path": "Organization.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Organization.implicitRules": {
        "index": 3,
        "path": "Organization.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Organization.language": {
        "index": 4,
        "path": "Organization.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Organization.text": {
        "index": 5,
        "path": "Organization.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Organization.contained": {
        "index": 6,
        "path": "Organization.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Organization.extension": {
        "index": 7,
        "path": "Organization.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Organization.modifierExtension": {
        "index": 8,
        "path": "Organization.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Organization.identifier": {
        "index": 9,
        "path": "Organization.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifies this organization  across multiple systems"
      },
      "Organization.active": {
        "index": 10,
        "path": "Organization.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Whether the organization's record is still in active use"
      },
      "Organization.type": {
        "index": 11,
        "path": "Organization.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Kind of organization",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/organization-type"
        }
      },
      "Organization.name": {
        "index": 12,
        "path": "Organization.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name used for the organization"
      },
      "Organization.alias": {
        "index": 13,
        "path": "Organization.alias",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "A list of alternate names that the organization is known as, or was known as in the past"
      },
      "Organization.telecom": {
        "index": 14,
        "path": "Organization.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "short": "A contact detail for the organization"
      },
      "Organization.address": {
        "index": 15,
        "path": "Organization.address",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address"
          }
        ],
        "short": "An address for the organization"
      },
      "Organization.partOf": {
        "index": 16,
        "path": "Organization.partOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "The organization of which this organization forms a part"
      },
      "Organization.contact": {
        "index": 17,
        "path": "Organization.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Contact for the organization for a certain purpose"
      },
      "Organization.contact.id": {
        "index": 18,
        "path": "Organization.contact.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Organization.contact.extension": {
        "index": 19,
        "path": "Organization.contact.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Organization.contact.modifierExtension": {
        "index": 20,
        "path": "Organization.contact.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Organization.contact.purpose": {
        "index": 21,
        "path": "Organization.contact.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "The type of contact",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/contactentity-type"
        }
      },
      "Organization.contact.name": {
        "index": 22,
        "path": "Organization.contact.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "short": "A name associated with the contact"
      },
      "Organization.contact.telecom": {
        "index": 23,
        "path": "Organization.contact.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "short": "Contact details (telephone, email, etc.)  for a contact"
      },
      "Organization.contact.address": {
        "index": 24,
        "path": "Organization.contact.address",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Address"
          }
        ],
        "short": "Visiting or postal addresses for the contact"
      },
      "Organization.endpoint": {
        "index": 25,
        "path": "Organization.endpoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint"
          }
        ],
        "short": "Technical endpoints providing access to services operated for the organization"
      }
    },
    "Parameters": {
      "Parameters": {
        "index": 0,
        "path": "Parameters",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Operation Request or Response"
      },
      "Parameters.id": {
        "index": 1,
        "path": "Parameters.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Parameters.meta": {
        "index": 2,
        "path": "Parameters.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Parameters.implicitRules": {
        "index": 3,
        "path": "Parameters.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Parameters.language": {
        "index": 4,
        "path": "Parameters.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Parameters.parameter": {
        "index": 5,
        "path": "Parameters.parameter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Operation Parameter"
      },
      "Parameters.parameter.id": {
        "index": 6,
        "path": "Parameters.parameter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Parameters.parameter.extension": {
        "index": 7,
        "path": "Parameters.parameter.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Parameters.parameter.modifierExtension": {
        "index": 8,
        "path": "Parameters.parameter.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Parameters.parameter.name": {
        "index": 9,
        "path": "Parameters.parameter.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name from the definition"
      },
      "Parameters.parameter.value[x]": {
        "index": 10,
        "path": "Parameters.parameter.value[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          },
          {
            "code": "boolean"
          },
          {
            "code": "code"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "decimal"
          },
          {
            "code": "id"
          },
          {
            "code": "instant"
          },
          {
            "code": "integer"
          },
          {
            "code": "markdown"
          },
          {
            "code": "oid"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "string"
          },
          {
            "code": "time"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "uri"
          },
          {
            "code": "Address"
          },
          {
            "code": "Age"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Count"
          },
          {
            "code": "Distance"
          },
          {
            "code": "Duration"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Money"
          },
          {
            "code": "Period"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "Reference"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "Timing"
          },
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "If parameter is a data type"
      },
      "Parameters.parameter.resource": {
        "index": 11,
        "path": "Parameters.parameter.resource",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "isSummary": true,
        "short": "If parameter is a whole resource"
      },
      "Parameters.parameter.part": {
        "index": 12,
        "path": "Parameters.parameter.part",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Named part of a multi-part parameter",
        "refSchema": "Parameters.parameter"
      }
    },
    "Patient": {
      "Patient": {
        "index": 0,
        "path": "Patient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Information about an individual or animal receiving health care services"
      },
      "Patient.id": {
        "index": 1,
        "path": "Patient.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Patient.meta": {
        "index": 2,
        "path": "Patient.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Patient.implicitRules": {
        "index": 3,
        "path": "Patient.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Patient.language": {
        "index": 4,
        "path": "Patient.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Patient.text": {
        "index": 5,
        "path": "Patient.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Patient.contained": {
        "index": 6,
        "path": "Patient.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Patient.extension": {
        "index": 7,
        "path": "Patient.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Patient.modifierExtension": {
        "index": 8,
        "path": "Patient.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Patient.identifier": {
        "index": 9,
        "path": "Patient.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "An identifier for this patient"
      },
      "Patient.active": {
        "index": 10,
        "path": "Patient.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Whether this patient's record is in active use"
      },
      "Patient.name": {
        "index": 11,
        "path": "Patient.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "isSummary": true,
        "short": "A name associated with the patient"
      },
      "Patient.telecom": {
        "index": 12,
        "path": "Patient.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "isSummary": true,
        "short": "A contact detail for the individual"
      },
      "Patient.gender": {
        "index": 13,
        "path": "Patient.gender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "male | female | other | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/administrative-gender"
        }
      },
      "Patient.birthDate": {
        "index": 14,
        "path": "Patient.birthDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "isSummary": true,
        "short": "The date of birth for the individual"
      },
      "Patient.deceased[x]": {
        "index": 15,
        "path": "Patient.deceased[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Indicates if the individual is deceased or not"
      },
      "Patient.address": {
        "index": 16,
        "path": "Patient.address",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address"
          }
        ],
        "isSummary": true,
        "short": "Addresses for the individual"
      },
      "Patient.maritalStatus": {
        "index": 17,
        "path": "Patient.maritalStatus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Marital (civil) status of a patient",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/marital-status"
        }
      },
      "Patient.multipleBirth[x]": {
        "index": 18,
        "path": "Patient.multipleBirth[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "integer"
          }
        ],
        "short": "Whether patient is part of a multiple birth"
      },
      "Patient.photo": {
        "index": 19,
        "path": "Patient.photo",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "short": "Image of the patient"
      },
      "Patient.contact": {
        "index": 20,
        "path": "Patient.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A contact party (e.g. guardian, partner, friend) for the patient"
      },
      "Patient.contact.id": {
        "index": 21,
        "path": "Patient.contact.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Patient.contact.extension": {
        "index": 22,
        "path": "Patient.contact.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Patient.contact.modifierExtension": {
        "index": 23,
        "path": "Patient.contact.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Patient.contact.relationship": {
        "index": 24,
        "path": "Patient.contact.relationship",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "The kind of relationship",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/v2-0131"
        }
      },
      "Patient.contact.name": {
        "index": 25,
        "path": "Patient.contact.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "short": "A name associated with the contact person"
      },
      "Patient.contact.telecom": {
        "index": 26,
        "path": "Patient.contact.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "short": "A contact detail for the person"
      },
      "Patient.contact.address": {
        "index": 27,
        "path": "Patient.contact.address",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Address"
          }
        ],
        "short": "Address for the contact person"
      },
      "Patient.contact.gender": {
        "index": 28,
        "path": "Patient.contact.gender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "male | female | other | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/administrative-gender"
        }
      },
      "Patient.contact.organization": {
        "index": 29,
        "path": "Patient.contact.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Organization that is associated with the contact"
      },
      "Patient.contact.period": {
        "index": 30,
        "path": "Patient.contact.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "The period during which this contact person or organization is valid to be contacted relating to this patient"
      },
      "Patient.animal": {
        "index": 31,
        "path": "Patient.animal",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "This patient is known to be an animal (non-human)"
      },
      "Patient.animal.id": {
        "index": 32,
        "path": "Patient.animal.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Patient.animal.extension": {
        "index": 33,
        "path": "Patient.animal.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Patient.animal.modifierExtension": {
        "index": 34,
        "path": "Patient.animal.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Patient.animal.species": {
        "index": 35,
        "path": "Patient.animal.species",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "E.g. Dog, Cow",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/animal-species"
        }
      },
      "Patient.animal.breed": {
        "index": 36,
        "path": "Patient.animal.breed",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "E.g. Poodle, Angus",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/animal-breeds"
        }
      },
      "Patient.animal.genderStatus": {
        "index": 37,
        "path": "Patient.animal.genderStatus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "E.g. Neutered, Intact",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/animal-genderstatus"
        }
      },
      "Patient.communication": {
        "index": 38,
        "path": "Patient.communication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A list of Languages which may be used to communicate with the patient about his or her health"
      },
      "Patient.communication.id": {
        "index": 39,
        "path": "Patient.communication.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Patient.communication.extension": {
        "index": 40,
        "path": "Patient.communication.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Patient.communication.modifierExtension": {
        "index": 41,
        "path": "Patient.communication.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Patient.communication.language": {
        "index": 42,
        "path": "Patient.communication.language",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "The language which can be used to communicate with the patient about his or her health",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Patient.communication.preferred": {
        "index": 43,
        "path": "Patient.communication.preferred",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Language preference indicator"
      },
      "Patient.generalPractitioner": {
        "index": 44,
        "path": "Patient.generalPractitioner",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Patient's nominated primary care provider"
      },
      "Patient.managingOrganization": {
        "index": 45,
        "path": "Patient.managingOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization that is the custodian of the patient record"
      },
      "Patient.link": {
        "index": 46,
        "path": "Patient.link",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Link to another patient resource that concerns the same actual person"
      },
      "Patient.link.id": {
        "index": 47,
        "path": "Patient.link.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Patient.link.extension": {
        "index": 48,
        "path": "Patient.link.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Patient.link.modifierExtension": {
        "index": 49,
        "path": "Patient.link.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Patient.link.other": {
        "index": 50,
        "path": "Patient.link.other",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "The other patient or related person resource that the link refers to"
      },
      "Patient.link.type": {
        "index": 51,
        "path": "Patient.link.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "replaced-by | replaces | refer | seealso - type of link",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/link-type"
        }
      }
    },
    "PaymentNotice": {
      "PaymentNotice": {
        "index": 0,
        "path": "PaymentNotice",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "PaymentNotice request"
      },
      "PaymentNotice.id": {
        "index": 1,
        "path": "PaymentNotice.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "PaymentNotice.meta": {
        "index": 2,
        "path": "PaymentNotice.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "PaymentNotice.implicitRules": {
        "index": 3,
        "path": "PaymentNotice.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "PaymentNotice.language": {
        "index": 4,
        "path": "PaymentNotice.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "PaymentNotice.text": {
        "index": 5,
        "path": "PaymentNotice.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "PaymentNotice.contained": {
        "index": 6,
        "path": "PaymentNotice.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "PaymentNotice.extension": {
        "index": 7,
        "path": "PaymentNotice.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PaymentNotice.modifierExtension": {
        "index": 8,
        "path": "PaymentNotice.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PaymentNotice.identifier": {
        "index": 9,
        "path": "PaymentNotice.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business Identifier"
      },
      "PaymentNotice.status": {
        "index": 10,
        "path": "PaymentNotice.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "PaymentNotice.request": {
        "index": 11,
        "path": "PaymentNotice.request",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Request reference"
      },
      "PaymentNotice.response": {
        "index": 12,
        "path": "PaymentNotice.response",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Response reference"
      },
      "PaymentNotice.statusDate": {
        "index": 13,
        "path": "PaymentNotice.statusDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "Payment or clearing date"
      },
      "PaymentNotice.created": {
        "index": 14,
        "path": "PaymentNotice.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "PaymentNotice.target": {
        "index": 15,
        "path": "PaymentNotice.target",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Insurer or Regulatory body"
      },
      "PaymentNotice.provider": {
        "index": 16,
        "path": "PaymentNotice.provider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible practitioner"
      },
      "PaymentNotice.organization": {
        "index": 17,
        "path": "PaymentNotice.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization"
      },
      "PaymentNotice.paymentStatus": {
        "index": 18,
        "path": "PaymentNotice.paymentStatus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Whether payment has been sent or cleared",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/payment-status"
        }
      }
    },
    "PaymentReconciliation": {
      "PaymentReconciliation": {
        "index": 0,
        "path": "PaymentReconciliation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "PaymentReconciliation resource"
      },
      "PaymentReconciliation.id": {
        "index": 1,
        "path": "PaymentReconciliation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "PaymentReconciliation.meta": {
        "index": 2,
        "path": "PaymentReconciliation.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "PaymentReconciliation.implicitRules": {
        "index": 3,
        "path": "PaymentReconciliation.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "PaymentReconciliation.language": {
        "index": 4,
        "path": "PaymentReconciliation.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "PaymentReconciliation.text": {
        "index": 5,
        "path": "PaymentReconciliation.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "PaymentReconciliation.contained": {
        "index": 6,
        "path": "PaymentReconciliation.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "PaymentReconciliation.extension": {
        "index": 7,
        "path": "PaymentReconciliation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PaymentReconciliation.modifierExtension": {
        "index": 8,
        "path": "PaymentReconciliation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PaymentReconciliation.identifier": {
        "index": 9,
        "path": "PaymentReconciliation.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business Identifier"
      },
      "PaymentReconciliation.status": {
        "index": 10,
        "path": "PaymentReconciliation.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "PaymentReconciliation.period": {
        "index": 11,
        "path": "PaymentReconciliation.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period covered"
      },
      "PaymentReconciliation.created": {
        "index": 12,
        "path": "PaymentReconciliation.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "PaymentReconciliation.organization": {
        "index": 13,
        "path": "PaymentReconciliation.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Insurer"
      },
      "PaymentReconciliation.request": {
        "index": 14,
        "path": "PaymentReconciliation.request",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcessRequest"
          }
        ],
        "short": "Claim reference"
      },
      "PaymentReconciliation.outcome": {
        "index": 15,
        "path": "PaymentReconciliation.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "complete | error | partial",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/remittance-outcome"
        }
      },
      "PaymentReconciliation.disposition": {
        "index": 16,
        "path": "PaymentReconciliation.disposition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Disposition Message"
      },
      "PaymentReconciliation.requestProvider": {
        "index": 17,
        "path": "PaymentReconciliation.requestProvider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible practitioner"
      },
      "PaymentReconciliation.requestOrganization": {
        "index": 18,
        "path": "PaymentReconciliation.requestOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization"
      },
      "PaymentReconciliation.detail": {
        "index": 19,
        "path": "PaymentReconciliation.detail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "List of settlements"
      },
      "PaymentReconciliation.detail.id": {
        "index": 20,
        "path": "PaymentReconciliation.detail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PaymentReconciliation.detail.extension": {
        "index": 21,
        "path": "PaymentReconciliation.detail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PaymentReconciliation.detail.modifierExtension": {
        "index": 22,
        "path": "PaymentReconciliation.detail.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PaymentReconciliation.detail.type": {
        "index": 23,
        "path": "PaymentReconciliation.detail.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/payment-type"
        }
      },
      "PaymentReconciliation.detail.request": {
        "index": 24,
        "path": "PaymentReconciliation.detail.request",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Claim"
      },
      "PaymentReconciliation.detail.response": {
        "index": 25,
        "path": "PaymentReconciliation.detail.response",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Claim Response"
      },
      "PaymentReconciliation.detail.submitter": {
        "index": 26,
        "path": "PaymentReconciliation.detail.submitter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Organization which submitted the claim"
      },
      "PaymentReconciliation.detail.payee": {
        "index": 27,
        "path": "PaymentReconciliation.detail.payee",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Organization which is receiving the payment"
      },
      "PaymentReconciliation.detail.date": {
        "index": 28,
        "path": "PaymentReconciliation.detail.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "Invoice date"
      },
      "PaymentReconciliation.detail.amount": {
        "index": 29,
        "path": "PaymentReconciliation.detail.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Amount being paid"
      },
      "PaymentReconciliation.form": {
        "index": 30,
        "path": "PaymentReconciliation.form",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Printed Form Identifier",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/forms"
        }
      },
      "PaymentReconciliation.total": {
        "index": 31,
        "path": "PaymentReconciliation.total",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ],
        "short": "Total amount of Payment"
      },
      "PaymentReconciliation.processNote": {
        "index": 32,
        "path": "PaymentReconciliation.processNote",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Processing comments"
      },
      "PaymentReconciliation.processNote.id": {
        "index": 33,
        "path": "PaymentReconciliation.processNote.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PaymentReconciliation.processNote.extension": {
        "index": 34,
        "path": "PaymentReconciliation.processNote.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PaymentReconciliation.processNote.modifierExtension": {
        "index": 35,
        "path": "PaymentReconciliation.processNote.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PaymentReconciliation.processNote.type": {
        "index": 36,
        "path": "PaymentReconciliation.processNote.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "display | print | printoper",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/note-type"
        }
      },
      "PaymentReconciliation.processNote.text": {
        "index": 37,
        "path": "PaymentReconciliation.processNote.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Comment on the processing"
      }
    },
    "Person": {
      "Person": {
        "index": 0,
        "path": "Person",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A generic person record"
      },
      "Person.id": {
        "index": 1,
        "path": "Person.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Person.meta": {
        "index": 2,
        "path": "Person.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Person.implicitRules": {
        "index": 3,
        "path": "Person.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Person.language": {
        "index": 4,
        "path": "Person.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Person.text": {
        "index": 5,
        "path": "Person.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Person.contained": {
        "index": 6,
        "path": "Person.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Person.extension": {
        "index": 7,
        "path": "Person.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Person.modifierExtension": {
        "index": 8,
        "path": "Person.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Person.identifier": {
        "index": 9,
        "path": "Person.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "A human identifier for this person"
      },
      "Person.name": {
        "index": 10,
        "path": "Person.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "isSummary": true,
        "short": "A name associated with the person"
      },
      "Person.telecom": {
        "index": 11,
        "path": "Person.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "isSummary": true,
        "short": "A contact detail for the person"
      },
      "Person.gender": {
        "index": 12,
        "path": "Person.gender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "male | female | other | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/administrative-gender"
        }
      },
      "Person.birthDate": {
        "index": 13,
        "path": "Person.birthDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "isSummary": true,
        "short": "The date on which the person was born"
      },
      "Person.address": {
        "index": 14,
        "path": "Person.address",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address"
          }
        ],
        "short": "One or more addresses for the person"
      },
      "Person.photo": {
        "index": 15,
        "path": "Person.photo",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "short": "Image of the person"
      },
      "Person.managingOrganization": {
        "index": 16,
        "path": "Person.managingOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "The organization that is the custodian of the person record"
      },
      "Person.active": {
        "index": 17,
        "path": "Person.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "This person's record is in active use"
      },
      "Person.link": {
        "index": 18,
        "path": "Person.link",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Link to a resource that concerns the same actual person"
      },
      "Person.link.id": {
        "index": 19,
        "path": "Person.link.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Person.link.extension": {
        "index": 20,
        "path": "Person.link.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Person.link.modifierExtension": {
        "index": 21,
        "path": "Person.link.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Person.link.target": {
        "index": 22,
        "path": "Person.link.target",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Person"
          }
        ],
        "short": "The resource to which this actual person is associated"
      },
      "Person.link.assurance": {
        "index": 23,
        "path": "Person.link.assurance",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "level1 | level2 | level3 | level4",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/identity-assuranceLevel"
        }
      }
    },
    "PlanDefinition": {
      "PlanDefinition": {
        "index": 0,
        "path": "PlanDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "The definition of a plan for a series of actions, independent of any specific patient or context"
      },
      "PlanDefinition.id": {
        "index": 1,
        "path": "PlanDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "PlanDefinition.meta": {
        "index": 2,
        "path": "PlanDefinition.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "PlanDefinition.implicitRules": {
        "index": 3,
        "path": "PlanDefinition.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "PlanDefinition.language": {
        "index": 4,
        "path": "PlanDefinition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "PlanDefinition.text": {
        "index": 5,
        "path": "PlanDefinition.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "PlanDefinition.contained": {
        "index": 6,
        "path": "PlanDefinition.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "PlanDefinition.extension": {
        "index": 7,
        "path": "PlanDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PlanDefinition.modifierExtension": {
        "index": 8,
        "path": "PlanDefinition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PlanDefinition.url": {
        "index": 9,
        "path": "PlanDefinition.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this plan definition (globally unique)"
      },
      "PlanDefinition.identifier": {
        "index": 10,
        "path": "PlanDefinition.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the plan definition"
      },
      "PlanDefinition.version": {
        "index": 11,
        "path": "PlanDefinition.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the plan definition"
      },
      "PlanDefinition.name": {
        "index": 12,
        "path": "PlanDefinition.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this plan definition (computer friendly)"
      },
      "PlanDefinition.title": {
        "index": 13,
        "path": "PlanDefinition.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this plan definition (human friendly)"
      },
      "PlanDefinition.type": {
        "index": 14,
        "path": "PlanDefinition.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "order-set | protocol | eca-rule",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/plan-definition-type"
        }
      },
      "PlanDefinition.status": {
        "index": 15,
        "path": "PlanDefinition.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "PlanDefinition.experimental": {
        "index": 16,
        "path": "PlanDefinition.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "PlanDefinition.date": {
        "index": 17,
        "path": "PlanDefinition.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "PlanDefinition.publisher": {
        "index": 18,
        "path": "PlanDefinition.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "PlanDefinition.description": {
        "index": 19,
        "path": "PlanDefinition.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Natural language description of the plan definition"
      },
      "PlanDefinition.purpose": {
        "index": 20,
        "path": "PlanDefinition.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this plan definition is defined"
      },
      "PlanDefinition.usage": {
        "index": 21,
        "path": "PlanDefinition.usage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Describes the clinical usage of the asset"
      },
      "PlanDefinition.approvalDate": {
        "index": 22,
        "path": "PlanDefinition.approvalDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the plan definition was approved by publisher"
      },
      "PlanDefinition.lastReviewDate": {
        "index": 23,
        "path": "PlanDefinition.lastReviewDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the plan definition was last reviewed"
      },
      "PlanDefinition.effectivePeriod": {
        "index": 24,
        "path": "PlanDefinition.effectivePeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "When the plan definition is expected to be used"
      },
      "PlanDefinition.useContext": {
        "index": 25,
        "path": "PlanDefinition.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "PlanDefinition.jurisdiction": {
        "index": 26,
        "path": "PlanDefinition.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for plan definition (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "PlanDefinition.topic": {
        "index": 27,
        "path": "PlanDefinition.topic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "E.g. Education, Treatment, Assessment, etc",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/definition-topic"
        }
      },
      "PlanDefinition.contributor": {
        "index": 28,
        "path": "PlanDefinition.contributor",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Contributor"
          }
        ],
        "short": "A content contributor"
      },
      "PlanDefinition.contact": {
        "index": 29,
        "path": "PlanDefinition.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "PlanDefinition.copyright": {
        "index": 30,
        "path": "PlanDefinition.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "PlanDefinition.relatedArtifact": {
        "index": 31,
        "path": "PlanDefinition.relatedArtifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ],
        "short": "Related artifacts for the asset"
      },
      "PlanDefinition.library": {
        "index": 32,
        "path": "PlanDefinition.library",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Library"
          }
        ],
        "short": "Logic used by the plan definition"
      },
      "PlanDefinition.goal": {
        "index": 33,
        "path": "PlanDefinition.goal",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "What the plan is trying to accomplish"
      },
      "PlanDefinition.goal.id": {
        "index": 34,
        "path": "PlanDefinition.goal.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PlanDefinition.goal.extension": {
        "index": 35,
        "path": "PlanDefinition.goal.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PlanDefinition.goal.modifierExtension": {
        "index": 36,
        "path": "PlanDefinition.goal.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PlanDefinition.goal.category": {
        "index": 37,
        "path": "PlanDefinition.goal.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "E.g. Treatment, dietary, behavioral, etc",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/goal-category"
        }
      },
      "PlanDefinition.goal.description": {
        "index": 38,
        "path": "PlanDefinition.goal.description",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Code or text describing the goal",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/clinical-findings"
        }
      },
      "PlanDefinition.goal.priority": {
        "index": 39,
        "path": "PlanDefinition.goal.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "high-priority | medium-priority | low-priority",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/goal-priority"
        }
      },
      "PlanDefinition.goal.start": {
        "index": 40,
        "path": "PlanDefinition.goal.start",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "When goal pursuit begins",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/goal-start-event"
        }
      },
      "PlanDefinition.goal.addresses": {
        "index": 41,
        "path": "PlanDefinition.goal.addresses",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "What does the goal address",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-code"
        }
      },
      "PlanDefinition.goal.documentation": {
        "index": 42,
        "path": "PlanDefinition.goal.documentation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ],
        "short": "Supporting documentation for the goal"
      },
      "PlanDefinition.goal.target": {
        "index": 43,
        "path": "PlanDefinition.goal.target",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Target outcome for the goal"
      },
      "PlanDefinition.goal.target.id": {
        "index": 44,
        "path": "PlanDefinition.goal.target.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PlanDefinition.goal.target.extension": {
        "index": 45,
        "path": "PlanDefinition.goal.target.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PlanDefinition.goal.target.modifierExtension": {
        "index": 46,
        "path": "PlanDefinition.goal.target.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PlanDefinition.goal.target.measure": {
        "index": 47,
        "path": "PlanDefinition.goal.target.measure",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "The parameter whose value is to be tracked",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/observation-codes"
        }
      },
      "PlanDefinition.goal.target.detail[x]": {
        "index": 48,
        "path": "PlanDefinition.goal.target.detail[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "The target value to be achieved"
      },
      "PlanDefinition.goal.target.due": {
        "index": 49,
        "path": "PlanDefinition.goal.target.due",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Duration"
          }
        ],
        "short": "Reach goal within"
      },
      "PlanDefinition.action": {
        "index": 50,
        "path": "PlanDefinition.action",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Action defined by the plan"
      },
      "PlanDefinition.action.id": {
        "index": 51,
        "path": "PlanDefinition.action.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PlanDefinition.action.extension": {
        "index": 52,
        "path": "PlanDefinition.action.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PlanDefinition.action.modifierExtension": {
        "index": 53,
        "path": "PlanDefinition.action.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PlanDefinition.action.label": {
        "index": 54,
        "path": "PlanDefinition.action.label",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "User-visible label for the action (e.g. 1. or A.)"
      },
      "PlanDefinition.action.title": {
        "index": 55,
        "path": "PlanDefinition.action.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "User-visible title"
      },
      "PlanDefinition.action.description": {
        "index": 56,
        "path": "PlanDefinition.action.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Short description of the action"
      },
      "PlanDefinition.action.textEquivalent": {
        "index": 57,
        "path": "PlanDefinition.action.textEquivalent",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system"
      },
      "PlanDefinition.action.code": {
        "index": 58,
        "path": "PlanDefinition.action.code",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Code representing the meaning of the action or sub-actions"
      },
      "PlanDefinition.action.reason": {
        "index": 59,
        "path": "PlanDefinition.action.reason",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why the action should be performed"
      },
      "PlanDefinition.action.documentation": {
        "index": 60,
        "path": "PlanDefinition.action.documentation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ],
        "short": "Supporting documentation for the intended performer of the action"
      },
      "PlanDefinition.action.goalId": {
        "index": 61,
        "path": "PlanDefinition.action.goalId",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "What goals this action supports"
      },
      "PlanDefinition.action.triggerDefinition": {
        "index": 62,
        "path": "PlanDefinition.action.triggerDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TriggerDefinition"
          }
        ],
        "short": "When the action should be triggered"
      },
      "PlanDefinition.action.condition": {
        "index": 63,
        "path": "PlanDefinition.action.condition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Whether or not the action is applicable"
      },
      "PlanDefinition.action.condition.id": {
        "index": 64,
        "path": "PlanDefinition.action.condition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PlanDefinition.action.condition.extension": {
        "index": 65,
        "path": "PlanDefinition.action.condition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PlanDefinition.action.condition.modifierExtension": {
        "index": 66,
        "path": "PlanDefinition.action.condition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PlanDefinition.action.condition.kind": {
        "index": 67,
        "path": "PlanDefinition.action.condition.kind",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "applicability | start | stop",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-condition-kind"
        }
      },
      "PlanDefinition.action.condition.description": {
        "index": 68,
        "path": "PlanDefinition.action.condition.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Natural language description of the condition"
      },
      "PlanDefinition.action.condition.language": {
        "index": 69,
        "path": "PlanDefinition.action.condition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Language of the expression"
      },
      "PlanDefinition.action.condition.expression": {
        "index": 70,
        "path": "PlanDefinition.action.condition.expression",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Boolean-valued expression"
      },
      "PlanDefinition.action.input": {
        "index": 71,
        "path": "PlanDefinition.action.input",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DataRequirement"
          }
        ],
        "short": "Input data requirements"
      },
      "PlanDefinition.action.output": {
        "index": 72,
        "path": "PlanDefinition.action.output",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DataRequirement"
          }
        ],
        "short": "Output data definition"
      },
      "PlanDefinition.action.relatedAction": {
        "index": 73,
        "path": "PlanDefinition.action.relatedAction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Relationship to another action"
      },
      "PlanDefinition.action.relatedAction.id": {
        "index": 74,
        "path": "PlanDefinition.action.relatedAction.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PlanDefinition.action.relatedAction.extension": {
        "index": 75,
        "path": "PlanDefinition.action.relatedAction.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PlanDefinition.action.relatedAction.modifierExtension": {
        "index": 76,
        "path": "PlanDefinition.action.relatedAction.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PlanDefinition.action.relatedAction.actionId": {
        "index": 77,
        "path": "PlanDefinition.action.relatedAction.actionId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "What action is this related to"
      },
      "PlanDefinition.action.relatedAction.relationship": {
        "index": 78,
        "path": "PlanDefinition.action.relatedAction.relationship",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-relationship-type"
        }
      },
      "PlanDefinition.action.relatedAction.offset[x]": {
        "index": 79,
        "path": "PlanDefinition.action.relatedAction.offset[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Duration"
          },
          {
            "code": "Range"
          }
        ],
        "short": "Time offset for the relationship"
      },
      "PlanDefinition.action.timing[x]": {
        "index": 80,
        "path": "PlanDefinition.action.timing[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "Duration"
          },
          {
            "code": "Range"
          },
          {
            "code": "Timing"
          }
        ],
        "short": "When the action should take place"
      },
      "PlanDefinition.action.participant": {
        "index": 81,
        "path": "PlanDefinition.action.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Who should participate in the action"
      },
      "PlanDefinition.action.participant.id": {
        "index": 82,
        "path": "PlanDefinition.action.participant.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PlanDefinition.action.participant.extension": {
        "index": 83,
        "path": "PlanDefinition.action.participant.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PlanDefinition.action.participant.modifierExtension": {
        "index": 84,
        "path": "PlanDefinition.action.participant.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PlanDefinition.action.participant.type": {
        "index": 85,
        "path": "PlanDefinition.action.participant.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "patient | practitioner | related-person",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-participant-type"
        }
      },
      "PlanDefinition.action.participant.role": {
        "index": 86,
        "path": "PlanDefinition.action.participant.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "E.g. Nurse, Surgeon, Parent, etc",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/action-participant-role"
        }
      },
      "PlanDefinition.action.type": {
        "index": 87,
        "path": "PlanDefinition.action.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "create | update | remove | fire-event",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-type"
        }
      },
      "PlanDefinition.action.groupingBehavior": {
        "index": 88,
        "path": "PlanDefinition.action.groupingBehavior",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "visual-group | logical-group | sentence-group",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-grouping-behavior"
        }
      },
      "PlanDefinition.action.selectionBehavior": {
        "index": 89,
        "path": "PlanDefinition.action.selectionBehavior",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "any | all | all-or-none | exactly-one | at-most-one | one-or-more",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-selection-behavior"
        }
      },
      "PlanDefinition.action.requiredBehavior": {
        "index": 90,
        "path": "PlanDefinition.action.requiredBehavior",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "must | could | must-unless-documented",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-required-behavior"
        }
      },
      "PlanDefinition.action.precheckBehavior": {
        "index": 91,
        "path": "PlanDefinition.action.precheckBehavior",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "yes | no",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-precheck-behavior"
        }
      },
      "PlanDefinition.action.cardinalityBehavior": {
        "index": 92,
        "path": "PlanDefinition.action.cardinalityBehavior",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "single | multiple",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior"
        }
      },
      "PlanDefinition.action.definition": {
        "index": 93,
        "path": "PlanDefinition.action.definition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          }
        ],
        "short": "Description of the activity to be performed"
      },
      "PlanDefinition.action.transform": {
        "index": 94,
        "path": "PlanDefinition.action.transform",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureMap"
          }
        ],
        "short": "Transform to apply the template"
      },
      "PlanDefinition.action.dynamicValue": {
        "index": 95,
        "path": "PlanDefinition.action.dynamicValue",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Dynamic aspects of the definition"
      },
      "PlanDefinition.action.dynamicValue.id": {
        "index": 96,
        "path": "PlanDefinition.action.dynamicValue.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PlanDefinition.action.dynamicValue.extension": {
        "index": 97,
        "path": "PlanDefinition.action.dynamicValue.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PlanDefinition.action.dynamicValue.modifierExtension": {
        "index": 98,
        "path": "PlanDefinition.action.dynamicValue.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PlanDefinition.action.dynamicValue.description": {
        "index": 99,
        "path": "PlanDefinition.action.dynamicValue.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Natural language description of the dynamic value"
      },
      "PlanDefinition.action.dynamicValue.path": {
        "index": 100,
        "path": "PlanDefinition.action.dynamicValue.path",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The path to the element to be set dynamically"
      },
      "PlanDefinition.action.dynamicValue.language": {
        "index": 101,
        "path": "PlanDefinition.action.dynamicValue.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Language of the expression"
      },
      "PlanDefinition.action.dynamicValue.expression": {
        "index": 102,
        "path": "PlanDefinition.action.dynamicValue.expression",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "An expression that provides the dynamic value for the customization"
      },
      "PlanDefinition.action.action": {
        "index": 103,
        "path": "PlanDefinition.action.action",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A sub-action",
        "refSchema": "PlanDefinition.action"
      }
    },
    "Practitioner": {
      "Practitioner": {
        "index": 0,
        "path": "Practitioner",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A person with a  formal responsibility in the provisioning of healthcare or related services"
      },
      "Practitioner.id": {
        "index": 1,
        "path": "Practitioner.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Practitioner.meta": {
        "index": 2,
        "path": "Practitioner.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Practitioner.implicitRules": {
        "index": 3,
        "path": "Practitioner.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Practitioner.language": {
        "index": 4,
        "path": "Practitioner.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Practitioner.text": {
        "index": 5,
        "path": "Practitioner.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Practitioner.contained": {
        "index": 6,
        "path": "Practitioner.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Practitioner.extension": {
        "index": 7,
        "path": "Practitioner.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Practitioner.modifierExtension": {
        "index": 8,
        "path": "Practitioner.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Practitioner.identifier": {
        "index": 9,
        "path": "Practitioner.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "A identifier for the person as this agent"
      },
      "Practitioner.active": {
        "index": 10,
        "path": "Practitioner.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Whether this practitioner's record is in active use"
      },
      "Practitioner.name": {
        "index": 11,
        "path": "Practitioner.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "isSummary": true,
        "short": "The name(s) associated with the practitioner"
      },
      "Practitioner.telecom": {
        "index": 12,
        "path": "Practitioner.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "isSummary": true,
        "short": "A contact detail for the practitioner (that apply to all roles)"
      },
      "Practitioner.address": {
        "index": 13,
        "path": "Practitioner.address",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address"
          }
        ],
        "isSummary": true,
        "short": "Address(es) of the practitioner that are not role specific (typically home address)"
      },
      "Practitioner.gender": {
        "index": 14,
        "path": "Practitioner.gender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "male | female | other | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/administrative-gender"
        }
      },
      "Practitioner.birthDate": {
        "index": 15,
        "path": "Practitioner.birthDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "isSummary": true,
        "short": "The date  on which the practitioner was born"
      },
      "Practitioner.photo": {
        "index": 16,
        "path": "Practitioner.photo",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "short": "Image of the person"
      },
      "Practitioner.qualification": {
        "index": 17,
        "path": "Practitioner.qualification",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Qualifications obtained by training and certification"
      },
      "Practitioner.qualification.id": {
        "index": 18,
        "path": "Practitioner.qualification.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Practitioner.qualification.extension": {
        "index": 19,
        "path": "Practitioner.qualification.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Practitioner.qualification.modifierExtension": {
        "index": 20,
        "path": "Practitioner.qualification.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Practitioner.qualification.identifier": {
        "index": 21,
        "path": "Practitioner.qualification.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "An identifier for this qualification for the practitioner"
      },
      "Practitioner.qualification.code": {
        "index": 22,
        "path": "Practitioner.qualification.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Coded representation of the qualification",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v2-2.7-0360"
        }
      },
      "Practitioner.qualification.period": {
        "index": 23,
        "path": "Practitioner.qualification.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period during which the qualification is valid"
      },
      "Practitioner.qualification.issuer": {
        "index": 24,
        "path": "Practitioner.qualification.issuer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Organization that regulates and issues the qualification"
      },
      "Practitioner.communication": {
        "index": 25,
        "path": "Practitioner.communication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "A language the practitioner is able to use in patient communication",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      }
    },
    "PractitionerRole": {
      "PractitionerRole": {
        "index": 0,
        "path": "PractitionerRole",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Roles/organizations the practitioner is associated with"
      },
      "PractitionerRole.id": {
        "index": 1,
        "path": "PractitionerRole.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "PractitionerRole.meta": {
        "index": 2,
        "path": "PractitionerRole.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "PractitionerRole.implicitRules": {
        "index": 3,
        "path": "PractitionerRole.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "PractitionerRole.language": {
        "index": 4,
        "path": "PractitionerRole.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "PractitionerRole.text": {
        "index": 5,
        "path": "PractitionerRole.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "PractitionerRole.contained": {
        "index": 6,
        "path": "PractitionerRole.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "PractitionerRole.extension": {
        "index": 7,
        "path": "PractitionerRole.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PractitionerRole.modifierExtension": {
        "index": 8,
        "path": "PractitionerRole.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PractitionerRole.identifier": {
        "index": 9,
        "path": "PractitionerRole.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business Identifiers that are specific to a role/location"
      },
      "PractitionerRole.active": {
        "index": 10,
        "path": "PractitionerRole.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Whether this practitioner's record is in active use"
      },
      "PractitionerRole.period": {
        "index": 11,
        "path": "PractitionerRole.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "The period during which the practitioner is authorized to perform in these role(s)"
      },
      "PractitionerRole.practitioner": {
        "index": 12,
        "path": "PractitionerRole.practitioner",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "Practitioner that is able to provide the defined services for the organation"
      },
      "PractitionerRole.organization": {
        "index": 13,
        "path": "PractitionerRole.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization where the roles are available"
      },
      "PractitionerRole.code": {
        "index": 14,
        "path": "PractitionerRole.code",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Roles which this practitioner may perform",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/practitioner-role"
        }
      },
      "PractitionerRole.specialty": {
        "index": 15,
        "path": "PractitionerRole.specialty",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Specific specialty of the practitioner",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
        }
      },
      "PractitionerRole.location": {
        "index": 16,
        "path": "PractitionerRole.location",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "The location(s) at which this practitioner provides care"
      },
      "PractitionerRole.healthcareService": {
        "index": 17,
        "path": "PractitionerRole.healthcareService",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService"
          }
        ],
        "short": "The list of healthcare services that this worker provides for this role's Organization/Location(s)"
      },
      "PractitionerRole.telecom": {
        "index": 18,
        "path": "PractitionerRole.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "isSummary": true,
        "short": "Contact details that are specific to the role/location/service"
      },
      "PractitionerRole.availableTime": {
        "index": 19,
        "path": "PractitionerRole.availableTime",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Times the Service Site is available"
      },
      "PractitionerRole.availableTime.id": {
        "index": 20,
        "path": "PractitionerRole.availableTime.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PractitionerRole.availableTime.extension": {
        "index": 21,
        "path": "PractitionerRole.availableTime.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PractitionerRole.availableTime.modifierExtension": {
        "index": 22,
        "path": "PractitionerRole.availableTime.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PractitionerRole.availableTime.daysOfWeek": {
        "index": 23,
        "path": "PractitionerRole.availableTime.daysOfWeek",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "mon | tue | wed | thu | fri | sat | sun",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/days-of-week"
        }
      },
      "PractitionerRole.availableTime.allDay": {
        "index": 24,
        "path": "PractitionerRole.availableTime.allDay",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Always available? e.g. 24 hour service"
      },
      "PractitionerRole.availableTime.availableStartTime": {
        "index": 25,
        "path": "PractitionerRole.availableTime.availableStartTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "time"
          }
        ],
        "short": "Opening time of day (ignored if allDay = true)"
      },
      "PractitionerRole.availableTime.availableEndTime": {
        "index": 26,
        "path": "PractitionerRole.availableTime.availableEndTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "time"
          }
        ],
        "short": "Closing time of day (ignored if allDay = true)"
      },
      "PractitionerRole.notAvailable": {
        "index": 27,
        "path": "PractitionerRole.notAvailable",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Not available during this time due to provided reason"
      },
      "PractitionerRole.notAvailable.id": {
        "index": 28,
        "path": "PractitionerRole.notAvailable.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "PractitionerRole.notAvailable.extension": {
        "index": 29,
        "path": "PractitionerRole.notAvailable.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "PractitionerRole.notAvailable.modifierExtension": {
        "index": 30,
        "path": "PractitionerRole.notAvailable.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "PractitionerRole.notAvailable.description": {
        "index": 31,
        "path": "PractitionerRole.notAvailable.description",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Reason presented to the user explaining why time not available"
      },
      "PractitionerRole.notAvailable.during": {
        "index": 32,
        "path": "PractitionerRole.notAvailable.during",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Service not availablefrom this date"
      },
      "PractitionerRole.availabilityExceptions": {
        "index": 33,
        "path": "PractitionerRole.availabilityExceptions",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Description of availability exceptions"
      },
      "PractitionerRole.endpoint": {
        "index": 34,
        "path": "PractitionerRole.endpoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint"
          }
        ],
        "short": "Technical endpoints providing access to services operated for the practitioner with this role"
      }
    },
    "Procedure": {
      "Procedure": {
        "index": 0,
        "path": "Procedure",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "An action that is being or was performed on a patient"
      },
      "Procedure.id": {
        "index": 1,
        "path": "Procedure.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Procedure.meta": {
        "index": 2,
        "path": "Procedure.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Procedure.implicitRules": {
        "index": 3,
        "path": "Procedure.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Procedure.language": {
        "index": 4,
        "path": "Procedure.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Procedure.text": {
        "index": 5,
        "path": "Procedure.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Procedure.contained": {
        "index": 6,
        "path": "Procedure.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Procedure.extension": {
        "index": 7,
        "path": "Procedure.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Procedure.modifierExtension": {
        "index": 8,
        "path": "Procedure.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Procedure.identifier": {
        "index": 9,
        "path": "Procedure.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Identifiers for this procedure"
      },
      "Procedure.definition": {
        "index": 10,
        "path": "Procedure.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService"
          }
        ],
        "isSummary": true,
        "short": "Instantiates protocol or definition"
      },
      "Procedure.basedOn": {
        "index": 11,
        "path": "Procedure.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "isSummary": true,
        "short": "A request for this procedure"
      },
      "Procedure.partOf": {
        "index": 12,
        "path": "Procedure.partOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration"
          }
        ],
        "isSummary": true,
        "short": "Part of referenced event"
      },
      "Procedure.status": {
        "index": 13,
        "path": "Procedure.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "preparation | in-progress | suspended | aborted | completed | entered-in-error | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/event-status"
        }
      },
      "Procedure.notDone": {
        "index": 14,
        "path": "Procedure.notDone",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "True if procedure was not performed as scheduled"
      },
      "Procedure.notDoneReason": {
        "index": 15,
        "path": "Procedure.notDoneReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Reason procedure was not performed",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-not-performed-reason"
        }
      },
      "Procedure.category": {
        "index": 16,
        "path": "Procedure.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Classification of the procedure",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-category"
        }
      },
      "Procedure.code": {
        "index": 17,
        "path": "Procedure.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Identification of the procedure",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-code"
        }
      },
      "Procedure.subject": {
        "index": 18,
        "path": "Procedure.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Who the procedure was performed on"
      },
      "Procedure.context": {
        "index": 19,
        "path": "Procedure.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter or episode associated with the procedure"
      },
      "Procedure.performed[x]": {
        "index": 20,
        "path": "Procedure.performed[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Date/Period the procedure was performed"
      },
      "Procedure.performer": {
        "index": 21,
        "path": "Procedure.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The people who performed the procedure"
      },
      "Procedure.performer.id": {
        "index": 22,
        "path": "Procedure.performer.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Procedure.performer.extension": {
        "index": 23,
        "path": "Procedure.performer.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Procedure.performer.modifierExtension": {
        "index": 24,
        "path": "Procedure.performer.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Procedure.performer.role": {
        "index": 25,
        "path": "Procedure.performer.role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The role the actor was in",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/performer-role"
        }
      },
      "Procedure.performer.actor": {
        "index": 26,
        "path": "Procedure.performer.actor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "The reference to the practitioner"
      },
      "Procedure.performer.onBehalfOf": {
        "index": 27,
        "path": "Procedure.performer.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Organization the device or practitioner was acting for"
      },
      "Procedure.location": {
        "index": 28,
        "path": "Procedure.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "Where the procedure happened"
      },
      "Procedure.reasonCode": {
        "index": 29,
        "path": "Procedure.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Coded reason procedure performed",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-reason"
        }
      },
      "Procedure.reasonReference": {
        "index": 30,
        "path": "Procedure.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "isSummary": true,
        "short": "Condition that is the reason the procedure performed"
      },
      "Procedure.bodySite": {
        "index": 31,
        "path": "Procedure.bodySite",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Target body sites",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "Procedure.outcome": {
        "index": 32,
        "path": "Procedure.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The result of procedure",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-outcome"
        }
      },
      "Procedure.report": {
        "index": 33,
        "path": "Procedure.report",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"
          }
        ],
        "short": "Any report resulting from the procedure"
      },
      "Procedure.complication": {
        "index": 34,
        "path": "Procedure.complication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Complication following the procedure",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/condition-code"
        }
      },
      "Procedure.complicationDetail": {
        "index": 35,
        "path": "Procedure.complicationDetail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          }
        ],
        "short": "A condition that is a result of the procedure"
      },
      "Procedure.followUp": {
        "index": 36,
        "path": "Procedure.followUp",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Instructions for follow up",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-followup"
        }
      },
      "Procedure.note": {
        "index": 37,
        "path": "Procedure.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Additional information about the procedure"
      },
      "Procedure.focalDevice": {
        "index": 38,
        "path": "Procedure.focalDevice",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Device changed in procedure"
      },
      "Procedure.focalDevice.id": {
        "index": 39,
        "path": "Procedure.focalDevice.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Procedure.focalDevice.extension": {
        "index": 40,
        "path": "Procedure.focalDevice.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Procedure.focalDevice.modifierExtension": {
        "index": 41,
        "path": "Procedure.focalDevice.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Procedure.focalDevice.action": {
        "index": 42,
        "path": "Procedure.focalDevice.action",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Kind of change to device",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/device-action"
        }
      },
      "Procedure.focalDevice.manipulated": {
        "index": 43,
        "path": "Procedure.focalDevice.manipulated",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Device that was changed"
      },
      "Procedure.usedReference": {
        "index": 44,
        "path": "Procedure.usedReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          }
        ],
        "short": "Items used during procedure"
      },
      "Procedure.usedCode": {
        "index": 45,
        "path": "Procedure.usedCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Coded items used during the procedure",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/device-kind"
        }
      }
    },
    "ProcedureRequest": {
      "ProcedureRequest": {
        "index": 0,
        "path": "ProcedureRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A request for a procedure or diagnostic to be performed"
      },
      "ProcedureRequest.id": {
        "index": 1,
        "path": "ProcedureRequest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ProcedureRequest.meta": {
        "index": 2,
        "path": "ProcedureRequest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ProcedureRequest.implicitRules": {
        "index": 3,
        "path": "ProcedureRequest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ProcedureRequest.language": {
        "index": 4,
        "path": "ProcedureRequest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ProcedureRequest.text": {
        "index": 5,
        "path": "ProcedureRequest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ProcedureRequest.contained": {
        "index": 6,
        "path": "ProcedureRequest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ProcedureRequest.extension": {
        "index": 7,
        "path": "ProcedureRequest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ProcedureRequest.modifierExtension": {
        "index": 8,
        "path": "ProcedureRequest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ProcedureRequest.identifier": {
        "index": 9,
        "path": "ProcedureRequest.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifiers assigned to this order"
      },
      "ProcedureRequest.definition": {
        "index": 10,
        "path": "ProcedureRequest.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          }
        ],
        "isSummary": true,
        "short": "Protocol or definition"
      },
      "ProcedureRequest.basedOn": {
        "index": 11,
        "path": "ProcedureRequest.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "What request fulfills"
      },
      "ProcedureRequest.replaces": {
        "index": 12,
        "path": "ProcedureRequest.replaces",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "What request replaces"
      },
      "ProcedureRequest.requisition": {
        "index": 13,
        "path": "ProcedureRequest.requisition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Composite Request ID"
      },
      "ProcedureRequest.status": {
        "index": 14,
        "path": "ProcedureRequest.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | suspended | completed | entered-in-error | cancelled",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-status"
        }
      },
      "ProcedureRequest.intent": {
        "index": 15,
        "path": "ProcedureRequest.intent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "proposal | plan | order +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-intent"
        }
      },
      "ProcedureRequest.priority": {
        "index": 16,
        "path": "ProcedureRequest.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "routine | urgent | asap | stat",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-priority"
        }
      },
      "ProcedureRequest.doNotPerform": {
        "index": 17,
        "path": "ProcedureRequest.doNotPerform",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "True if procedure should not be performed"
      },
      "ProcedureRequest.category": {
        "index": 18,
        "path": "ProcedureRequest.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Classification of procedure",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-category"
        }
      },
      "ProcedureRequest.code": {
        "index": 19,
        "path": "ProcedureRequest.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "What is being requested/ordered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-code"
        }
      },
      "ProcedureRequest.subject": {
        "index": 20,
        "path": "ProcedureRequest.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Individual the service is ordered for"
      },
      "ProcedureRequest.context": {
        "index": 21,
        "path": "ProcedureRequest.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter or Episode during which request was created"
      },
      "ProcedureRequest.occurrence[x]": {
        "index": 22,
        "path": "ProcedureRequest.occurrence[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "Timing"
          }
        ],
        "isSummary": true,
        "short": "When procedure should occur"
      },
      "ProcedureRequest.asNeeded[x]": {
        "index": 23,
        "path": "ProcedureRequest.asNeeded[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Preconditions for procedure or diagnostic",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason"
        }
      },
      "ProcedureRequest.authoredOn": {
        "index": 24,
        "path": "ProcedureRequest.authoredOn",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date request signed"
      },
      "ProcedureRequest.requester": {
        "index": 25,
        "path": "ProcedureRequest.requester",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who/what is requesting procedure or diagnostic"
      },
      "ProcedureRequest.requester.id": {
        "index": 26,
        "path": "ProcedureRequest.requester.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ProcedureRequest.requester.extension": {
        "index": 27,
        "path": "ProcedureRequest.requester.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ProcedureRequest.requester.modifierExtension": {
        "index": 28,
        "path": "ProcedureRequest.requester.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ProcedureRequest.requester.agent": {
        "index": 29,
        "path": "ProcedureRequest.requester.agent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Individual making the request"
      },
      "ProcedureRequest.requester.onBehalfOf": {
        "index": 30,
        "path": "ProcedureRequest.requester.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization agent is acting for"
      },
      "ProcedureRequest.performerType": {
        "index": 31,
        "path": "ProcedureRequest.performerType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Performer role",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/participant-role"
        }
      },
      "ProcedureRequest.performer": {
        "index": 32,
        "path": "ProcedureRequest.performer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService"
          }
        ],
        "isSummary": true,
        "short": "Requested perfomer"
      },
      "ProcedureRequest.reasonCode": {
        "index": 33,
        "path": "ProcedureRequest.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Explanation/Justification for test",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/procedure-reason"
        }
      },
      "ProcedureRequest.reasonReference": {
        "index": 34,
        "path": "ProcedureRequest.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "isSummary": true,
        "short": "Explanation/Justification for test"
      },
      "ProcedureRequest.supportingInfo": {
        "index": 35,
        "path": "ProcedureRequest.supportingInfo",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Additional clinical information"
      },
      "ProcedureRequest.specimen": {
        "index": 36,
        "path": "ProcedureRequest.specimen",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Specimen"
          }
        ],
        "isSummary": true,
        "short": "Procedure Samples"
      },
      "ProcedureRequest.bodySite": {
        "index": 37,
        "path": "ProcedureRequest.bodySite",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Location on Body",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "ProcedureRequest.note": {
        "index": 38,
        "path": "ProcedureRequest.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments"
      },
      "ProcedureRequest.relevantHistory": {
        "index": 39,
        "path": "ProcedureRequest.relevantHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Provenance"
          }
        ],
        "short": "Request provenance"
      }
    },
    "ProcessRequest": {
      "ProcessRequest": {
        "index": 0,
        "path": "ProcessRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Request to perform some action on or in regards to an existing resource"
      },
      "ProcessRequest.id": {
        "index": 1,
        "path": "ProcessRequest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ProcessRequest.meta": {
        "index": 2,
        "path": "ProcessRequest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ProcessRequest.implicitRules": {
        "index": 3,
        "path": "ProcessRequest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ProcessRequest.language": {
        "index": 4,
        "path": "ProcessRequest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ProcessRequest.text": {
        "index": 5,
        "path": "ProcessRequest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ProcessRequest.contained": {
        "index": 6,
        "path": "ProcessRequest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ProcessRequest.extension": {
        "index": 7,
        "path": "ProcessRequest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ProcessRequest.modifierExtension": {
        "index": 8,
        "path": "ProcessRequest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ProcessRequest.identifier": {
        "index": 9,
        "path": "ProcessRequest.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business Identifier"
      },
      "ProcessRequest.status": {
        "index": 10,
        "path": "ProcessRequest.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "ProcessRequest.action": {
        "index": 11,
        "path": "ProcessRequest.action",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "cancel | poll | reprocess | status",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/actionlist"
        }
      },
      "ProcessRequest.target": {
        "index": 12,
        "path": "ProcessRequest.target",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Party which is the target of the request"
      },
      "ProcessRequest.created": {
        "index": 13,
        "path": "ProcessRequest.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "ProcessRequest.provider": {
        "index": 14,
        "path": "ProcessRequest.provider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible practitioner"
      },
      "ProcessRequest.organization": {
        "index": 15,
        "path": "ProcessRequest.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization"
      },
      "ProcessRequest.request": {
        "index": 16,
        "path": "ProcessRequest.request",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Reference to the Request resource"
      },
      "ProcessRequest.response": {
        "index": 17,
        "path": "ProcessRequest.response",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Reference to the Response resource"
      },
      "ProcessRequest.nullify": {
        "index": 18,
        "path": "ProcessRequest.nullify",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Remove history"
      },
      "ProcessRequest.reference": {
        "index": 19,
        "path": "ProcessRequest.reference",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Reference number/string"
      },
      "ProcessRequest.item": {
        "index": 20,
        "path": "ProcessRequest.item",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Items to re-adjudicate"
      },
      "ProcessRequest.item.id": {
        "index": 21,
        "path": "ProcessRequest.item.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ProcessRequest.item.extension": {
        "index": 22,
        "path": "ProcessRequest.item.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ProcessRequest.item.modifierExtension": {
        "index": 23,
        "path": "ProcessRequest.item.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ProcessRequest.item.sequenceLinkId": {
        "index": 24,
        "path": "ProcessRequest.item.sequenceLinkId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "Service instance"
      },
      "ProcessRequest.include": {
        "index": 25,
        "path": "ProcessRequest.include",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Resource type(s) to include"
      },
      "ProcessRequest.exclude": {
        "index": 26,
        "path": "ProcessRequest.exclude",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Resource type(s) to exclude"
      },
      "ProcessRequest.period": {
        "index": 27,
        "path": "ProcessRequest.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Selection period"
      }
    },
    "ProcessResponse": {
      "ProcessResponse": {
        "index": 0,
        "path": "ProcessResponse",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "ProcessResponse resource"
      },
      "ProcessResponse.id": {
        "index": 1,
        "path": "ProcessResponse.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ProcessResponse.meta": {
        "index": 2,
        "path": "ProcessResponse.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ProcessResponse.implicitRules": {
        "index": 3,
        "path": "ProcessResponse.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ProcessResponse.language": {
        "index": 4,
        "path": "ProcessResponse.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ProcessResponse.text": {
        "index": 5,
        "path": "ProcessResponse.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ProcessResponse.contained": {
        "index": 6,
        "path": "ProcessResponse.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ProcessResponse.extension": {
        "index": 7,
        "path": "ProcessResponse.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ProcessResponse.modifierExtension": {
        "index": 8,
        "path": "ProcessResponse.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ProcessResponse.identifier": {
        "index": 9,
        "path": "ProcessResponse.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business Identifier"
      },
      "ProcessResponse.status": {
        "index": 10,
        "path": "ProcessResponse.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "ProcessResponse.created": {
        "index": 11,
        "path": "ProcessResponse.created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Creation date"
      },
      "ProcessResponse.organization": {
        "index": 12,
        "path": "ProcessResponse.organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Authoring Organization"
      },
      "ProcessResponse.request": {
        "index": 13,
        "path": "ProcessResponse.request",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Request reference"
      },
      "ProcessResponse.outcome": {
        "index": 14,
        "path": "ProcessResponse.outcome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Processing outcome",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/process-outcome"
        }
      },
      "ProcessResponse.disposition": {
        "index": 15,
        "path": "ProcessResponse.disposition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Disposition Message"
      },
      "ProcessResponse.requestProvider": {
        "index": 16,
        "path": "ProcessResponse.requestProvider",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Responsible Practitioner"
      },
      "ProcessResponse.requestOrganization": {
        "index": 17,
        "path": "ProcessResponse.requestOrganization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Responsible organization"
      },
      "ProcessResponse.form": {
        "index": 18,
        "path": "ProcessResponse.form",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Printed Form Identifier",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/forms"
        }
      },
      "ProcessResponse.processNote": {
        "index": 19,
        "path": "ProcessResponse.processNote",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Processing comments or additional requirements"
      },
      "ProcessResponse.processNote.id": {
        "index": 20,
        "path": "ProcessResponse.processNote.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ProcessResponse.processNote.extension": {
        "index": 21,
        "path": "ProcessResponse.processNote.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ProcessResponse.processNote.modifierExtension": {
        "index": 22,
        "path": "ProcessResponse.processNote.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ProcessResponse.processNote.type": {
        "index": 23,
        "path": "ProcessResponse.processNote.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "display | print | printoper",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/note-type"
        }
      },
      "ProcessResponse.processNote.text": {
        "index": 24,
        "path": "ProcessResponse.processNote.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Comment on the processing"
      },
      "ProcessResponse.error": {
        "index": 25,
        "path": "ProcessResponse.error",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Error code",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/adjudication-error"
        }
      },
      "ProcessResponse.communicationRequest": {
        "index": 26,
        "path": "ProcessResponse.communicationRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest"
          }
        ],
        "short": "Request for additional information"
      }
    },
    "Provenance": {
      "Provenance": {
        "index": 0,
        "path": "Provenance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Who, What, When for a set of resources"
      },
      "Provenance.id": {
        "index": 1,
        "path": "Provenance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Provenance.meta": {
        "index": 2,
        "path": "Provenance.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Provenance.implicitRules": {
        "index": 3,
        "path": "Provenance.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Provenance.language": {
        "index": 4,
        "path": "Provenance.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Provenance.text": {
        "index": 5,
        "path": "Provenance.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Provenance.contained": {
        "index": 6,
        "path": "Provenance.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Provenance.extension": {
        "index": 7,
        "path": "Provenance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Provenance.modifierExtension": {
        "index": 8,
        "path": "Provenance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Provenance.target": {
        "index": 9,
        "path": "Provenance.target",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Target Reference(s) (usually version specific)"
      },
      "Provenance.period": {
        "index": 10,
        "path": "Provenance.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "When the activity occurred"
      },
      "Provenance.recorded": {
        "index": 11,
        "path": "Provenance.recorded",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "When the activity was recorded / updated"
      },
      "Provenance.policy": {
        "index": 12,
        "path": "Provenance.policy",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Policy or plan the activity was defined by"
      },
      "Provenance.location": {
        "index": 13,
        "path": "Provenance.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Where the activity occurred, if relevant"
      },
      "Provenance.reason": {
        "index": 14,
        "path": "Provenance.reason",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Reason the activity is occurring",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse"
        }
      },
      "Provenance.activity": {
        "index": 15,
        "path": "Provenance.activity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Activity that occurred",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/provenance-activity-type"
        }
      },
      "Provenance.agent": {
        "index": 16,
        "path": "Provenance.agent",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Actor involved"
      },
      "Provenance.agent.id": {
        "index": 17,
        "path": "Provenance.agent.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Provenance.agent.extension": {
        "index": 18,
        "path": "Provenance.agent.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Provenance.agent.modifierExtension": {
        "index": 19,
        "path": "Provenance.agent.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Provenance.agent.role": {
        "index": 20,
        "path": "Provenance.agent.role",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "What the agents role was",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-role-type"
        }
      },
      "Provenance.agent.who[x]": {
        "index": 21,
        "path": "Provenance.agent.who[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Who participated"
      },
      "Provenance.agent.onBehalfOf[x]": {
        "index": 22,
        "path": "Provenance.agent.onBehalfOf[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Who the agent is representing"
      },
      "Provenance.agent.relatedAgentType": {
        "index": 23,
        "path": "Provenance.agent.relatedAgentType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Type of relationship between agents",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v3-RoleLinkType"
        }
      },
      "Provenance.entity": {
        "index": 24,
        "path": "Provenance.entity",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "An entity used in this activity"
      },
      "Provenance.entity.id": {
        "index": 25,
        "path": "Provenance.entity.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Provenance.entity.extension": {
        "index": 26,
        "path": "Provenance.entity.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Provenance.entity.modifierExtension": {
        "index": 27,
        "path": "Provenance.entity.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Provenance.entity.role": {
        "index": 28,
        "path": "Provenance.entity.role",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "derivation | revision | quotation | source | removal",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/provenance-entity-role"
        }
      },
      "Provenance.entity.what[x]": {
        "index": 29,
        "path": "Provenance.entity.what[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          },
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identity of entity"
      },
      "Provenance.entity.agent": {
        "index": 30,
        "path": "Provenance.entity.agent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Entity is attributed to this agent",
        "refSchema": "Provenance.agent"
      },
      "Provenance.signature": {
        "index": 31,
        "path": "Provenance.signature",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Signature"
          }
        ],
        "short": "Signature on target"
      }
    },
    "Questionnaire": {
      "Questionnaire": {
        "index": 0,
        "path": "Questionnaire",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A structured set of questions"
      },
      "Questionnaire.id": {
        "index": 1,
        "path": "Questionnaire.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Questionnaire.meta": {
        "index": 2,
        "path": "Questionnaire.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Questionnaire.implicitRules": {
        "index": 3,
        "path": "Questionnaire.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Questionnaire.language": {
        "index": 4,
        "path": "Questionnaire.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Questionnaire.text": {
        "index": 5,
        "path": "Questionnaire.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Questionnaire.contained": {
        "index": 6,
        "path": "Questionnaire.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Questionnaire.extension": {
        "index": 7,
        "path": "Questionnaire.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Questionnaire.modifierExtension": {
        "index": 8,
        "path": "Questionnaire.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Questionnaire.url": {
        "index": 9,
        "path": "Questionnaire.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this questionnaire (globally unique)"
      },
      "Questionnaire.identifier": {
        "index": 10,
        "path": "Questionnaire.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the questionnaire"
      },
      "Questionnaire.version": {
        "index": 11,
        "path": "Questionnaire.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the questionnaire"
      },
      "Questionnaire.name": {
        "index": 12,
        "path": "Questionnaire.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this questionnaire (computer friendly)"
      },
      "Questionnaire.title": {
        "index": 13,
        "path": "Questionnaire.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this questionnaire (human friendly)"
      },
      "Questionnaire.status": {
        "index": 14,
        "path": "Questionnaire.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "Questionnaire.experimental": {
        "index": 15,
        "path": "Questionnaire.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "Questionnaire.date": {
        "index": 16,
        "path": "Questionnaire.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "Questionnaire.publisher": {
        "index": 17,
        "path": "Questionnaire.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "Questionnaire.description": {
        "index": 18,
        "path": "Questionnaire.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the questionnaire"
      },
      "Questionnaire.purpose": {
        "index": 19,
        "path": "Questionnaire.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this questionnaire is defined"
      },
      "Questionnaire.approvalDate": {
        "index": 20,
        "path": "Questionnaire.approvalDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the questionnaire was approved by publisher"
      },
      "Questionnaire.lastReviewDate": {
        "index": 21,
        "path": "Questionnaire.lastReviewDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the questionnaire was last reviewed"
      },
      "Questionnaire.effectivePeriod": {
        "index": 22,
        "path": "Questionnaire.effectivePeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "When the questionnaire is expected to be used"
      },
      "Questionnaire.useContext": {
        "index": 23,
        "path": "Questionnaire.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "Questionnaire.jurisdiction": {
        "index": 24,
        "path": "Questionnaire.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for questionnaire (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "Questionnaire.contact": {
        "index": 25,
        "path": "Questionnaire.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "Questionnaire.copyright": {
        "index": 26,
        "path": "Questionnaire.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "Questionnaire.code": {
        "index": 27,
        "path": "Questionnaire.code",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Concept that represents the overall questionnaire",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/questionnaire-questions"
        }
      },
      "Questionnaire.subjectType": {
        "index": 28,
        "path": "Questionnaire.subjectType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Resource that can be subject of QuestionnaireResponse",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "Questionnaire.item": {
        "index": 29,
        "path": "Questionnaire.item",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Questions and sections within the Questionnaire"
      },
      "Questionnaire.item.id": {
        "index": 30,
        "path": "Questionnaire.item.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Questionnaire.item.extension": {
        "index": 31,
        "path": "Questionnaire.item.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Questionnaire.item.modifierExtension": {
        "index": 32,
        "path": "Questionnaire.item.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Questionnaire.item.linkId": {
        "index": 33,
        "path": "Questionnaire.item.linkId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Unique id for item in questionnaire"
      },
      "Questionnaire.item.definition": {
        "index": 34,
        "path": "Questionnaire.item.definition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "ElementDefinition - details for the item"
      },
      "Questionnaire.item.code": {
        "index": 35,
        "path": "Questionnaire.item.code",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Corresponding concept for this item in a terminology",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/questionnaire-questions"
        }
      },
      "Questionnaire.item.prefix": {
        "index": 36,
        "path": "Questionnaire.item.prefix",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "E.g. \"1(a)\", \"2.5.3\""
      },
      "Questionnaire.item.text": {
        "index": 37,
        "path": "Questionnaire.item.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Primary text for the item"
      },
      "Questionnaire.item.type": {
        "index": 38,
        "path": "Questionnaire.item.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "group | display | boolean | decimal | integer | date | dateTime +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/item-type"
        }
      },
      "Questionnaire.item.enableWhen": {
        "index": 39,
        "path": "Questionnaire.item.enableWhen",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Only allow data when"
      },
      "Questionnaire.item.enableWhen.id": {
        "index": 40,
        "path": "Questionnaire.item.enableWhen.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Questionnaire.item.enableWhen.extension": {
        "index": 41,
        "path": "Questionnaire.item.enableWhen.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Questionnaire.item.enableWhen.modifierExtension": {
        "index": 42,
        "path": "Questionnaire.item.enableWhen.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Questionnaire.item.enableWhen.question": {
        "index": 43,
        "path": "Questionnaire.item.enableWhen.question",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Question that determines whether item is enabled"
      },
      "Questionnaire.item.enableWhen.hasAnswer": {
        "index": 44,
        "path": "Questionnaire.item.enableWhen.hasAnswer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Enable when answered or not"
      },
      "Questionnaire.item.enableWhen.answer[x]": {
        "index": 45,
        "path": "Questionnaire.item.enableWhen.answer[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "decimal"
          },
          {
            "code": "integer"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "time"
          },
          {
            "code": "string"
          },
          {
            "code": "uri"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "Coding"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Value question must have",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/questionnaire-answers"
        }
      },
      "Questionnaire.item.required": {
        "index": 46,
        "path": "Questionnaire.item.required",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Whether the item must be included in data results"
      },
      "Questionnaire.item.repeats": {
        "index": 47,
        "path": "Questionnaire.item.repeats",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Whether the item may repeat"
      },
      "Questionnaire.item.readOnly": {
        "index": 48,
        "path": "Questionnaire.item.readOnly",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Don't allow human editing"
      },
      "Questionnaire.item.maxLength": {
        "index": 49,
        "path": "Questionnaire.item.maxLength",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "No more than this many characters"
      },
      "Questionnaire.item.options": {
        "index": 50,
        "path": "Questionnaire.item.options",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ValueSet"
          }
        ],
        "short": "Valueset containing permitted answers"
      },
      "Questionnaire.item.option": {
        "index": 51,
        "path": "Questionnaire.item.option",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Permitted answer"
      },
      "Questionnaire.item.option.id": {
        "index": 52,
        "path": "Questionnaire.item.option.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Questionnaire.item.option.extension": {
        "index": 53,
        "path": "Questionnaire.item.option.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Questionnaire.item.option.modifierExtension": {
        "index": 54,
        "path": "Questionnaire.item.option.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Questionnaire.item.option.value[x]": {
        "index": 55,
        "path": "Questionnaire.item.option.value[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          },
          {
            "code": "date"
          },
          {
            "code": "time"
          },
          {
            "code": "string"
          },
          {
            "code": "Coding"
          }
        ],
        "short": "Answer value",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/questionnaire-answers"
        }
      },
      "Questionnaire.item.initial[x]": {
        "index": 56,
        "path": "Questionnaire.item.initial[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "decimal"
          },
          {
            "code": "integer"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "time"
          },
          {
            "code": "string"
          },
          {
            "code": "uri"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "Coding"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Default value when item is first rendered",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/questionnaire-answers"
        }
      },
      "Questionnaire.item.item": {
        "index": 57,
        "path": "Questionnaire.item.item",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Nested questionnaire items",
        "refSchema": "Questionnaire.item"
      }
    },
    "QuestionnaireResponse": {
      "QuestionnaireResponse": {
        "index": 0,
        "path": "QuestionnaireResponse",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A structured set of questions and their answers"
      },
      "QuestionnaireResponse.id": {
        "index": 1,
        "path": "QuestionnaireResponse.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "QuestionnaireResponse.meta": {
        "index": 2,
        "path": "QuestionnaireResponse.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "QuestionnaireResponse.implicitRules": {
        "index": 3,
        "path": "QuestionnaireResponse.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "QuestionnaireResponse.language": {
        "index": 4,
        "path": "QuestionnaireResponse.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "QuestionnaireResponse.text": {
        "index": 5,
        "path": "QuestionnaireResponse.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "QuestionnaireResponse.contained": {
        "index": 6,
        "path": "QuestionnaireResponse.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "QuestionnaireResponse.extension": {
        "index": 7,
        "path": "QuestionnaireResponse.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "QuestionnaireResponse.modifierExtension": {
        "index": 8,
        "path": "QuestionnaireResponse.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "QuestionnaireResponse.identifier": {
        "index": 9,
        "path": "QuestionnaireResponse.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique id for this set of answers"
      },
      "QuestionnaireResponse.basedOn": {
        "index": 10,
        "path": "QuestionnaireResponse.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          }
        ],
        "isSummary": true,
        "short": "Request fulfilled by this QuestionnaireResponse"
      },
      "QuestionnaireResponse.parent": {
        "index": 11,
        "path": "QuestionnaireResponse.parent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "isSummary": true,
        "short": "Part of this action"
      },
      "QuestionnaireResponse.questionnaire": {
        "index": 12,
        "path": "QuestionnaireResponse.questionnaire",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Questionnaire"
          }
        ],
        "isSummary": true,
        "short": "Form being answered"
      },
      "QuestionnaireResponse.status": {
        "index": 13,
        "path": "QuestionnaireResponse.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "in-progress | completed | amended | entered-in-error | stopped",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/questionnaire-answers-status"
        }
      },
      "QuestionnaireResponse.subject": {
        "index": 14,
        "path": "QuestionnaireResponse.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "The subject of the questions"
      },
      "QuestionnaireResponse.context": {
        "index": 15,
        "path": "QuestionnaireResponse.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Encounter or Episode during which questionnaire was completed"
      },
      "QuestionnaireResponse.authored": {
        "index": 16,
        "path": "QuestionnaireResponse.authored",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date the answers were gathered"
      },
      "QuestionnaireResponse.author": {
        "index": 17,
        "path": "QuestionnaireResponse.author",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Person who received and recorded the answers"
      },
      "QuestionnaireResponse.source": {
        "index": 18,
        "path": "QuestionnaireResponse.source",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "The person who answered the questions"
      },
      "QuestionnaireResponse.item": {
        "index": 19,
        "path": "QuestionnaireResponse.item",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Groups and questions"
      },
      "QuestionnaireResponse.item.id": {
        "index": 20,
        "path": "QuestionnaireResponse.item.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "QuestionnaireResponse.item.extension": {
        "index": 21,
        "path": "QuestionnaireResponse.item.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "QuestionnaireResponse.item.modifierExtension": {
        "index": 22,
        "path": "QuestionnaireResponse.item.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "QuestionnaireResponse.item.linkId": {
        "index": 23,
        "path": "QuestionnaireResponse.item.linkId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Pointer to specific item from Questionnaire"
      },
      "QuestionnaireResponse.item.definition": {
        "index": 24,
        "path": "QuestionnaireResponse.item.definition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "ElementDefinition - details for the item"
      },
      "QuestionnaireResponse.item.text": {
        "index": 25,
        "path": "QuestionnaireResponse.item.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Name for group or question text"
      },
      "QuestionnaireResponse.item.subject": {
        "index": 26,
        "path": "QuestionnaireResponse.item.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "The subject this group's answers are about"
      },
      "QuestionnaireResponse.item.answer": {
        "index": 27,
        "path": "QuestionnaireResponse.item.answer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The response(s) to the question"
      },
      "QuestionnaireResponse.item.answer.id": {
        "index": 28,
        "path": "QuestionnaireResponse.item.answer.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "QuestionnaireResponse.item.answer.extension": {
        "index": 29,
        "path": "QuestionnaireResponse.item.answer.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "QuestionnaireResponse.item.answer.modifierExtension": {
        "index": 30,
        "path": "QuestionnaireResponse.item.answer.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "QuestionnaireResponse.item.answer.value[x]": {
        "index": 31,
        "path": "QuestionnaireResponse.item.answer.value[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "decimal"
          },
          {
            "code": "integer"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "time"
          },
          {
            "code": "string"
          },
          {
            "code": "uri"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "Coding"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Single-valued answer to the question",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/questionnaire-answers"
        }
      },
      "QuestionnaireResponse.item.answer.item": {
        "index": 32,
        "path": "QuestionnaireResponse.item.answer.item",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Nested groups and questions",
        "refSchema": "QuestionnaireResponse.item"
      },
      "QuestionnaireResponse.item.item": {
        "index": 33,
        "path": "QuestionnaireResponse.item.item",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Nested questionnaire response items",
        "refSchema": "QuestionnaireResponse.item"
      }
    },
    "ReferralRequest": {
      "ReferralRequest": {
        "index": 0,
        "path": "ReferralRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A request for referral or transfer of care"
      },
      "ReferralRequest.id": {
        "index": 1,
        "path": "ReferralRequest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ReferralRequest.meta": {
        "index": 2,
        "path": "ReferralRequest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ReferralRequest.implicitRules": {
        "index": 3,
        "path": "ReferralRequest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ReferralRequest.language": {
        "index": 4,
        "path": "ReferralRequest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ReferralRequest.text": {
        "index": 5,
        "path": "ReferralRequest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ReferralRequest.contained": {
        "index": 6,
        "path": "ReferralRequest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ReferralRequest.extension": {
        "index": 7,
        "path": "ReferralRequest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ReferralRequest.modifierExtension": {
        "index": 8,
        "path": "ReferralRequest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ReferralRequest.identifier": {
        "index": 9,
        "path": "ReferralRequest.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Business identifier"
      },
      "ReferralRequest.definition": {
        "index": 10,
        "path": "ReferralRequest.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          }
        ],
        "isSummary": true,
        "short": "Instantiates protocol or definition"
      },
      "ReferralRequest.basedOn": {
        "index": 11,
        "path": "ReferralRequest.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Request fulfilled by this request"
      },
      "ReferralRequest.replaces": {
        "index": 12,
        "path": "ReferralRequest.replaces",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          }
        ],
        "isSummary": true,
        "short": "Request(s) replaced by this request"
      },
      "ReferralRequest.groupIdentifier": {
        "index": 13,
        "path": "ReferralRequest.groupIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Composite request this is part of"
      },
      "ReferralRequest.status": {
        "index": 14,
        "path": "ReferralRequest.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | suspended | cancelled | completed | entered-in-error | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-status"
        }
      },
      "ReferralRequest.intent": {
        "index": 15,
        "path": "ReferralRequest.intent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "proposal | plan | order",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-intent"
        }
      },
      "ReferralRequest.type": {
        "index": 16,
        "path": "ReferralRequest.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Referral/Transition of care request type",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/referral-type"
        }
      },
      "ReferralRequest.priority": {
        "index": 17,
        "path": "ReferralRequest.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Urgency of referral / transfer of care request",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-priority"
        }
      },
      "ReferralRequest.serviceRequested": {
        "index": 18,
        "path": "ReferralRequest.serviceRequested",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Actions requested as part of the referral",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
        }
      },
      "ReferralRequest.subject": {
        "index": 19,
        "path": "ReferralRequest.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Patient referred to care or transfer"
      },
      "ReferralRequest.context": {
        "index": 20,
        "path": "ReferralRequest.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Originating encounter"
      },
      "ReferralRequest.occurrence[x]": {
        "index": 21,
        "path": "ReferralRequest.occurrence[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "When the service(s) requested in the referral should occur"
      },
      "ReferralRequest.authoredOn": {
        "index": 22,
        "path": "ReferralRequest.authoredOn",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Date of creation/activation"
      },
      "ReferralRequest.requester": {
        "index": 23,
        "path": "ReferralRequest.requester",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who/what is requesting service"
      },
      "ReferralRequest.requester.id": {
        "index": 24,
        "path": "ReferralRequest.requester.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ReferralRequest.requester.extension": {
        "index": 25,
        "path": "ReferralRequest.requester.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ReferralRequest.requester.modifierExtension": {
        "index": 26,
        "path": "ReferralRequest.requester.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ReferralRequest.requester.agent": {
        "index": 27,
        "path": "ReferralRequest.requester.agent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Individual making the request"
      },
      "ReferralRequest.requester.onBehalfOf": {
        "index": 28,
        "path": "ReferralRequest.requester.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization agent is acting for"
      },
      "ReferralRequest.specialty": {
        "index": 29,
        "path": "ReferralRequest.specialty",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isModifier": false,
        "short": "The clinical specialty (discipline) that the referral is requested for",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/practitioner-specialty"
        }
      },
      "ReferralRequest.recipient": {
        "index": 30,
        "path": "ReferralRequest.recipient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Receiver of referral / transfer of care request"
      },
      "ReferralRequest.reasonCode": {
        "index": 31,
        "path": "ReferralRequest.reasonCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "isModifier": false,
        "short": "Reason for referral / transfer of care request",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/clinical-findings"
        }
      },
      "ReferralRequest.reasonReference": {
        "index": 32,
        "path": "ReferralRequest.reasonReference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "isSummary": true,
        "short": "Why is service needed?"
      },
      "ReferralRequest.description": {
        "index": 33,
        "path": "ReferralRequest.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false,
        "short": "A textual description of the referral"
      },
      "ReferralRequest.supportingInfo": {
        "index": 34,
        "path": "ReferralRequest.supportingInfo",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isModifier": false,
        "short": "Additonal information to support referral or transfer of care request"
      },
      "ReferralRequest.note": {
        "index": 35,
        "path": "ReferralRequest.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments made about referral request"
      },
      "ReferralRequest.relevantHistory": {
        "index": 36,
        "path": "ReferralRequest.relevantHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Provenance"
          }
        ],
        "short": "Key events in history of request"
      }
    },
    "RelatedPerson": {
      "RelatedPerson": {
        "index": 0,
        "path": "RelatedPerson",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "An person that is related to a patient, but who is not a direct target of care"
      },
      "RelatedPerson.id": {
        "index": 1,
        "path": "RelatedPerson.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "RelatedPerson.meta": {
        "index": 2,
        "path": "RelatedPerson.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "RelatedPerson.implicitRules": {
        "index": 3,
        "path": "RelatedPerson.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "RelatedPerson.language": {
        "index": 4,
        "path": "RelatedPerson.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "RelatedPerson.text": {
        "index": 5,
        "path": "RelatedPerson.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "RelatedPerson.contained": {
        "index": 6,
        "path": "RelatedPerson.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "RelatedPerson.extension": {
        "index": 7,
        "path": "RelatedPerson.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "RelatedPerson.modifierExtension": {
        "index": 8,
        "path": "RelatedPerson.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "RelatedPerson.identifier": {
        "index": 9,
        "path": "RelatedPerson.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "A human identifier for this person"
      },
      "RelatedPerson.active": {
        "index": 10,
        "path": "RelatedPerson.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Whether this related person's record is in active use"
      },
      "RelatedPerson.patient": {
        "index": 11,
        "path": "RelatedPerson.patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "The patient this person is related to"
      },
      "RelatedPerson.relationship": {
        "index": 12,
        "path": "RelatedPerson.relationship",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The nature of the relationship",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype"
        }
      },
      "RelatedPerson.name": {
        "index": 13,
        "path": "RelatedPerson.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "isSummary": true,
        "short": "A name associated with the person"
      },
      "RelatedPerson.telecom": {
        "index": 14,
        "path": "RelatedPerson.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "isSummary": true,
        "short": "A contact detail for the person"
      },
      "RelatedPerson.gender": {
        "index": 15,
        "path": "RelatedPerson.gender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "male | female | other | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/administrative-gender"
        }
      },
      "RelatedPerson.birthDate": {
        "index": 16,
        "path": "RelatedPerson.birthDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "isSummary": true,
        "short": "The date on which the related person was born"
      },
      "RelatedPerson.address": {
        "index": 17,
        "path": "RelatedPerson.address",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address"
          }
        ],
        "isSummary": true,
        "short": "Address where the related person can be contacted or visited"
      },
      "RelatedPerson.photo": {
        "index": 18,
        "path": "RelatedPerson.photo",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "short": "Image of the person"
      },
      "RelatedPerson.period": {
        "index": 19,
        "path": "RelatedPerson.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "Period of time that this relationship is considered valid"
      }
    },
    "RequestGroup": {
      "RequestGroup": {
        "index": 0,
        "path": "RequestGroup",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A group of related requests"
      },
      "RequestGroup.id": {
        "index": 1,
        "path": "RequestGroup.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "RequestGroup.meta": {
        "index": 2,
        "path": "RequestGroup.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "RequestGroup.implicitRules": {
        "index": 3,
        "path": "RequestGroup.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "RequestGroup.language": {
        "index": 4,
        "path": "RequestGroup.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "RequestGroup.text": {
        "index": 5,
        "path": "RequestGroup.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "RequestGroup.contained": {
        "index": 6,
        "path": "RequestGroup.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "RequestGroup.extension": {
        "index": 7,
        "path": "RequestGroup.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "RequestGroup.modifierExtension": {
        "index": 8,
        "path": "RequestGroup.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "RequestGroup.identifier": {
        "index": 9,
        "path": "RequestGroup.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business identifier"
      },
      "RequestGroup.definition": {
        "index": 10,
        "path": "RequestGroup.definition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Instantiates protocol or definition"
      },
      "RequestGroup.basedOn": {
        "index": 11,
        "path": "RequestGroup.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Fulfills plan, proposal, or order"
      },
      "RequestGroup.replaces": {
        "index": 12,
        "path": "RequestGroup.replaces",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Request(s) replaced by this request"
      },
      "RequestGroup.groupIdentifier": {
        "index": 13,
        "path": "RequestGroup.groupIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Composite request this is part of"
      },
      "RequestGroup.status": {
        "index": 14,
        "path": "RequestGroup.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | suspended | cancelled | completed | entered-in-error | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-status"
        }
      },
      "RequestGroup.intent": {
        "index": 15,
        "path": "RequestGroup.intent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "proposal | plan | order",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-intent"
        }
      },
      "RequestGroup.priority": {
        "index": 16,
        "path": "RequestGroup.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "routine | urgent | asap | stat",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-priority"
        }
      },
      "RequestGroup.subject": {
        "index": 17,
        "path": "RequestGroup.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "short": "Who the request group is about"
      },
      "RequestGroup.context": {
        "index": 18,
        "path": "RequestGroup.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "short": "Encounter or Episode for the request group"
      },
      "RequestGroup.authoredOn": {
        "index": 19,
        "path": "RequestGroup.authoredOn",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When the request group was authored"
      },
      "RequestGroup.author": {
        "index": 20,
        "path": "RequestGroup.author",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Device or practitioner that authored the request group"
      },
      "RequestGroup.reason[x]": {
        "index": 21,
        "path": "RequestGroup.reason[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Reason for the request group"
      },
      "RequestGroup.note": {
        "index": 22,
        "path": "RequestGroup.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Additional notes about the response"
      },
      "RequestGroup.action": {
        "index": 23,
        "path": "RequestGroup.action",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Proposed actions, if any"
      },
      "RequestGroup.action.id": {
        "index": 24,
        "path": "RequestGroup.action.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "RequestGroup.action.extension": {
        "index": 25,
        "path": "RequestGroup.action.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "RequestGroup.action.modifierExtension": {
        "index": 26,
        "path": "RequestGroup.action.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "RequestGroup.action.label": {
        "index": 27,
        "path": "RequestGroup.action.label",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "User-visible label for the action (e.g. 1. or A.)"
      },
      "RequestGroup.action.title": {
        "index": 28,
        "path": "RequestGroup.action.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "User-visible title"
      },
      "RequestGroup.action.description": {
        "index": 29,
        "path": "RequestGroup.action.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Short description of the action"
      },
      "RequestGroup.action.textEquivalent": {
        "index": 30,
        "path": "RequestGroup.action.textEquivalent",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system"
      },
      "RequestGroup.action.code": {
        "index": 31,
        "path": "RequestGroup.action.code",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Code representing the meaning of the action or sub-actions"
      },
      "RequestGroup.action.documentation": {
        "index": 32,
        "path": "RequestGroup.action.documentation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ],
        "short": "Supporting documentation for the intended performer of the action"
      },
      "RequestGroup.action.condition": {
        "index": 33,
        "path": "RequestGroup.action.condition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Whether or not the action is applicable"
      },
      "RequestGroup.action.condition.id": {
        "index": 34,
        "path": "RequestGroup.action.condition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "RequestGroup.action.condition.extension": {
        "index": 35,
        "path": "RequestGroup.action.condition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "RequestGroup.action.condition.modifierExtension": {
        "index": 36,
        "path": "RequestGroup.action.condition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "RequestGroup.action.condition.kind": {
        "index": 37,
        "path": "RequestGroup.action.condition.kind",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "applicability | start | stop",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-condition-kind"
        }
      },
      "RequestGroup.action.condition.description": {
        "index": 38,
        "path": "RequestGroup.action.condition.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Natural language description of the condition"
      },
      "RequestGroup.action.condition.language": {
        "index": 39,
        "path": "RequestGroup.action.condition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Language of the expression"
      },
      "RequestGroup.action.condition.expression": {
        "index": 40,
        "path": "RequestGroup.action.condition.expression",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Boolean-valued expression"
      },
      "RequestGroup.action.relatedAction": {
        "index": 41,
        "path": "RequestGroup.action.relatedAction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Relationship to another action"
      },
      "RequestGroup.action.relatedAction.id": {
        "index": 42,
        "path": "RequestGroup.action.relatedAction.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "RequestGroup.action.relatedAction.extension": {
        "index": 43,
        "path": "RequestGroup.action.relatedAction.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "RequestGroup.action.relatedAction.modifierExtension": {
        "index": 44,
        "path": "RequestGroup.action.relatedAction.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "RequestGroup.action.relatedAction.actionId": {
        "index": 45,
        "path": "RequestGroup.action.relatedAction.actionId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "What action this is related to"
      },
      "RequestGroup.action.relatedAction.relationship": {
        "index": 46,
        "path": "RequestGroup.action.relatedAction.relationship",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-relationship-type"
        }
      },
      "RequestGroup.action.relatedAction.offset[x]": {
        "index": 47,
        "path": "RequestGroup.action.relatedAction.offset[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Duration"
          },
          {
            "code": "Range"
          }
        ],
        "short": "Time offset for the relationship"
      },
      "RequestGroup.action.timing[x]": {
        "index": 48,
        "path": "RequestGroup.action.timing[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "Duration"
          },
          {
            "code": "Range"
          },
          {
            "code": "Timing"
          }
        ],
        "short": "When the action should take place"
      },
      "RequestGroup.action.participant": {
        "index": 49,
        "path": "RequestGroup.action.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Person"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "short": "Who should perform the action"
      },
      "RequestGroup.action.type": {
        "index": 50,
        "path": "RequestGroup.action.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "create | update | remove | fire-event",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/action-type"
        }
      },
      "RequestGroup.action.groupingBehavior": {
        "index": 51,
        "path": "RequestGroup.action.groupingBehavior",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "visual-group | logical-group | sentence-group",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-grouping-behavior"
        }
      },
      "RequestGroup.action.selectionBehavior": {
        "index": 52,
        "path": "RequestGroup.action.selectionBehavior",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "any | all | all-or-none | exactly-one | at-most-one | one-or-more",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-selection-behavior"
        }
      },
      "RequestGroup.action.requiredBehavior": {
        "index": 53,
        "path": "RequestGroup.action.requiredBehavior",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "must | could | must-unless-documented",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-required-behavior"
        }
      },
      "RequestGroup.action.precheckBehavior": {
        "index": 54,
        "path": "RequestGroup.action.precheckBehavior",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "yes | no",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-precheck-behavior"
        }
      },
      "RequestGroup.action.cardinalityBehavior": {
        "index": 55,
        "path": "RequestGroup.action.cardinalityBehavior",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "single | multiple",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior"
        }
      },
      "RequestGroup.action.resource": {
        "index": 56,
        "path": "RequestGroup.action.resource",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "The target of the action"
      },
      "RequestGroup.action.action": {
        "index": 57,
        "path": "RequestGroup.action.action",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Sub action",
        "refSchema": "RequestGroup.action"
      }
    },
    "ResearchStudy": {
      "ResearchStudy": {
        "index": 0,
        "path": "ResearchStudy",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Investigation to increase healthcare-related patient-independent knowledge"
      },
      "ResearchStudy.id": {
        "index": 1,
        "path": "ResearchStudy.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ResearchStudy.meta": {
        "index": 2,
        "path": "ResearchStudy.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ResearchStudy.implicitRules": {
        "index": 3,
        "path": "ResearchStudy.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ResearchStudy.language": {
        "index": 4,
        "path": "ResearchStudy.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ResearchStudy.text": {
        "index": 5,
        "path": "ResearchStudy.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ResearchStudy.contained": {
        "index": 6,
        "path": "ResearchStudy.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ResearchStudy.extension": {
        "index": 7,
        "path": "ResearchStudy.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ResearchStudy.modifierExtension": {
        "index": 8,
        "path": "ResearchStudy.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ResearchStudy.identifier": {
        "index": 9,
        "path": "ResearchStudy.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business Identifier for study"
      },
      "ResearchStudy.title": {
        "index": 10,
        "path": "ResearchStudy.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this study"
      },
      "ResearchStudy.protocol": {
        "index": 11,
        "path": "ResearchStudy.protocol",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
          }
        ],
        "isSummary": true,
        "short": "Steps followed in executing study"
      },
      "ResearchStudy.partOf": {
        "index": 12,
        "path": "ResearchStudy.partOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ResearchStudy"
          }
        ],
        "isSummary": true,
        "short": "Part of larger study"
      },
      "ResearchStudy.status": {
        "index": 13,
        "path": "ResearchStudy.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | in-progress | suspended | stopped | completed | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/research-study-status"
        }
      },
      "ResearchStudy.category": {
        "index": 14,
        "path": "ResearchStudy.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Classifications for the study"
      },
      "ResearchStudy.focus": {
        "index": 15,
        "path": "ResearchStudy.focus",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Drugs, devices, conditions, etc. under study"
      },
      "ResearchStudy.contact": {
        "index": 16,
        "path": "ResearchStudy.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the study"
      },
      "ResearchStudy.relatedArtifact": {
        "index": 17,
        "path": "ResearchStudy.relatedArtifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ],
        "short": "References and dependencies"
      },
      "ResearchStudy.keyword": {
        "index": 18,
        "path": "ResearchStudy.keyword",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Used to search for the study"
      },
      "ResearchStudy.jurisdiction": {
        "index": 19,
        "path": "ResearchStudy.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Geographic region(s) for study",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "ResearchStudy.description": {
        "index": 20,
        "path": "ResearchStudy.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "What this is study doing"
      },
      "ResearchStudy.enrollment": {
        "index": 21,
        "path": "ResearchStudy.enrollment",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Inclusion & exclusion criteria"
      },
      "ResearchStudy.period": {
        "index": 22,
        "path": "ResearchStudy.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "When the study began and ended"
      },
      "ResearchStudy.sponsor": {
        "index": 23,
        "path": "ResearchStudy.sponsor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization responsible for the study"
      },
      "ResearchStudy.principalInvestigator": {
        "index": 24,
        "path": "ResearchStudy.principalInvestigator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "The individual responsible for the study"
      },
      "ResearchStudy.site": {
        "index": 25,
        "path": "ResearchStudy.site",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "Location involved in study execution"
      },
      "ResearchStudy.reasonStopped": {
        "index": 26,
        "path": "ResearchStudy.reasonStopped",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Reason for terminating study early"
      },
      "ResearchStudy.note": {
        "index": 27,
        "path": "ResearchStudy.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments made about the event"
      },
      "ResearchStudy.arm": {
        "index": 28,
        "path": "ResearchStudy.arm",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Defined path through the study for a subject"
      },
      "ResearchStudy.arm.id": {
        "index": 29,
        "path": "ResearchStudy.arm.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ResearchStudy.arm.extension": {
        "index": 30,
        "path": "ResearchStudy.arm.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ResearchStudy.arm.modifierExtension": {
        "index": 31,
        "path": "ResearchStudy.arm.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ResearchStudy.arm.name": {
        "index": 32,
        "path": "ResearchStudy.arm.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Label for study arm"
      },
      "ResearchStudy.arm.code": {
        "index": 33,
        "path": "ResearchStudy.arm.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Categorization of study arm"
      },
      "ResearchStudy.arm.description": {
        "index": 34,
        "path": "ResearchStudy.arm.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Short explanation of study path"
      }
    },
    "ResearchSubject": {
      "ResearchSubject": {
        "index": 0,
        "path": "ResearchSubject",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Investigation to increase healthcare-related patient-independent knowledge"
      },
      "ResearchSubject.id": {
        "index": 1,
        "path": "ResearchSubject.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ResearchSubject.meta": {
        "index": 2,
        "path": "ResearchSubject.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ResearchSubject.implicitRules": {
        "index": 3,
        "path": "ResearchSubject.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ResearchSubject.language": {
        "index": 4,
        "path": "ResearchSubject.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ResearchSubject.text": {
        "index": 5,
        "path": "ResearchSubject.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ResearchSubject.contained": {
        "index": 6,
        "path": "ResearchSubject.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ResearchSubject.extension": {
        "index": 7,
        "path": "ResearchSubject.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ResearchSubject.modifierExtension": {
        "index": 8,
        "path": "ResearchSubject.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ResearchSubject.identifier": {
        "index": 9,
        "path": "ResearchSubject.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Business Identifier for research subject"
      },
      "ResearchSubject.status": {
        "index": 10,
        "path": "ResearchSubject.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "candidate | enrolled | active | suspended | withdrawn | completed",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/research-subject-status"
        }
      },
      "ResearchSubject.period": {
        "index": 11,
        "path": "ResearchSubject.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Start and end of participation"
      },
      "ResearchSubject.study": {
        "index": 12,
        "path": "ResearchSubject.study",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ResearchStudy"
          }
        ],
        "isSummary": true,
        "short": "Study subject is part of"
      },
      "ResearchSubject.individual": {
        "index": 13,
        "path": "ResearchSubject.individual",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Who is part of study"
      },
      "ResearchSubject.assignedArm": {
        "index": 14,
        "path": "ResearchSubject.assignedArm",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "What path should be followed"
      },
      "ResearchSubject.actualArm": {
        "index": 15,
        "path": "ResearchSubject.actualArm",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "What path was followed"
      },
      "ResearchSubject.consent": {
        "index": 16,
        "path": "ResearchSubject.consent",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Consent"
          }
        ],
        "short": "Agreement to participate in study"
      }
    },
    "RiskAssessment": {
      "RiskAssessment": {
        "index": 0,
        "path": "RiskAssessment",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Potential outcomes for a subject with likelihood"
      },
      "RiskAssessment.id": {
        "index": 1,
        "path": "RiskAssessment.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "RiskAssessment.meta": {
        "index": 2,
        "path": "RiskAssessment.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "RiskAssessment.implicitRules": {
        "index": 3,
        "path": "RiskAssessment.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "RiskAssessment.language": {
        "index": 4,
        "path": "RiskAssessment.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "RiskAssessment.text": {
        "index": 5,
        "path": "RiskAssessment.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "RiskAssessment.contained": {
        "index": 6,
        "path": "RiskAssessment.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "RiskAssessment.extension": {
        "index": 7,
        "path": "RiskAssessment.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "RiskAssessment.modifierExtension": {
        "index": 8,
        "path": "RiskAssessment.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "RiskAssessment.identifier": {
        "index": 9,
        "path": "RiskAssessment.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique identifier for the assessment"
      },
      "RiskAssessment.basedOn": {
        "index": 10,
        "path": "RiskAssessment.basedOn",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Request fulfilled by this assessment"
      },
      "RiskAssessment.parent": {
        "index": 11,
        "path": "RiskAssessment.parent",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Part of this occurrence"
      },
      "RiskAssessment.status": {
        "index": 12,
        "path": "RiskAssessment.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "registered | preliminary | final | amended +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/observation-status"
        }
      },
      "RiskAssessment.method": {
        "index": 13,
        "path": "RiskAssessment.method",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Evaluation mechanism"
      },
      "RiskAssessment.code": {
        "index": 14,
        "path": "RiskAssessment.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Type of assessment"
      },
      "RiskAssessment.subject": {
        "index": 15,
        "path": "RiskAssessment.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ],
        "isSummary": true,
        "short": "Who/what does assessment apply to?"
      },
      "RiskAssessment.context": {
        "index": 16,
        "path": "RiskAssessment.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Where was assessment performed?"
      },
      "RiskAssessment.occurrence[x]": {
        "index": 17,
        "path": "RiskAssessment.occurrence[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "When was assessment made?"
      },
      "RiskAssessment.condition": {
        "index": 18,
        "path": "RiskAssessment.condition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          }
        ],
        "isSummary": true,
        "short": "Condition assessed"
      },
      "RiskAssessment.performer": {
        "index": 19,
        "path": "RiskAssessment.performer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Who did assessment?"
      },
      "RiskAssessment.reason[x]": {
        "index": 20,
        "path": "RiskAssessment.reason[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Why the assessment was necessary?"
      },
      "RiskAssessment.basis": {
        "index": 21,
        "path": "RiskAssessment.basis",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Information used in assessment"
      },
      "RiskAssessment.prediction": {
        "index": 22,
        "path": "RiskAssessment.prediction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Outcome predicted"
      },
      "RiskAssessment.prediction.id": {
        "index": 23,
        "path": "RiskAssessment.prediction.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "RiskAssessment.prediction.extension": {
        "index": 24,
        "path": "RiskAssessment.prediction.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "RiskAssessment.prediction.modifierExtension": {
        "index": 25,
        "path": "RiskAssessment.prediction.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "RiskAssessment.prediction.outcome": {
        "index": 26,
        "path": "RiskAssessment.prediction.outcome",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Possible outcome for the subject"
      },
      "RiskAssessment.prediction.probability[x]": {
        "index": 27,
        "path": "RiskAssessment.prediction.probability[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          },
          {
            "code": "Range"
          }
        ],
        "short": "Likelihood of specified outcome"
      },
      "RiskAssessment.prediction.qualitativeRisk": {
        "index": 28,
        "path": "RiskAssessment.prediction.qualitativeRisk",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Likelihood of specified outcome as a qualitative value",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/risk-probability"
        }
      },
      "RiskAssessment.prediction.relativeRisk": {
        "index": 29,
        "path": "RiskAssessment.prediction.relativeRisk",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Relative likelihood"
      },
      "RiskAssessment.prediction.when[x]": {
        "index": 30,
        "path": "RiskAssessment.prediction.when[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          },
          {
            "code": "Range"
          }
        ],
        "short": "Timeframe or age range"
      },
      "RiskAssessment.prediction.rationale": {
        "index": 31,
        "path": "RiskAssessment.prediction.rationale",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Explanation of prediction"
      },
      "RiskAssessment.mitigation": {
        "index": 32,
        "path": "RiskAssessment.mitigation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "How to reduce risk"
      },
      "RiskAssessment.comment": {
        "index": 33,
        "path": "RiskAssessment.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Comments on the risk assessment"
      }
    },
    "Schedule": {
      "Schedule": {
        "index": 0,
        "path": "Schedule",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A container for slots of time that may be available for booking appointments"
      },
      "Schedule.id": {
        "index": 1,
        "path": "Schedule.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Schedule.meta": {
        "index": 2,
        "path": "Schedule.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Schedule.implicitRules": {
        "index": 3,
        "path": "Schedule.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Schedule.language": {
        "index": 4,
        "path": "Schedule.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Schedule.text": {
        "index": 5,
        "path": "Schedule.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Schedule.contained": {
        "index": 6,
        "path": "Schedule.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Schedule.extension": {
        "index": 7,
        "path": "Schedule.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Schedule.modifierExtension": {
        "index": 8,
        "path": "Schedule.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Schedule.identifier": {
        "index": 9,
        "path": "Schedule.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Ids for this item"
      },
      "Schedule.active": {
        "index": 10,
        "path": "Schedule.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Whether this schedule is in active use"
      },
      "Schedule.serviceCategory": {
        "index": 11,
        "path": "Schedule.serviceCategory",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "A broad categorisation of the service that is to be performed during this appointment",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-category"
        }
      },
      "Schedule.serviceType": {
        "index": 12,
        "path": "Schedule.serviceType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The specific service that is to be performed during this appointment",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-type"
        }
      },
      "Schedule.specialty": {
        "index": 13,
        "path": "Schedule.specialty",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The specialty of a practitioner that would be required to perform the service requested in this appointment",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
        }
      },
      "Schedule.actor": {
        "index": 14,
        "path": "Schedule.actor",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "isSummary": true,
        "short": "The resource this Schedule resource is providing availability information for. These are expected to usually be one of HealthcareService, Location, Practitioner, PractitionerRole, Device, Patient or RelatedPerson"
      },
      "Schedule.planningHorizon": {
        "index": 15,
        "path": "Schedule.planningHorizon",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "The period of time that the slots that are attached to this Schedule resource cover (even if none exist). These  cover the amount of time that an organization's planning horizon; the interval for which they are currently accepting appointments. This does not define a \"template\" for planning outside these dates"
      },
      "Schedule.comment": {
        "index": 16,
        "path": "Schedule.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Comments on the availability to describe any extended information. Such as custom constraints on the slots that may be associated"
      }
    },
    "SearchParameter": {
      "SearchParameter": {
        "index": 0,
        "path": "SearchParameter",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Search Parameter for a resource"
      },
      "SearchParameter.id": {
        "index": 1,
        "path": "SearchParameter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "SearchParameter.meta": {
        "index": 2,
        "path": "SearchParameter.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "SearchParameter.implicitRules": {
        "index": 3,
        "path": "SearchParameter.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "SearchParameter.language": {
        "index": 4,
        "path": "SearchParameter.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "SearchParameter.text": {
        "index": 5,
        "path": "SearchParameter.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "SearchParameter.contained": {
        "index": 6,
        "path": "SearchParameter.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "SearchParameter.extension": {
        "index": 7,
        "path": "SearchParameter.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "SearchParameter.modifierExtension": {
        "index": 8,
        "path": "SearchParameter.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "SearchParameter.url": {
        "index": 9,
        "path": "SearchParameter.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this search parameter (globally unique)"
      },
      "SearchParameter.version": {
        "index": 10,
        "path": "SearchParameter.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the search parameter"
      },
      "SearchParameter.name": {
        "index": 11,
        "path": "SearchParameter.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this search parameter (computer friendly)"
      },
      "SearchParameter.status": {
        "index": 12,
        "path": "SearchParameter.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "SearchParameter.experimental": {
        "index": 13,
        "path": "SearchParameter.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "SearchParameter.date": {
        "index": 14,
        "path": "SearchParameter.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "SearchParameter.publisher": {
        "index": 15,
        "path": "SearchParameter.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "SearchParameter.contact": {
        "index": 16,
        "path": "SearchParameter.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "SearchParameter.useContext": {
        "index": 17,
        "path": "SearchParameter.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "SearchParameter.jurisdiction": {
        "index": 18,
        "path": "SearchParameter.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for search parameter (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "SearchParameter.purpose": {
        "index": 19,
        "path": "SearchParameter.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this search parameter is defined"
      },
      "SearchParameter.code": {
        "index": 20,
        "path": "SearchParameter.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Code used in URL"
      },
      "SearchParameter.base": {
        "index": 21,
        "path": "SearchParameter.base",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "The resource type(s) this search parameter applies to",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "SearchParameter.type": {
        "index": 22,
        "path": "SearchParameter.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "number | date | string | token | reference | composite | quantity | uri",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/search-param-type"
        }
      },
      "SearchParameter.derivedFrom": {
        "index": 23,
        "path": "SearchParameter.derivedFrom",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Original Definition for the search parameter"
      },
      "SearchParameter.description": {
        "index": 24,
        "path": "SearchParameter.description",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Natural language description of the search parameter"
      },
      "SearchParameter.expression": {
        "index": 25,
        "path": "SearchParameter.expression",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "FHIRPath expression that extracts the values"
      },
      "SearchParameter.xpath": {
        "index": 26,
        "path": "SearchParameter.xpath",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "XPath that extracts the values"
      },
      "SearchParameter.xpathUsage": {
        "index": 27,
        "path": "SearchParameter.xpathUsage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "normal | phonetic | nearby | distance | other",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/search-xpath-usage"
        }
      },
      "SearchParameter.target": {
        "index": 28,
        "path": "SearchParameter.target",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Types of resource (if a resource reference)",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "SearchParameter.comparator": {
        "index": 29,
        "path": "SearchParameter.comparator",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "eq | ne | gt | lt | ge | le | sa | eb | ap",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/search-comparator"
        }
      },
      "SearchParameter.modifier": {
        "index": 30,
        "path": "SearchParameter.modifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "missing | exact | contains | not | text | in | not-in | below | above | type",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/search-modifier-code"
        }
      },
      "SearchParameter.chain": {
        "index": 31,
        "path": "SearchParameter.chain",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Chained names supported"
      },
      "SearchParameter.component": {
        "index": 32,
        "path": "SearchParameter.component",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "For Composite resources to define the parts"
      },
      "SearchParameter.component.id": {
        "index": 33,
        "path": "SearchParameter.component.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "SearchParameter.component.extension": {
        "index": 34,
        "path": "SearchParameter.component.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "SearchParameter.component.modifierExtension": {
        "index": 35,
        "path": "SearchParameter.component.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "SearchParameter.component.definition": {
        "index": 36,
        "path": "SearchParameter.component.definition",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/SearchParameter"
          }
        ],
        "short": "Defines how the part works"
      },
      "SearchParameter.component.expression": {
        "index": 37,
        "path": "SearchParameter.component.expression",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Subexpression relative to main expression"
      }
    },
    "Sequence": {
      "Sequence": {
        "index": 0,
        "path": "Sequence",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Information about a biological sequence"
      },
      "Sequence.id": {
        "index": 1,
        "path": "Sequence.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Sequence.meta": {
        "index": 2,
        "path": "Sequence.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Sequence.implicitRules": {
        "index": 3,
        "path": "Sequence.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Sequence.language": {
        "index": 4,
        "path": "Sequence.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Sequence.text": {
        "index": 5,
        "path": "Sequence.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Sequence.contained": {
        "index": 6,
        "path": "Sequence.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Sequence.extension": {
        "index": 7,
        "path": "Sequence.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Sequence.modifierExtension": {
        "index": 8,
        "path": "Sequence.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Sequence.identifier": {
        "index": 9,
        "path": "Sequence.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique ID for this particular sequence. This is a FHIR-defined id"
      },
      "Sequence.type": {
        "index": 10,
        "path": "Sequence.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "aa | dna | rna",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/sequence-type"
        }
      },
      "Sequence.coordinateSystem": {
        "index": 11,
        "path": "Sequence.coordinateSystem",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Base number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end)"
      },
      "Sequence.patient": {
        "index": 12,
        "path": "Sequence.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "short": "Who and/or what this is about"
      },
      "Sequence.specimen": {
        "index": 13,
        "path": "Sequence.specimen",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Specimen"
          }
        ],
        "isSummary": true,
        "short": "Specimen used for sequencing"
      },
      "Sequence.device": {
        "index": 14,
        "path": "Sequence.device",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "The method for sequencing"
      },
      "Sequence.performer": {
        "index": 15,
        "path": "Sequence.performer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Who should be responsible for test result"
      },
      "Sequence.quantity": {
        "index": 16,
        "path": "Sequence.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "isSummary": true,
        "short": "The number of copies of the seqeunce of interest.  (RNASeq)"
      },
      "Sequence.referenceSeq": {
        "index": 17,
        "path": "Sequence.referenceSeq",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "A sequence used as reference"
      },
      "Sequence.referenceSeq.id": {
        "index": 18,
        "path": "Sequence.referenceSeq.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Sequence.referenceSeq.extension": {
        "index": 19,
        "path": "Sequence.referenceSeq.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Sequence.referenceSeq.modifierExtension": {
        "index": 20,
        "path": "Sequence.referenceSeq.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Sequence.referenceSeq.chromosome": {
        "index": 21,
        "path": "Sequence.referenceSeq.chromosome",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Chromosome containing genetic finding",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/chromosome-human"
        }
      },
      "Sequence.referenceSeq.genomeBuild": {
        "index": 22,
        "path": "Sequence.referenceSeq.genomeBuild",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'"
      },
      "Sequence.referenceSeq.referenceSeqId": {
        "index": 23,
        "path": "Sequence.referenceSeq.referenceSeqId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Reference identifier",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/sequence-referenceSeq"
        }
      },
      "Sequence.referenceSeq.referenceSeqPointer": {
        "index": 24,
        "path": "Sequence.referenceSeq.referenceSeqPointer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Sequence"
          }
        ],
        "isSummary": true,
        "short": "A Pointer to another Sequence entity as reference sequence"
      },
      "Sequence.referenceSeq.referenceSeqString": {
        "index": 25,
        "path": "Sequence.referenceSeq.referenceSeqString",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "A string to represent reference sequence"
      },
      "Sequence.referenceSeq.strand": {
        "index": 26,
        "path": "Sequence.referenceSeq.strand",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Directionality of DNA ( +1/-1)"
      },
      "Sequence.referenceSeq.windowStart": {
        "index": 27,
        "path": "Sequence.referenceSeq.windowStart",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Start position of the window on the  reference sequence"
      },
      "Sequence.referenceSeq.windowEnd": {
        "index": 28,
        "path": "Sequence.referenceSeq.windowEnd",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "End position of the window on the reference sequence"
      },
      "Sequence.variant": {
        "index": 29,
        "path": "Sequence.variant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Variant in sequence"
      },
      "Sequence.variant.id": {
        "index": 30,
        "path": "Sequence.variant.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Sequence.variant.extension": {
        "index": 31,
        "path": "Sequence.variant.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Sequence.variant.modifierExtension": {
        "index": 32,
        "path": "Sequence.variant.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Sequence.variant.start": {
        "index": 33,
        "path": "Sequence.variant.start",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Start position of the variant on the  reference sequence"
      },
      "Sequence.variant.end": {
        "index": 34,
        "path": "Sequence.variant.end",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "End position of the variant on the reference sequence"
      },
      "Sequence.variant.observedAllele": {
        "index": 35,
        "path": "Sequence.variant.observedAllele",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Allele that was observed"
      },
      "Sequence.variant.referenceAllele": {
        "index": 36,
        "path": "Sequence.variant.referenceAllele",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Allele in the reference sequence"
      },
      "Sequence.variant.cigar": {
        "index": 37,
        "path": "Sequence.variant.cigar",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Extended CIGAR string for aligning the sequence with reference bases"
      },
      "Sequence.variant.variantPointer": {
        "index": 38,
        "path": "Sequence.variant.variantPointer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          }
        ],
        "isSummary": true,
        "short": "Pointer to observed variant information"
      },
      "Sequence.observedSeq": {
        "index": 39,
        "path": "Sequence.observedSeq",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Sequence that was observed"
      },
      "Sequence.quality": {
        "index": 40,
        "path": "Sequence.quality",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "An set of value as quality of sequence"
      },
      "Sequence.quality.id": {
        "index": 41,
        "path": "Sequence.quality.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Sequence.quality.extension": {
        "index": 42,
        "path": "Sequence.quality.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Sequence.quality.modifierExtension": {
        "index": 43,
        "path": "Sequence.quality.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Sequence.quality.type": {
        "index": 44,
        "path": "Sequence.quality.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "indel | snp | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/quality-type"
        }
      },
      "Sequence.quality.standardSequence": {
        "index": 45,
        "path": "Sequence.quality.standardSequence",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Standard sequence for comparison",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/sequence-quality-standardSequence"
        }
      },
      "Sequence.quality.start": {
        "index": 46,
        "path": "Sequence.quality.start",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Start position of the sequence"
      },
      "Sequence.quality.end": {
        "index": 47,
        "path": "Sequence.quality.end",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "End position of the sequence"
      },
      "Sequence.quality.score": {
        "index": 48,
        "path": "Sequence.quality.score",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "isSummary": true,
        "short": "Quality score for the comparison"
      },
      "Sequence.quality.method": {
        "index": 49,
        "path": "Sequence.quality.method",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Method to get quality",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/sequence-quality-method"
        }
      },
      "Sequence.quality.truthTP": {
        "index": 50,
        "path": "Sequence.quality.truthTP",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "True positives from the perspective of the truth data"
      },
      "Sequence.quality.queryTP": {
        "index": 51,
        "path": "Sequence.quality.queryTP",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "True positives from the perspective of the query data"
      },
      "Sequence.quality.truthFN": {
        "index": 52,
        "path": "Sequence.quality.truthFN",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "False negatives"
      },
      "Sequence.quality.queryFP": {
        "index": 53,
        "path": "Sequence.quality.queryFP",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "False positives"
      },
      "Sequence.quality.gtFP": {
        "index": 54,
        "path": "Sequence.quality.gtFP",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "False positives where the non-REF alleles in the Truth and Query Call Sets match"
      },
      "Sequence.quality.precision": {
        "index": 55,
        "path": "Sequence.quality.precision",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Precision of comparison"
      },
      "Sequence.quality.recall": {
        "index": 56,
        "path": "Sequence.quality.recall",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Recall of comparison"
      },
      "Sequence.quality.fScore": {
        "index": 57,
        "path": "Sequence.quality.fScore",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "F-score"
      },
      "Sequence.readCoverage": {
        "index": 58,
        "path": "Sequence.readCoverage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Average number of reads representing a given nucleotide in the reconstructed sequence"
      },
      "Sequence.repository": {
        "index": 59,
        "path": "Sequence.repository",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "External repository which contains detailed report related with observedSeq in this resource"
      },
      "Sequence.repository.id": {
        "index": 60,
        "path": "Sequence.repository.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Sequence.repository.extension": {
        "index": 61,
        "path": "Sequence.repository.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Sequence.repository.modifierExtension": {
        "index": 62,
        "path": "Sequence.repository.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Sequence.repository.type": {
        "index": 63,
        "path": "Sequence.repository.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "directlink | openapi | login | oauth | other",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/repository-type"
        }
      },
      "Sequence.repository.url": {
        "index": 64,
        "path": "Sequence.repository.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "URI of the repository"
      },
      "Sequence.repository.name": {
        "index": 65,
        "path": "Sequence.repository.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Repository's name"
      },
      "Sequence.repository.datasetId": {
        "index": 66,
        "path": "Sequence.repository.datasetId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Id of the dataset that used to call for dataset in repository"
      },
      "Sequence.repository.variantsetId": {
        "index": 67,
        "path": "Sequence.repository.variantsetId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Id of the variantset that used to call for variantset in repository"
      },
      "Sequence.repository.readsetId": {
        "index": 68,
        "path": "Sequence.repository.readsetId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Id of the read"
      },
      "Sequence.pointer": {
        "index": 69,
        "path": "Sequence.pointer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Sequence"
          }
        ],
        "isSummary": true,
        "short": "Pointer to next atomic sequence"
      }
    },
    "ServiceDefinition": {
      "ServiceDefinition": {
        "index": 0,
        "path": "ServiceDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A description of decision support service functionality"
      },
      "ServiceDefinition.id": {
        "index": 1,
        "path": "ServiceDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ServiceDefinition.meta": {
        "index": 2,
        "path": "ServiceDefinition.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ServiceDefinition.implicitRules": {
        "index": 3,
        "path": "ServiceDefinition.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ServiceDefinition.language": {
        "index": 4,
        "path": "ServiceDefinition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ServiceDefinition.text": {
        "index": 5,
        "path": "ServiceDefinition.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ServiceDefinition.contained": {
        "index": 6,
        "path": "ServiceDefinition.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ServiceDefinition.extension": {
        "index": 7,
        "path": "ServiceDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ServiceDefinition.modifierExtension": {
        "index": 8,
        "path": "ServiceDefinition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ServiceDefinition.url": {
        "index": 9,
        "path": "ServiceDefinition.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this service definition (globally unique)"
      },
      "ServiceDefinition.identifier": {
        "index": 10,
        "path": "ServiceDefinition.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the service definition"
      },
      "ServiceDefinition.version": {
        "index": 11,
        "path": "ServiceDefinition.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the service definition"
      },
      "ServiceDefinition.name": {
        "index": 12,
        "path": "ServiceDefinition.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this service definition (computer friendly)"
      },
      "ServiceDefinition.title": {
        "index": 13,
        "path": "ServiceDefinition.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this service definition (human friendly)"
      },
      "ServiceDefinition.status": {
        "index": 14,
        "path": "ServiceDefinition.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "ServiceDefinition.experimental": {
        "index": 15,
        "path": "ServiceDefinition.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "ServiceDefinition.date": {
        "index": 16,
        "path": "ServiceDefinition.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "ServiceDefinition.publisher": {
        "index": 17,
        "path": "ServiceDefinition.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "ServiceDefinition.description": {
        "index": 18,
        "path": "ServiceDefinition.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the service definition"
      },
      "ServiceDefinition.purpose": {
        "index": 19,
        "path": "ServiceDefinition.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this service definition is defined"
      },
      "ServiceDefinition.usage": {
        "index": 20,
        "path": "ServiceDefinition.usage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Describes the clinical usage of the module"
      },
      "ServiceDefinition.approvalDate": {
        "index": 21,
        "path": "ServiceDefinition.approvalDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the service definition was approved by publisher"
      },
      "ServiceDefinition.lastReviewDate": {
        "index": 22,
        "path": "ServiceDefinition.lastReviewDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "short": "When the service definition was last reviewed"
      },
      "ServiceDefinition.effectivePeriod": {
        "index": 23,
        "path": "ServiceDefinition.effectivePeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "When the service definition is expected to be used"
      },
      "ServiceDefinition.useContext": {
        "index": 24,
        "path": "ServiceDefinition.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "ServiceDefinition.jurisdiction": {
        "index": 25,
        "path": "ServiceDefinition.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for service definition (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "ServiceDefinition.topic": {
        "index": 26,
        "path": "ServiceDefinition.topic",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "E.g. Education, Treatment, Assessment, etc",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/definition-topic"
        }
      },
      "ServiceDefinition.contributor": {
        "index": 27,
        "path": "ServiceDefinition.contributor",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Contributor"
          }
        ],
        "short": "A content contributor"
      },
      "ServiceDefinition.contact": {
        "index": 28,
        "path": "ServiceDefinition.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "ServiceDefinition.copyright": {
        "index": 29,
        "path": "ServiceDefinition.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "ServiceDefinition.relatedArtifact": {
        "index": 30,
        "path": "ServiceDefinition.relatedArtifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ],
        "short": "Additional documentation, citations, etc"
      },
      "ServiceDefinition.trigger": {
        "index": 31,
        "path": "ServiceDefinition.trigger",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TriggerDefinition"
          }
        ],
        "short": "\"when\" the module should be invoked"
      },
      "ServiceDefinition.dataRequirement": {
        "index": 32,
        "path": "ServiceDefinition.dataRequirement",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DataRequirement"
          }
        ],
        "short": "What data is used by the module"
      },
      "ServiceDefinition.operationDefinition": {
        "index": 33,
        "path": "ServiceDefinition.operationDefinition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition"
          }
        ],
        "short": "Operation to invoke"
      }
    },
    "Slot": {
      "Slot": {
        "index": 0,
        "path": "Slot",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A slot of time on a schedule that may be available for booking appointments"
      },
      "Slot.id": {
        "index": 1,
        "path": "Slot.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Slot.meta": {
        "index": 2,
        "path": "Slot.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Slot.implicitRules": {
        "index": 3,
        "path": "Slot.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Slot.language": {
        "index": 4,
        "path": "Slot.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Slot.text": {
        "index": 5,
        "path": "Slot.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Slot.contained": {
        "index": 6,
        "path": "Slot.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Slot.extension": {
        "index": 7,
        "path": "Slot.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Slot.modifierExtension": {
        "index": 8,
        "path": "Slot.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Slot.identifier": {
        "index": 9,
        "path": "Slot.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Ids for this item"
      },
      "Slot.serviceCategory": {
        "index": 10,
        "path": "Slot.serviceCategory",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "A broad categorisation of the service that is to be performed during this appointment",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-category"
        }
      },
      "Slot.serviceType": {
        "index": 11,
        "path": "Slot.serviceType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the availability resource",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/service-type"
        }
      },
      "Slot.specialty": {
        "index": 12,
        "path": "Slot.specialty",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The specialty of a practitioner that would be required to perform the service requested in this appointment",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
        }
      },
      "Slot.appointmentType": {
        "index": 13,
        "path": "Slot.appointmentType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The style of appointment or patient that may be booked in the slot (not service type)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/v2-0276"
        }
      },
      "Slot.schedule": {
        "index": 14,
        "path": "Slot.schedule",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Schedule"
          }
        ],
        "isSummary": true,
        "short": "The schedule resource that this slot defines an interval of status information"
      },
      "Slot.status": {
        "index": 15,
        "path": "Slot.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "busy | free | busy-unavailable | busy-tentative | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/slotstatus"
        }
      },
      "Slot.start": {
        "index": 16,
        "path": "Slot.start",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "Date/Time that the slot is to begin"
      },
      "Slot.end": {
        "index": 17,
        "path": "Slot.end",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "Date/Time that the slot is to conclude"
      },
      "Slot.overbooked": {
        "index": 18,
        "path": "Slot.overbooked",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "This slot has already been overbooked, appointments are unlikely to be accepted for this time"
      },
      "Slot.comment": {
        "index": 19,
        "path": "Slot.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Comments on the slot to describe any extended information. Such as custom constraints on the slot"
      }
    },
    "Specimen": {
      "Specimen": {
        "index": 0,
        "path": "Specimen",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Sample for analysis"
      },
      "Specimen.id": {
        "index": 1,
        "path": "Specimen.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Specimen.meta": {
        "index": 2,
        "path": "Specimen.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Specimen.implicitRules": {
        "index": 3,
        "path": "Specimen.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Specimen.language": {
        "index": 4,
        "path": "Specimen.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Specimen.text": {
        "index": 5,
        "path": "Specimen.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Specimen.contained": {
        "index": 6,
        "path": "Specimen.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Specimen.extension": {
        "index": 7,
        "path": "Specimen.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Specimen.modifierExtension": {
        "index": 8,
        "path": "Specimen.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Specimen.identifier": {
        "index": 9,
        "path": "Specimen.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External Identifier"
      },
      "Specimen.accessionIdentifier": {
        "index": 10,
        "path": "Specimen.accessionIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifier assigned by the lab"
      },
      "Specimen.status": {
        "index": 11,
        "path": "Specimen.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "available | unavailable | unsatisfactory | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/specimen-status"
        }
      },
      "Specimen.type": {
        "index": 12,
        "path": "Specimen.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Kind of material that forms the specimen",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v2-0487"
        }
      },
      "Specimen.subject": {
        "index": 13,
        "path": "Specimen.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          }
        ],
        "isSummary": true,
        "short": "Where the specimen came from. This may be from the patient(s) or from the environment or a device"
      },
      "Specimen.receivedTime": {
        "index": 14,
        "path": "Specimen.receivedTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "The time when specimen was received for processing"
      },
      "Specimen.parent": {
        "index": 15,
        "path": "Specimen.parent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Specimen"
          }
        ],
        "short": "Specimen from which this specimen originated"
      },
      "Specimen.request": {
        "index": 16,
        "path": "Specimen.request",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          }
        ],
        "short": "Why the specimen was collected"
      },
      "Specimen.collection": {
        "index": 17,
        "path": "Specimen.collection",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Collection details"
      },
      "Specimen.collection.id": {
        "index": 18,
        "path": "Specimen.collection.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Specimen.collection.extension": {
        "index": 19,
        "path": "Specimen.collection.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Specimen.collection.modifierExtension": {
        "index": 20,
        "path": "Specimen.collection.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Specimen.collection.collector": {
        "index": 21,
        "path": "Specimen.collection.collector",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "short": "Who collected the specimen"
      },
      "Specimen.collection.collected[x]": {
        "index": 22,
        "path": "Specimen.collection.collected[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Collection time"
      },
      "Specimen.collection.quantity": {
        "index": 23,
        "path": "Specimen.collection.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "The quantity of specimen collected"
      },
      "Specimen.collection.method": {
        "index": 24,
        "path": "Specimen.collection.method",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Technique used to perform collection",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/specimen-collection-method"
        }
      },
      "Specimen.collection.bodySite": {
        "index": 25,
        "path": "Specimen.collection.bodySite",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Anatomical collection site",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      "Specimen.processing": {
        "index": 26,
        "path": "Specimen.processing",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Processing and processing step details"
      },
      "Specimen.processing.id": {
        "index": 27,
        "path": "Specimen.processing.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Specimen.processing.extension": {
        "index": 28,
        "path": "Specimen.processing.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Specimen.processing.modifierExtension": {
        "index": 29,
        "path": "Specimen.processing.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Specimen.processing.description": {
        "index": 30,
        "path": "Specimen.processing.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Textual description of procedure"
      },
      "Specimen.processing.procedure": {
        "index": 31,
        "path": "Specimen.processing.procedure",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Indicates the treatment step  applied to the specimen",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/specimen-processing-procedure"
        }
      },
      "Specimen.processing.additive": {
        "index": 32,
        "path": "Specimen.processing.additive",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          }
        ],
        "short": "Material used in the processing step"
      },
      "Specimen.processing.time[x]": {
        "index": 33,
        "path": "Specimen.processing.time[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "short": "Date and time of specimen processing"
      },
      "Specimen.container": {
        "index": 34,
        "path": "Specimen.container",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Direct container of specimen (tube/slide, etc.)"
      },
      "Specimen.container.id": {
        "index": 35,
        "path": "Specimen.container.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Specimen.container.extension": {
        "index": 36,
        "path": "Specimen.container.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Specimen.container.modifierExtension": {
        "index": 37,
        "path": "Specimen.container.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Specimen.container.identifier": {
        "index": 38,
        "path": "Specimen.container.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Id for the container"
      },
      "Specimen.container.description": {
        "index": 39,
        "path": "Specimen.container.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Textual description of the container"
      },
      "Specimen.container.type": {
        "index": 40,
        "path": "Specimen.container.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Kind of container directly associated with specimen",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/specimen-container-type"
        }
      },
      "Specimen.container.capacity": {
        "index": 41,
        "path": "Specimen.container.capacity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Container volume or size"
      },
      "Specimen.container.specimenQuantity": {
        "index": 42,
        "path": "Specimen.container.specimenQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Quantity of specimen within container"
      },
      "Specimen.container.additive[x]": {
        "index": 43,
        "path": "Specimen.container.additive[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          }
        ],
        "short": "Additive associated with container",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/v2-0371"
        }
      },
      "Specimen.note": {
        "index": 44,
        "path": "Specimen.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments"
      }
    },
    "StructureDefinition": {
      "StructureDefinition": {
        "index": 0,
        "path": "StructureDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Structural Definition"
      },
      "StructureDefinition.id": {
        "index": 1,
        "path": "StructureDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "StructureDefinition.meta": {
        "index": 2,
        "path": "StructureDefinition.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "StructureDefinition.implicitRules": {
        "index": 3,
        "path": "StructureDefinition.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "StructureDefinition.language": {
        "index": 4,
        "path": "StructureDefinition.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "StructureDefinition.text": {
        "index": 5,
        "path": "StructureDefinition.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "StructureDefinition.contained": {
        "index": 6,
        "path": "StructureDefinition.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "StructureDefinition.extension": {
        "index": 7,
        "path": "StructureDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureDefinition.modifierExtension": {
        "index": 8,
        "path": "StructureDefinition.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureDefinition.url": {
        "index": 9,
        "path": "StructureDefinition.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this structure definition (globally unique)"
      },
      "StructureDefinition.identifier": {
        "index": 10,
        "path": "StructureDefinition.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the structure definition"
      },
      "StructureDefinition.version": {
        "index": 11,
        "path": "StructureDefinition.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the structure definition"
      },
      "StructureDefinition.name": {
        "index": 12,
        "path": "StructureDefinition.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this structure definition (computer friendly)"
      },
      "StructureDefinition.title": {
        "index": 13,
        "path": "StructureDefinition.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this structure definition (human friendly)"
      },
      "StructureDefinition.status": {
        "index": 14,
        "path": "StructureDefinition.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "StructureDefinition.experimental": {
        "index": 15,
        "path": "StructureDefinition.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "StructureDefinition.date": {
        "index": 16,
        "path": "StructureDefinition.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "StructureDefinition.publisher": {
        "index": 17,
        "path": "StructureDefinition.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "StructureDefinition.contact": {
        "index": 18,
        "path": "StructureDefinition.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "StructureDefinition.description": {
        "index": 19,
        "path": "StructureDefinition.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the structure definition"
      },
      "StructureDefinition.useContext": {
        "index": 20,
        "path": "StructureDefinition.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "StructureDefinition.jurisdiction": {
        "index": 21,
        "path": "StructureDefinition.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for structure definition (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "StructureDefinition.purpose": {
        "index": 22,
        "path": "StructureDefinition.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this structure definition is defined"
      },
      "StructureDefinition.copyright": {
        "index": 23,
        "path": "StructureDefinition.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "StructureDefinition.keyword": {
        "index": 24,
        "path": "StructureDefinition.keyword",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Assist with indexing and finding",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/profile-code"
        }
      },
      "StructureDefinition.fhirVersion": {
        "index": 25,
        "path": "StructureDefinition.fhirVersion",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "FHIR Version this StructureDefinition targets"
      },
      "StructureDefinition.mapping": {
        "index": 26,
        "path": "StructureDefinition.mapping",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "External specification that the content is mapped to"
      },
      "StructureDefinition.mapping.id": {
        "index": 27,
        "path": "StructureDefinition.mapping.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureDefinition.mapping.extension": {
        "index": 28,
        "path": "StructureDefinition.mapping.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureDefinition.mapping.modifierExtension": {
        "index": 29,
        "path": "StructureDefinition.mapping.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureDefinition.mapping.identity": {
        "index": 30,
        "path": "StructureDefinition.mapping.identity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Internal id when this mapping is used"
      },
      "StructureDefinition.mapping.uri": {
        "index": 31,
        "path": "StructureDefinition.mapping.uri",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Identifies what this mapping refers to"
      },
      "StructureDefinition.mapping.name": {
        "index": 32,
        "path": "StructureDefinition.mapping.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Names what this mapping refers to"
      },
      "StructureDefinition.mapping.comment": {
        "index": 33,
        "path": "StructureDefinition.mapping.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Versions, Issues, Scope limitations etc."
      },
      "StructureDefinition.kind": {
        "index": 34,
        "path": "StructureDefinition.kind",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "primitive-type | complex-type | resource | logical",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/structure-definition-kind"
        }
      },
      "StructureDefinition.abstract": {
        "index": 35,
        "path": "StructureDefinition.abstract",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Whether the structure is abstract"
      },
      "StructureDefinition.contextType": {
        "index": 36,
        "path": "StructureDefinition.contextType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "resource | datatype | extension",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/extension-context"
        }
      },
      "StructureDefinition.context": {
        "index": 37,
        "path": "StructureDefinition.context",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Where the extension can be used in instances"
      },
      "StructureDefinition.contextInvariant": {
        "index": 38,
        "path": "StructureDefinition.contextInvariant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "FHIRPath invariants - when the extension can be used"
      },
      "StructureDefinition.type": {
        "index": 39,
        "path": "StructureDefinition.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Type defined or constrained by this structure",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/defined-types"
        }
      },
      "StructureDefinition.baseDefinition": {
        "index": 40,
        "path": "StructureDefinition.baseDefinition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Definition that this type is constrained/specialized from"
      },
      "StructureDefinition.derivation": {
        "index": 41,
        "path": "StructureDefinition.derivation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "specialization | constraint - How relates to base definition",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/type-derivation-rule"
        }
      },
      "StructureDefinition.snapshot": {
        "index": 42,
        "path": "StructureDefinition.snapshot",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Snapshot view of the structure"
      },
      "StructureDefinition.snapshot.id": {
        "index": 43,
        "path": "StructureDefinition.snapshot.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureDefinition.snapshot.extension": {
        "index": 44,
        "path": "StructureDefinition.snapshot.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureDefinition.snapshot.modifierExtension": {
        "index": 45,
        "path": "StructureDefinition.snapshot.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureDefinition.snapshot.element": {
        "index": 46,
        "path": "StructureDefinition.snapshot.element",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "ElementDefinition"
          }
        ],
        "short": "Definition of elements in the resource (if no StructureDefinition)"
      },
      "StructureDefinition.differential": {
        "index": 47,
        "path": "StructureDefinition.differential",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Differential view of the structure"
      },
      "StructureDefinition.differential.id": {
        "index": 48,
        "path": "StructureDefinition.differential.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureDefinition.differential.extension": {
        "index": 49,
        "path": "StructureDefinition.differential.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureDefinition.differential.modifierExtension": {
        "index": 50,
        "path": "StructureDefinition.differential.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureDefinition.differential.element": {
        "index": 51,
        "path": "StructureDefinition.differential.element",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "ElementDefinition"
          }
        ],
        "short": "Definition of elements in the resource (if no StructureDefinition)"
      }
    },
    "StructureMap": {
      "StructureMap": {
        "index": 0,
        "path": "StructureMap",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A Map of relationships between 2 structures that can be used to transform data"
      },
      "StructureMap.id": {
        "index": 1,
        "path": "StructureMap.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "StructureMap.meta": {
        "index": 2,
        "path": "StructureMap.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "StructureMap.implicitRules": {
        "index": 3,
        "path": "StructureMap.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "StructureMap.language": {
        "index": 4,
        "path": "StructureMap.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "StructureMap.text": {
        "index": 5,
        "path": "StructureMap.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "StructureMap.contained": {
        "index": 6,
        "path": "StructureMap.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "StructureMap.extension": {
        "index": 7,
        "path": "StructureMap.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureMap.modifierExtension": {
        "index": 8,
        "path": "StructureMap.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureMap.url": {
        "index": 9,
        "path": "StructureMap.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this structure map (globally unique)"
      },
      "StructureMap.identifier": {
        "index": 10,
        "path": "StructureMap.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the structure map"
      },
      "StructureMap.version": {
        "index": 11,
        "path": "StructureMap.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the structure map"
      },
      "StructureMap.name": {
        "index": 12,
        "path": "StructureMap.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this structure map (computer friendly)"
      },
      "StructureMap.title": {
        "index": 13,
        "path": "StructureMap.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this structure map (human friendly)"
      },
      "StructureMap.status": {
        "index": 14,
        "path": "StructureMap.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "StructureMap.experimental": {
        "index": 15,
        "path": "StructureMap.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "StructureMap.date": {
        "index": 16,
        "path": "StructureMap.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "StructureMap.publisher": {
        "index": 17,
        "path": "StructureMap.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "StructureMap.contact": {
        "index": 18,
        "path": "StructureMap.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "StructureMap.description": {
        "index": 19,
        "path": "StructureMap.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the structure map"
      },
      "StructureMap.useContext": {
        "index": 20,
        "path": "StructureMap.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "StructureMap.jurisdiction": {
        "index": 21,
        "path": "StructureMap.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for structure map (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "StructureMap.purpose": {
        "index": 22,
        "path": "StructureMap.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this structure map is defined"
      },
      "StructureMap.copyright": {
        "index": 23,
        "path": "StructureMap.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "StructureMap.structure": {
        "index": 24,
        "path": "StructureMap.structure",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Structure Definition used by this map"
      },
      "StructureMap.structure.id": {
        "index": 25,
        "path": "StructureMap.structure.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureMap.structure.extension": {
        "index": 26,
        "path": "StructureMap.structure.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureMap.structure.modifierExtension": {
        "index": 27,
        "path": "StructureMap.structure.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureMap.structure.url": {
        "index": 28,
        "path": "StructureMap.structure.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Canonical URL for structure definition"
      },
      "StructureMap.structure.mode": {
        "index": 29,
        "path": "StructureMap.structure.mode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "source | queried | target | produced",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/map-model-mode"
        }
      },
      "StructureMap.structure.alias": {
        "index": 30,
        "path": "StructureMap.structure.alias",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for type in this map"
      },
      "StructureMap.structure.documentation": {
        "index": 31,
        "path": "StructureMap.structure.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Documentation on use of structure"
      },
      "StructureMap.import": {
        "index": 32,
        "path": "StructureMap.import",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Other maps used by this map (canonical URLs)"
      },
      "StructureMap.group": {
        "index": 33,
        "path": "StructureMap.group",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Named sections for reader convenience"
      },
      "StructureMap.group.id": {
        "index": 34,
        "path": "StructureMap.group.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureMap.group.extension": {
        "index": 35,
        "path": "StructureMap.group.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureMap.group.modifierExtension": {
        "index": 36,
        "path": "StructureMap.group.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureMap.group.name": {
        "index": 37,
        "path": "StructureMap.group.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Human-readable label"
      },
      "StructureMap.group.extends": {
        "index": 38,
        "path": "StructureMap.group.extends",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Another group that this group adds rules to"
      },
      "StructureMap.group.typeMode": {
        "index": 39,
        "path": "StructureMap.group.typeMode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "none | types | type-and-types",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/map-group-type-mode"
        }
      },
      "StructureMap.group.documentation": {
        "index": 40,
        "path": "StructureMap.group.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Additional description/explaination for group"
      },
      "StructureMap.group.input": {
        "index": 41,
        "path": "StructureMap.group.input",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Named instance provided when invoking the map"
      },
      "StructureMap.group.input.id": {
        "index": 42,
        "path": "StructureMap.group.input.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureMap.group.input.extension": {
        "index": 43,
        "path": "StructureMap.group.input.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureMap.group.input.modifierExtension": {
        "index": 44,
        "path": "StructureMap.group.input.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureMap.group.input.name": {
        "index": 45,
        "path": "StructureMap.group.input.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Name for this instance of data"
      },
      "StructureMap.group.input.type": {
        "index": 46,
        "path": "StructureMap.group.input.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Type for this instance of data"
      },
      "StructureMap.group.input.mode": {
        "index": 47,
        "path": "StructureMap.group.input.mode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "source | target",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/map-input-mode"
        }
      },
      "StructureMap.group.input.documentation": {
        "index": 48,
        "path": "StructureMap.group.input.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Documentation for this instance of data"
      },
      "StructureMap.group.rule": {
        "index": 49,
        "path": "StructureMap.group.rule",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Transform Rule from source to target"
      },
      "StructureMap.group.rule.id": {
        "index": 50,
        "path": "StructureMap.group.rule.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureMap.group.rule.extension": {
        "index": 51,
        "path": "StructureMap.group.rule.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureMap.group.rule.modifierExtension": {
        "index": 52,
        "path": "StructureMap.group.rule.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureMap.group.rule.name": {
        "index": 53,
        "path": "StructureMap.group.rule.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Name of the rule for internal references"
      },
      "StructureMap.group.rule.source": {
        "index": 54,
        "path": "StructureMap.group.rule.source",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Source inputs to the mapping"
      },
      "StructureMap.group.rule.source.id": {
        "index": 55,
        "path": "StructureMap.group.rule.source.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureMap.group.rule.source.extension": {
        "index": 56,
        "path": "StructureMap.group.rule.source.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureMap.group.rule.source.modifierExtension": {
        "index": 57,
        "path": "StructureMap.group.rule.source.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureMap.group.rule.source.context": {
        "index": 58,
        "path": "StructureMap.group.rule.source.context",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Type or variable this rule applies to"
      },
      "StructureMap.group.rule.source.min": {
        "index": 59,
        "path": "StructureMap.group.rule.source.min",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Specified minimum cardinality"
      },
      "StructureMap.group.rule.source.max": {
        "index": 60,
        "path": "StructureMap.group.rule.source.max",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Specified maximum cardinality (number or *)"
      },
      "StructureMap.group.rule.source.type": {
        "index": 61,
        "path": "StructureMap.group.rule.source.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Rule only applies if source has this type"
      },
      "StructureMap.group.rule.source.defaultValue[x]": {
        "index": 62,
        "path": "StructureMap.group.rule.source.defaultValue[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          },
          {
            "code": "boolean"
          },
          {
            "code": "code"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "decimal"
          },
          {
            "code": "id"
          },
          {
            "code": "instant"
          },
          {
            "code": "integer"
          },
          {
            "code": "markdown"
          },
          {
            "code": "oid"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "string"
          },
          {
            "code": "time"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "uri"
          },
          {
            "code": "Address"
          },
          {
            "code": "Age"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Count"
          },
          {
            "code": "Distance"
          },
          {
            "code": "Duration"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Money"
          },
          {
            "code": "Period"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "Reference"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "Timing"
          },
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Default value if no value exists"
      },
      "StructureMap.group.rule.source.element": {
        "index": 63,
        "path": "StructureMap.group.rule.source.element",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Optional field for this source"
      },
      "StructureMap.group.rule.source.listMode": {
        "index": 64,
        "path": "StructureMap.group.rule.source.listMode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "first | not_first | last | not_last | only_one",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/map-source-list-mode"
        }
      },
      "StructureMap.group.rule.source.variable": {
        "index": 65,
        "path": "StructureMap.group.rule.source.variable",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Named context for field, if a field is specified"
      },
      "StructureMap.group.rule.source.condition": {
        "index": 66,
        "path": "StructureMap.group.rule.source.condition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "FHIRPath expression  - must be true or the rule does not apply"
      },
      "StructureMap.group.rule.source.check": {
        "index": 67,
        "path": "StructureMap.group.rule.source.check",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "FHIRPath expression  - must be true or the mapping engine throws an error instead of completing"
      },
      "StructureMap.group.rule.target": {
        "index": 68,
        "path": "StructureMap.group.rule.target",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Content to create because of this mapping rule"
      },
      "StructureMap.group.rule.target.id": {
        "index": 69,
        "path": "StructureMap.group.rule.target.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureMap.group.rule.target.extension": {
        "index": 70,
        "path": "StructureMap.group.rule.target.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureMap.group.rule.target.modifierExtension": {
        "index": 71,
        "path": "StructureMap.group.rule.target.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureMap.group.rule.target.context": {
        "index": 72,
        "path": "StructureMap.group.rule.target.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Type or variable this rule applies to"
      },
      "StructureMap.group.rule.target.contextType": {
        "index": 73,
        "path": "StructureMap.group.rule.target.contextType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "type | variable",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/map-context-type"
        }
      },
      "StructureMap.group.rule.target.element": {
        "index": 74,
        "path": "StructureMap.group.rule.target.element",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Field to create in the context"
      },
      "StructureMap.group.rule.target.variable": {
        "index": 75,
        "path": "StructureMap.group.rule.target.variable",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Named context for field, if desired, and a field is specified"
      },
      "StructureMap.group.rule.target.listMode": {
        "index": 76,
        "path": "StructureMap.group.rule.target.listMode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "first | share | last | collate",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/map-target-list-mode"
        }
      },
      "StructureMap.group.rule.target.listRuleId": {
        "index": 77,
        "path": "StructureMap.group.rule.target.listRuleId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Internal rule reference for shared list items"
      },
      "StructureMap.group.rule.target.transform": {
        "index": 78,
        "path": "StructureMap.group.rule.target.transform",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "create | copy +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/map-transform"
        }
      },
      "StructureMap.group.rule.target.parameter": {
        "index": 79,
        "path": "StructureMap.group.rule.target.parameter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Parameters to the transform"
      },
      "StructureMap.group.rule.target.parameter.id": {
        "index": 80,
        "path": "StructureMap.group.rule.target.parameter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureMap.group.rule.target.parameter.extension": {
        "index": 81,
        "path": "StructureMap.group.rule.target.parameter.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureMap.group.rule.target.parameter.modifierExtension": {
        "index": 82,
        "path": "StructureMap.group.rule.target.parameter.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureMap.group.rule.target.parameter.value[x]": {
        "index": 83,
        "path": "StructureMap.group.rule.target.parameter.value[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          },
          {
            "code": "string"
          },
          {
            "code": "boolean"
          },
          {
            "code": "integer"
          },
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Parameter value - variable or literal"
      },
      "StructureMap.group.rule.rule": {
        "index": 84,
        "path": "StructureMap.group.rule.rule",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Rules contained in this rule",
        "refSchema": "StructureMap.group.rule"
      },
      "StructureMap.group.rule.dependent": {
        "index": 85,
        "path": "StructureMap.group.rule.dependent",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Which other rules to apply in the context of this rule"
      },
      "StructureMap.group.rule.dependent.id": {
        "index": 86,
        "path": "StructureMap.group.rule.dependent.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "StructureMap.group.rule.dependent.extension": {
        "index": 87,
        "path": "StructureMap.group.rule.dependent.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "StructureMap.group.rule.dependent.modifierExtension": {
        "index": 88,
        "path": "StructureMap.group.rule.dependent.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "StructureMap.group.rule.dependent.name": {
        "index": 89,
        "path": "StructureMap.group.rule.dependent.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Name of a rule or group to apply"
      },
      "StructureMap.group.rule.dependent.variable": {
        "index": 90,
        "path": "StructureMap.group.rule.dependent.variable",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Variable to pass to the rule or group"
      },
      "StructureMap.group.rule.documentation": {
        "index": 91,
        "path": "StructureMap.group.rule.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Documentation for this instance of data"
      }
    },
    "Subscription": {
      "Subscription": {
        "index": 0,
        "path": "Subscription",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A server push subscription criteria"
      },
      "Subscription.id": {
        "index": 1,
        "path": "Subscription.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Subscription.meta": {
        "index": 2,
        "path": "Subscription.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Subscription.implicitRules": {
        "index": 3,
        "path": "Subscription.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Subscription.language": {
        "index": 4,
        "path": "Subscription.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Subscription.text": {
        "index": 5,
        "path": "Subscription.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Subscription.contained": {
        "index": 6,
        "path": "Subscription.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Subscription.extension": {
        "index": 7,
        "path": "Subscription.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Subscription.modifierExtension": {
        "index": 8,
        "path": "Subscription.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Subscription.status": {
        "index": 9,
        "path": "Subscription.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "requested | active | error | off",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/subscription-status"
        }
      },
      "Subscription.contact": {
        "index": 10,
        "path": "Subscription.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "isSummary": true,
        "short": "Contact details for source (e.g. troubleshooting)"
      },
      "Subscription.end": {
        "index": 11,
        "path": "Subscription.end",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "When to automatically delete the subscription"
      },
      "Subscription.reason": {
        "index": 12,
        "path": "Subscription.reason",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Description of why this subscription was created"
      },
      "Subscription.criteria": {
        "index": 13,
        "path": "Subscription.criteria",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Rule for server push criteria"
      },
      "Subscription.error": {
        "index": 14,
        "path": "Subscription.error",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Latest error note"
      },
      "Subscription.channel": {
        "index": 15,
        "path": "Subscription.channel",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The channel on which to report matches to the criteria"
      },
      "Subscription.channel.id": {
        "index": 16,
        "path": "Subscription.channel.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Subscription.channel.extension": {
        "index": 17,
        "path": "Subscription.channel.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Subscription.channel.modifierExtension": {
        "index": 18,
        "path": "Subscription.channel.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Subscription.channel.type": {
        "index": 19,
        "path": "Subscription.channel.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "rest-hook | websocket | email | sms | message",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/subscription-channel-type"
        }
      },
      "Subscription.channel.endpoint": {
        "index": 20,
        "path": "Subscription.channel.endpoint",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Where the channel points to"
      },
      "Subscription.channel.payload": {
        "index": 21,
        "path": "Subscription.channel.payload",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Mimetype to send, or omit for no payload"
      },
      "Subscription.channel.header": {
        "index": 22,
        "path": "Subscription.channel.header",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Usage depends on the channel type"
      },
      "Subscription.tag": {
        "index": 23,
        "path": "Subscription.tag",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "A tag to add to matching resources",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/subscription-tag"
        }
      }
    },
    "Substance": {
      "Substance": {
        "index": 0,
        "path": "Substance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A homogeneous material with a definite composition"
      },
      "Substance.id": {
        "index": 1,
        "path": "Substance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Substance.meta": {
        "index": 2,
        "path": "Substance.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Substance.implicitRules": {
        "index": 3,
        "path": "Substance.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Substance.language": {
        "index": 4,
        "path": "Substance.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Substance.text": {
        "index": 5,
        "path": "Substance.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Substance.contained": {
        "index": 6,
        "path": "Substance.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Substance.extension": {
        "index": 7,
        "path": "Substance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Substance.modifierExtension": {
        "index": 8,
        "path": "Substance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Substance.identifier": {
        "index": 9,
        "path": "Substance.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique identifier"
      },
      "Substance.status": {
        "index": 10,
        "path": "Substance.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "active | inactive | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/substance-status"
        }
      },
      "Substance.category": {
        "index": 11,
        "path": "Substance.category",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "What class/type of substance this is",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/substance-category"
        }
      },
      "Substance.code": {
        "index": 12,
        "path": "Substance.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "What substance this is",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/substance-code"
        }
      },
      "Substance.description": {
        "index": 13,
        "path": "Substance.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Textual description of the substance, comments"
      },
      "Substance.instance": {
        "index": 14,
        "path": "Substance.instance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "If this describes a specific package/container of the substance"
      },
      "Substance.instance.id": {
        "index": 15,
        "path": "Substance.instance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Substance.instance.extension": {
        "index": 16,
        "path": "Substance.instance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Substance.instance.modifierExtension": {
        "index": 17,
        "path": "Substance.instance.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Substance.instance.identifier": {
        "index": 18,
        "path": "Substance.instance.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Identifier of the package/container"
      },
      "Substance.instance.expiry": {
        "index": 19,
        "path": "Substance.instance.expiry",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When no longer valid to use"
      },
      "Substance.instance.quantity": {
        "index": 20,
        "path": "Substance.instance.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "isSummary": true,
        "short": "Amount of substance in the package"
      },
      "Substance.ingredient": {
        "index": 21,
        "path": "Substance.ingredient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Composition information about the substance"
      },
      "Substance.ingredient.id": {
        "index": 22,
        "path": "Substance.ingredient.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Substance.ingredient.extension": {
        "index": 23,
        "path": "Substance.ingredient.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Substance.ingredient.modifierExtension": {
        "index": 24,
        "path": "Substance.ingredient.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Substance.ingredient.quantity": {
        "index": 25,
        "path": "Substance.ingredient.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Ratio"
          }
        ],
        "isSummary": true,
        "short": "Optional amount (concentration)"
      },
      "Substance.ingredient.substance[x]": {
        "index": 26,
        "path": "Substance.ingredient.substance[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          }
        ],
        "isSummary": true,
        "short": "A component of the substance",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/substance-code"
        }
      }
    },
    "SupplyDelivery": {
      "SupplyDelivery": {
        "index": 0,
        "path": "SupplyDelivery",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Delivery of bulk Supplies"
      },
      "SupplyDelivery.id": {
        "index": 1,
        "path": "SupplyDelivery.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "SupplyDelivery.meta": {
        "index": 2,
        "path": "SupplyDelivery.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "SupplyDelivery.implicitRules": {
        "index": 3,
        "path": "SupplyDelivery.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "SupplyDelivery.language": {
        "index": 4,
        "path": "SupplyDelivery.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "SupplyDelivery.text": {
        "index": 5,
        "path": "SupplyDelivery.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "SupplyDelivery.contained": {
        "index": 6,
        "path": "SupplyDelivery.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "SupplyDelivery.extension": {
        "index": 7,
        "path": "SupplyDelivery.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "SupplyDelivery.modifierExtension": {
        "index": 8,
        "path": "SupplyDelivery.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "SupplyDelivery.identifier": {
        "index": 9,
        "path": "SupplyDelivery.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "External identifier"
      },
      "SupplyDelivery.basedOn": {
        "index": 10,
        "path": "SupplyDelivery.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/SupplyRequest"
          }
        ],
        "isSummary": true,
        "short": "Fulfills plan, proposal or order"
      },
      "SupplyDelivery.partOf": {
        "index": 11,
        "path": "SupplyDelivery.partOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Contract"
          }
        ],
        "isSummary": true,
        "short": "Part of referenced event"
      },
      "SupplyDelivery.status": {
        "index": 12,
        "path": "SupplyDelivery.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "in-progress | completed | abandoned | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/supplydelivery-status"
        }
      },
      "SupplyDelivery.patient": {
        "index": 13,
        "path": "SupplyDelivery.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "Patient for whom the item is supplied"
      },
      "SupplyDelivery.type": {
        "index": 14,
        "path": "SupplyDelivery.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Category of dispense event",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/supplydelivery-type"
        }
      },
      "SupplyDelivery.suppliedItem": {
        "index": 15,
        "path": "SupplyDelivery.suppliedItem",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The item that is delivered or supplied"
      },
      "SupplyDelivery.suppliedItem.id": {
        "index": 16,
        "path": "SupplyDelivery.suppliedItem.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "SupplyDelivery.suppliedItem.extension": {
        "index": 17,
        "path": "SupplyDelivery.suppliedItem.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "SupplyDelivery.suppliedItem.modifierExtension": {
        "index": 18,
        "path": "SupplyDelivery.suppliedItem.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "SupplyDelivery.suppliedItem.quantity": {
        "index": 19,
        "path": "SupplyDelivery.suppliedItem.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Amount dispensed"
      },
      "SupplyDelivery.suppliedItem.item[x]": {
        "index": 20,
        "path": "SupplyDelivery.suppliedItem.item[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "short": "Medication, Substance, or Device supplied",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/supply-item"
        }
      },
      "SupplyDelivery.occurrence[x]": {
        "index": 21,
        "path": "SupplyDelivery.occurrence[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "Timing"
          }
        ],
        "isSummary": true,
        "short": "When event occurred"
      },
      "SupplyDelivery.supplier": {
        "index": 22,
        "path": "SupplyDelivery.supplier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Dispenser"
      },
      "SupplyDelivery.destination": {
        "index": 23,
        "path": "SupplyDelivery.destination",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "Where the Supply was sent"
      },
      "SupplyDelivery.receiver": {
        "index": 24,
        "path": "SupplyDelivery.receiver",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Who collected the Supply"
      }
    },
    "SupplyRequest": {
      "SupplyRequest": {
        "index": 0,
        "path": "SupplyRequest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Request for a medication, substance or device"
      },
      "SupplyRequest.id": {
        "index": 1,
        "path": "SupplyRequest.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "SupplyRequest.meta": {
        "index": 2,
        "path": "SupplyRequest.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "SupplyRequest.implicitRules": {
        "index": 3,
        "path": "SupplyRequest.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "SupplyRequest.language": {
        "index": 4,
        "path": "SupplyRequest.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "SupplyRequest.text": {
        "index": 5,
        "path": "SupplyRequest.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "SupplyRequest.contained": {
        "index": 6,
        "path": "SupplyRequest.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "SupplyRequest.extension": {
        "index": 7,
        "path": "SupplyRequest.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "SupplyRequest.modifierExtension": {
        "index": 8,
        "path": "SupplyRequest.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "SupplyRequest.identifier": {
        "index": 9,
        "path": "SupplyRequest.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Unique identifier"
      },
      "SupplyRequest.status": {
        "index": 10,
        "path": "SupplyRequest.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | suspended +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/supplyrequest-status"
        }
      },
      "SupplyRequest.category": {
        "index": 11,
        "path": "SupplyRequest.category",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "The kind of supply (central, non-stock, etc.)",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/supplyrequest-kind"
        }
      },
      "SupplyRequest.priority": {
        "index": 12,
        "path": "SupplyRequest.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "routine | urgent | asap | stat",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-priority"
        }
      },
      "SupplyRequest.orderedItem": {
        "index": 13,
        "path": "SupplyRequest.orderedItem",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "The item being requested"
      },
      "SupplyRequest.orderedItem.id": {
        "index": 14,
        "path": "SupplyRequest.orderedItem.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "SupplyRequest.orderedItem.extension": {
        "index": 15,
        "path": "SupplyRequest.orderedItem.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "SupplyRequest.orderedItem.modifierExtension": {
        "index": 16,
        "path": "SupplyRequest.orderedItem.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "SupplyRequest.orderedItem.quantity": {
        "index": 17,
        "path": "SupplyRequest.orderedItem.quantity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "isSummary": true,
        "short": "The requested amount of the item indicated"
      },
      "SupplyRequest.orderedItem.item[x]": {
        "index": 18,
        "path": "SupplyRequest.orderedItem.item[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Medication, Substance, or Device requested to be supplied",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/supply-item"
        }
      },
      "SupplyRequest.occurrence[x]": {
        "index": 19,
        "path": "SupplyRequest.occurrence[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "Timing"
          }
        ],
        "isSummary": true,
        "short": "When the request should be fulfilled"
      },
      "SupplyRequest.authoredOn": {
        "index": 20,
        "path": "SupplyRequest.authoredOn",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the request was made"
      },
      "SupplyRequest.requester": {
        "index": 21,
        "path": "SupplyRequest.requester",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who/what is requesting service"
      },
      "SupplyRequest.requester.id": {
        "index": 22,
        "path": "SupplyRequest.requester.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "SupplyRequest.requester.extension": {
        "index": 23,
        "path": "SupplyRequest.requester.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "SupplyRequest.requester.modifierExtension": {
        "index": 24,
        "path": "SupplyRequest.requester.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "SupplyRequest.requester.agent": {
        "index": 25,
        "path": "SupplyRequest.requester.agent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "isSummary": true,
        "short": "Individual making the request"
      },
      "SupplyRequest.requester.onBehalfOf": {
        "index": 26,
        "path": "SupplyRequest.requester.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Organization agent is acting for"
      },
      "SupplyRequest.supplier": {
        "index": 27,
        "path": "SupplyRequest.supplier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Who is intended to fulfill the request"
      },
      "SupplyRequest.reason[x]": {
        "index": 28,
        "path": "SupplyRequest.reason[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Why the supply item was requested",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/supplyrequest-reason"
        }
      },
      "SupplyRequest.deliverFrom": {
        "index": 29,
        "path": "SupplyRequest.deliverFrom",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "short": "The origin of the supply"
      },
      "SupplyRequest.deliverTo": {
        "index": 30,
        "path": "SupplyRequest.deliverTo",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "The destination of the supply"
      }
    },
    "Task": {
      "Task": {
        "index": 0,
        "path": "Task",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A task to be performed"
      },
      "Task.id": {
        "index": 1,
        "path": "Task.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "Task.meta": {
        "index": 2,
        "path": "Task.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "Task.implicitRules": {
        "index": 3,
        "path": "Task.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "Task.language": {
        "index": 4,
        "path": "Task.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Task.text": {
        "index": 5,
        "path": "Task.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "Task.contained": {
        "index": 6,
        "path": "Task.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "Task.extension": {
        "index": 7,
        "path": "Task.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Task.modifierExtension": {
        "index": 8,
        "path": "Task.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Task.identifier": {
        "index": 9,
        "path": "Task.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Task Instance Identifier"
      },
      "Task.definition[x]": {
        "index": 10,
        "path": "Task.definition[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
          }
        ],
        "isSummary": true,
        "short": "Formal definition of task"
      },
      "Task.basedOn": {
        "index": 11,
        "path": "Task.basedOn",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Request fulfilled by this task"
      },
      "Task.groupIdentifier": {
        "index": 12,
        "path": "Task.groupIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Requisition or grouper id"
      },
      "Task.partOf": {
        "index": 13,
        "path": "Task.partOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Task"
          }
        ],
        "isSummary": true,
        "short": "Composite task"
      },
      "Task.status": {
        "index": 14,
        "path": "Task.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "draft | requested | received | accepted | +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/task-status"
        }
      },
      "Task.statusReason": {
        "index": 15,
        "path": "Task.statusReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Reason for current status"
      },
      "Task.businessStatus": {
        "index": 16,
        "path": "Task.businessStatus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "E.g. \"Specimen collected\", \"IV prepped\""
      },
      "Task.intent": {
        "index": 17,
        "path": "Task.intent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "proposal | plan | order +",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-intent"
        }
      },
      "Task.priority": {
        "index": 18,
        "path": "Task.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "normal | urgent | asap | stat",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/request-priority"
        }
      },
      "Task.code": {
        "index": 19,
        "path": "Task.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Task Type"
      },
      "Task.description": {
        "index": 20,
        "path": "Task.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Human-readable explanation of task"
      },
      "Task.focus": {
        "index": 21,
        "path": "Task.focus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "What task is acting on"
      },
      "Task.for": {
        "index": 22,
        "path": "Task.for",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "Beneficiary of the Task"
      },
      "Task.context": {
        "index": 23,
        "path": "Task.context",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "short": "Healthcare event during which this task originated"
      },
      "Task.executionPeriod": {
        "index": 24,
        "path": "Task.executionPeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Start and end time of execution"
      },
      "Task.authoredOn": {
        "index": 25,
        "path": "Task.authoredOn",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Task Creation Date"
      },
      "Task.lastModified": {
        "index": 26,
        "path": "Task.lastModified",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Task Last Modified Date"
      },
      "Task.requester": {
        "index": 27,
        "path": "Task.requester",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Who is asking for task to be done"
      },
      "Task.requester.id": {
        "index": 28,
        "path": "Task.requester.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Task.requester.extension": {
        "index": 29,
        "path": "Task.requester.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Task.requester.modifierExtension": {
        "index": 30,
        "path": "Task.requester.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Task.requester.agent": {
        "index": 31,
        "path": "Task.requester.agent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Individual asking for task"
      },
      "Task.requester.onBehalfOf": {
        "index": 32,
        "path": "Task.requester.onBehalfOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "Organization individual is acting for"
      },
      "Task.performerType": {
        "index": 33,
        "path": "Task.performerType",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "requester | dispatcher | scheduler | performer | monitor | manager | acquirer | reviewer",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/task-performer-type"
        }
      },
      "Task.owner": {
        "index": 34,
        "path": "Task.owner",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ],
        "isSummary": true,
        "short": "Responsible individual"
      },
      "Task.reason": {
        "index": 35,
        "path": "Task.reason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Why task is needed"
      },
      "Task.note": {
        "index": 36,
        "path": "Task.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Comments made about the task"
      },
      "Task.relevantHistory": {
        "index": 37,
        "path": "Task.relevantHistory",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Provenance"
          }
        ],
        "short": "Key events in history of the Task"
      },
      "Task.restriction": {
        "index": 38,
        "path": "Task.restriction",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Constraints on fulfillment tasks"
      },
      "Task.restriction.id": {
        "index": 39,
        "path": "Task.restriction.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Task.restriction.extension": {
        "index": 40,
        "path": "Task.restriction.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Task.restriction.modifierExtension": {
        "index": 41,
        "path": "Task.restriction.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Task.restriction.repetitions": {
        "index": 42,
        "path": "Task.restriction.repetitions",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "short": "How many times to repeat"
      },
      "Task.restriction.period": {
        "index": 43,
        "path": "Task.restriction.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "short": "When fulfillment sought"
      },
      "Task.restriction.recipient": {
        "index": 44,
        "path": "Task.restriction.recipient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "short": "For whom is fulfillment sought?"
      },
      "Task.input": {
        "index": 45,
        "path": "Task.input",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Information used to perform task"
      },
      "Task.input.id": {
        "index": 46,
        "path": "Task.input.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Task.input.extension": {
        "index": 47,
        "path": "Task.input.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Task.input.modifierExtension": {
        "index": 48,
        "path": "Task.input.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Task.input.type": {
        "index": 49,
        "path": "Task.input.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Label for the input"
      },
      "Task.input.value[x]": {
        "index": 50,
        "path": "Task.input.value[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          },
          {
            "code": "boolean"
          },
          {
            "code": "code"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "decimal"
          },
          {
            "code": "id"
          },
          {
            "code": "instant"
          },
          {
            "code": "integer"
          },
          {
            "code": "markdown"
          },
          {
            "code": "oid"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "string"
          },
          {
            "code": "time"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "uri"
          },
          {
            "code": "Address"
          },
          {
            "code": "Age"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Count"
          },
          {
            "code": "Distance"
          },
          {
            "code": "Duration"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Money"
          },
          {
            "code": "Period"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "Reference"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "Timing"
          },
          {
            "code": "Meta"
          }
        ],
        "short": "Content to use in performing the task"
      },
      "Task.output": {
        "index": 51,
        "path": "Task.output",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Information produced as part of task"
      },
      "Task.output.id": {
        "index": 52,
        "path": "Task.output.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Task.output.extension": {
        "index": 53,
        "path": "Task.output.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Task.output.modifierExtension": {
        "index": 54,
        "path": "Task.output.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "Task.output.type": {
        "index": 55,
        "path": "Task.output.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Label for output"
      },
      "Task.output.value[x]": {
        "index": 56,
        "path": "Task.output.value[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          },
          {
            "code": "boolean"
          },
          {
            "code": "code"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "decimal"
          },
          {
            "code": "id"
          },
          {
            "code": "instant"
          },
          {
            "code": "integer"
          },
          {
            "code": "markdown"
          },
          {
            "code": "oid"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "string"
          },
          {
            "code": "time"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "uri"
          },
          {
            "code": "Address"
          },
          {
            "code": "Age"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Count"
          },
          {
            "code": "Distance"
          },
          {
            "code": "Duration"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Money"
          },
          {
            "code": "Period"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "Reference"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "Timing"
          },
          {
            "code": "Meta"
          }
        ],
        "short": "Result of output"
      }
    },
    "TestReport": {
      "TestReport": {
        "index": 0,
        "path": "TestReport",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Describes the results of a TestScript execution"
      },
      "TestReport.id": {
        "index": 1,
        "path": "TestReport.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "TestReport.meta": {
        "index": 2,
        "path": "TestReport.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "TestReport.implicitRules": {
        "index": 3,
        "path": "TestReport.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "TestReport.language": {
        "index": 4,
        "path": "TestReport.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "TestReport.text": {
        "index": 5,
        "path": "TestReport.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "TestReport.contained": {
        "index": 6,
        "path": "TestReport.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "TestReport.extension": {
        "index": 7,
        "path": "TestReport.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestReport.modifierExtension": {
        "index": 8,
        "path": "TestReport.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestReport.identifier": {
        "index": 9,
        "path": "TestReport.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "External identifier"
      },
      "TestReport.name": {
        "index": 10,
        "path": "TestReport.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Informal name of the executed TestScript"
      },
      "TestReport.status": {
        "index": 11,
        "path": "TestReport.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "completed | in-progress | waiting | stopped | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/report-status-codes"
        }
      },
      "TestReport.testScript": {
        "index": 12,
        "path": "TestReport.testScript",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/TestScript"
          }
        ],
        "isSummary": true,
        "short": "Reference to the  version-specific TestScript that was executed to produce this TestReport"
      },
      "TestReport.result": {
        "index": 13,
        "path": "TestReport.result",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "pass | fail | pending",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/report-result-codes"
        }
      },
      "TestReport.score": {
        "index": 14,
        "path": "TestReport.score",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "The final score (percentage of tests passed) resulting from the execution of the TestScript"
      },
      "TestReport.tester": {
        "index": 15,
        "path": "TestReport.tester",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the tester producing this report (Organization or individual)"
      },
      "TestReport.issued": {
        "index": 16,
        "path": "TestReport.issued",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the TestScript was executed and this TestReport was generated"
      },
      "TestReport.participant": {
        "index": 17,
        "path": "TestReport.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A participant in the test execution, either the execution engine, a client, or a server"
      },
      "TestReport.participant.id": {
        "index": 18,
        "path": "TestReport.participant.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestReport.participant.extension": {
        "index": 19,
        "path": "TestReport.participant.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestReport.participant.modifierExtension": {
        "index": 20,
        "path": "TestReport.participant.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestReport.participant.type": {
        "index": 21,
        "path": "TestReport.participant.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "test-engine | client | server",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/report-participant-type"
        }
      },
      "TestReport.participant.uri": {
        "index": 22,
        "path": "TestReport.participant.uri",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "The uri of the participant. An absolute URL is preferred"
      },
      "TestReport.participant.display": {
        "index": 23,
        "path": "TestReport.participant.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The display name of the participant"
      },
      "TestReport.setup": {
        "index": 24,
        "path": "TestReport.setup",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The results of the series of required setup operations before the tests were executed"
      },
      "TestReport.setup.id": {
        "index": 25,
        "path": "TestReport.setup.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestReport.setup.extension": {
        "index": 26,
        "path": "TestReport.setup.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestReport.setup.modifierExtension": {
        "index": 27,
        "path": "TestReport.setup.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestReport.setup.action": {
        "index": 28,
        "path": "TestReport.setup.action",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A setup operation or assert that was executed"
      },
      "TestReport.setup.action.id": {
        "index": 29,
        "path": "TestReport.setup.action.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestReport.setup.action.extension": {
        "index": 30,
        "path": "TestReport.setup.action.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestReport.setup.action.modifierExtension": {
        "index": 31,
        "path": "TestReport.setup.action.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestReport.setup.action.operation": {
        "index": 32,
        "path": "TestReport.setup.action.operation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The operation to perform"
      },
      "TestReport.setup.action.operation.id": {
        "index": 33,
        "path": "TestReport.setup.action.operation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestReport.setup.action.operation.extension": {
        "index": 34,
        "path": "TestReport.setup.action.operation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestReport.setup.action.operation.modifierExtension": {
        "index": 35,
        "path": "TestReport.setup.action.operation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestReport.setup.action.operation.result": {
        "index": 36,
        "path": "TestReport.setup.action.operation.result",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "pass | skip | fail | warning | error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/report-action-result-codes"
        }
      },
      "TestReport.setup.action.operation.message": {
        "index": 37,
        "path": "TestReport.setup.action.operation.message",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "A message associated with the result"
      },
      "TestReport.setup.action.operation.detail": {
        "index": 38,
        "path": "TestReport.setup.action.operation.detail",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "A link to further details on the result"
      },
      "TestReport.setup.action.assert": {
        "index": 39,
        "path": "TestReport.setup.action.assert",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The assertion to perform"
      },
      "TestReport.setup.action.assert.id": {
        "index": 40,
        "path": "TestReport.setup.action.assert.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestReport.setup.action.assert.extension": {
        "index": 41,
        "path": "TestReport.setup.action.assert.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestReport.setup.action.assert.modifierExtension": {
        "index": 42,
        "path": "TestReport.setup.action.assert.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestReport.setup.action.assert.result": {
        "index": 43,
        "path": "TestReport.setup.action.assert.result",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "pass | skip | fail | warning | error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/report-action-result-codes"
        }
      },
      "TestReport.setup.action.assert.message": {
        "index": 44,
        "path": "TestReport.setup.action.assert.message",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "A message associated with the result"
      },
      "TestReport.setup.action.assert.detail": {
        "index": 45,
        "path": "TestReport.setup.action.assert.detail",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "A link to further details on the result"
      },
      "TestReport.test": {
        "index": 46,
        "path": "TestReport.test",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A test executed from the test script"
      },
      "TestReport.test.id": {
        "index": 47,
        "path": "TestReport.test.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestReport.test.extension": {
        "index": 48,
        "path": "TestReport.test.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestReport.test.modifierExtension": {
        "index": 49,
        "path": "TestReport.test.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestReport.test.name": {
        "index": 50,
        "path": "TestReport.test.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Tracking/logging name of this test"
      },
      "TestReport.test.description": {
        "index": 51,
        "path": "TestReport.test.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Tracking/reporting short description of the test"
      },
      "TestReport.test.action": {
        "index": 52,
        "path": "TestReport.test.action",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A test operation or assert that was performed"
      },
      "TestReport.test.action.id": {
        "index": 53,
        "path": "TestReport.test.action.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestReport.test.action.extension": {
        "index": 54,
        "path": "TestReport.test.action.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestReport.test.action.modifierExtension": {
        "index": 55,
        "path": "TestReport.test.action.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestReport.test.action.operation": {
        "index": 56,
        "path": "TestReport.test.action.operation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The operation performed",
        "refSchema": "TestReport.setup.action.operation"
      },
      "TestReport.test.action.assert": {
        "index": 57,
        "path": "TestReport.test.action.assert",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The assertion performed",
        "refSchema": "TestReport.setup.action.assert"
      },
      "TestReport.teardown": {
        "index": 58,
        "path": "TestReport.teardown",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The results of running the series of required clean up steps"
      },
      "TestReport.teardown.id": {
        "index": 59,
        "path": "TestReport.teardown.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestReport.teardown.extension": {
        "index": 60,
        "path": "TestReport.teardown.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestReport.teardown.modifierExtension": {
        "index": 61,
        "path": "TestReport.teardown.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestReport.teardown.action": {
        "index": 62,
        "path": "TestReport.teardown.action",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "One or more teardown operations performed"
      },
      "TestReport.teardown.action.id": {
        "index": 63,
        "path": "TestReport.teardown.action.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestReport.teardown.action.extension": {
        "index": 64,
        "path": "TestReport.teardown.action.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestReport.teardown.action.modifierExtension": {
        "index": 65,
        "path": "TestReport.teardown.action.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestReport.teardown.action.operation": {
        "index": 66,
        "path": "TestReport.teardown.action.operation",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The teardown operation performed",
        "refSchema": "TestReport.setup.action.operation"
      }
    },
    "TestScript": {
      "TestScript": {
        "index": 0,
        "path": "TestScript",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Describes a set of tests"
      },
      "TestScript.id": {
        "index": 1,
        "path": "TestScript.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "TestScript.meta": {
        "index": 2,
        "path": "TestScript.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "TestScript.implicitRules": {
        "index": 3,
        "path": "TestScript.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "TestScript.language": {
        "index": 4,
        "path": "TestScript.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "TestScript.text": {
        "index": 5,
        "path": "TestScript.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "TestScript.contained": {
        "index": 6,
        "path": "TestScript.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "TestScript.extension": {
        "index": 7,
        "path": "TestScript.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.modifierExtension": {
        "index": 8,
        "path": "TestScript.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.url": {
        "index": 9,
        "path": "TestScript.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this test script (globally unique)"
      },
      "TestScript.identifier": {
        "index": 10,
        "path": "TestScript.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the test script"
      },
      "TestScript.version": {
        "index": 11,
        "path": "TestScript.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the test script"
      },
      "TestScript.name": {
        "index": 12,
        "path": "TestScript.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this test script (computer friendly)"
      },
      "TestScript.title": {
        "index": 13,
        "path": "TestScript.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this test script (human friendly)"
      },
      "TestScript.status": {
        "index": 14,
        "path": "TestScript.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "TestScript.experimental": {
        "index": 15,
        "path": "TestScript.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "TestScript.date": {
        "index": 16,
        "path": "TestScript.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "TestScript.publisher": {
        "index": 17,
        "path": "TestScript.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "TestScript.contact": {
        "index": 18,
        "path": "TestScript.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "TestScript.description": {
        "index": 19,
        "path": "TestScript.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the test script"
      },
      "TestScript.useContext": {
        "index": 20,
        "path": "TestScript.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "TestScript.jurisdiction": {
        "index": 21,
        "path": "TestScript.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for test script (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "TestScript.purpose": {
        "index": 22,
        "path": "TestScript.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this test script is defined"
      },
      "TestScript.copyright": {
        "index": 23,
        "path": "TestScript.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "TestScript.origin": {
        "index": 24,
        "path": "TestScript.origin",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "An abstract server representing a client or sender in a message exchange"
      },
      "TestScript.origin.id": {
        "index": 25,
        "path": "TestScript.origin.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.origin.extension": {
        "index": 26,
        "path": "TestScript.origin.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.origin.modifierExtension": {
        "index": 27,
        "path": "TestScript.origin.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.origin.index": {
        "index": 28,
        "path": "TestScript.origin.index",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "The index of the abstract origin server starting at 1"
      },
      "TestScript.origin.profile": {
        "index": 29,
        "path": "TestScript.origin.profile",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "FHIR-Client | FHIR-SDC-FormFiller",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/testscript-profile-origin-types"
        }
      },
      "TestScript.destination": {
        "index": 30,
        "path": "TestScript.destination",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "An abstract server representing a destination or receiver in a message exchange"
      },
      "TestScript.destination.id": {
        "index": 31,
        "path": "TestScript.destination.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.destination.extension": {
        "index": 32,
        "path": "TestScript.destination.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.destination.modifierExtension": {
        "index": 33,
        "path": "TestScript.destination.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.destination.index": {
        "index": 34,
        "path": "TestScript.destination.index",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "The index of the abstract destination server starting at 1"
      },
      "TestScript.destination.profile": {
        "index": 35,
        "path": "TestScript.destination.profile",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "FHIR-Server | FHIR-SDC-FormManager | FHIR-SDC-FormReceiver | FHIR-SDC-FormProcessor",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/testscript-profile-destination-types"
        }
      },
      "TestScript.metadata": {
        "index": 36,
        "path": "TestScript.metadata",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Required capability that is assumed to function correctly on the FHIR server being tested"
      },
      "TestScript.metadata.id": {
        "index": 37,
        "path": "TestScript.metadata.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.metadata.extension": {
        "index": 38,
        "path": "TestScript.metadata.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.metadata.modifierExtension": {
        "index": 39,
        "path": "TestScript.metadata.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.metadata.link": {
        "index": 40,
        "path": "TestScript.metadata.link",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Links to the FHIR specification"
      },
      "TestScript.metadata.link.id": {
        "index": 41,
        "path": "TestScript.metadata.link.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.metadata.link.extension": {
        "index": 42,
        "path": "TestScript.metadata.link.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.metadata.link.modifierExtension": {
        "index": 43,
        "path": "TestScript.metadata.link.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.metadata.link.url": {
        "index": 44,
        "path": "TestScript.metadata.link.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "URL to the specification"
      },
      "TestScript.metadata.link.description": {
        "index": 45,
        "path": "TestScript.metadata.link.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Short description"
      },
      "TestScript.metadata.capability": {
        "index": 46,
        "path": "TestScript.metadata.capability",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Capabilities  that are assumed to function correctly on the FHIR server being tested"
      },
      "TestScript.metadata.capability.id": {
        "index": 47,
        "path": "TestScript.metadata.capability.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.metadata.capability.extension": {
        "index": 48,
        "path": "TestScript.metadata.capability.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.metadata.capability.modifierExtension": {
        "index": 49,
        "path": "TestScript.metadata.capability.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.metadata.capability.required": {
        "index": 50,
        "path": "TestScript.metadata.capability.required",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Are the capabilities required?"
      },
      "TestScript.metadata.capability.validated": {
        "index": 51,
        "path": "TestScript.metadata.capability.validated",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Are the capabilities validated?"
      },
      "TestScript.metadata.capability.description": {
        "index": 52,
        "path": "TestScript.metadata.capability.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The expected capabilities of the server"
      },
      "TestScript.metadata.capability.origin": {
        "index": 53,
        "path": "TestScript.metadata.capability.origin",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "Which origin server these requirements apply to"
      },
      "TestScript.metadata.capability.destination": {
        "index": 54,
        "path": "TestScript.metadata.capability.destination",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "Which server these requirements apply to"
      },
      "TestScript.metadata.capability.link": {
        "index": 55,
        "path": "TestScript.metadata.capability.link",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Links to the FHIR specification"
      },
      "TestScript.metadata.capability.capabilities": {
        "index": 56,
        "path": "TestScript.metadata.capability.capabilities",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement"
          }
        ],
        "short": "Required Capability Statement"
      },
      "TestScript.fixture": {
        "index": 57,
        "path": "TestScript.fixture",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Fixture in the test script - by reference (uri)"
      },
      "TestScript.fixture.id": {
        "index": 58,
        "path": "TestScript.fixture.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.fixture.extension": {
        "index": 59,
        "path": "TestScript.fixture.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.fixture.modifierExtension": {
        "index": 60,
        "path": "TestScript.fixture.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.fixture.autocreate": {
        "index": 61,
        "path": "TestScript.fixture.autocreate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Whether or not to implicitly create the fixture during setup"
      },
      "TestScript.fixture.autodelete": {
        "index": 62,
        "path": "TestScript.fixture.autodelete",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Whether or not to implicitly delete the fixture during teardown"
      },
      "TestScript.fixture.resource": {
        "index": 63,
        "path": "TestScript.fixture.resource",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Reference of the resource"
      },
      "TestScript.profile": {
        "index": 64,
        "path": "TestScript.profile",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Reference of the validation profile"
      },
      "TestScript.variable": {
        "index": 65,
        "path": "TestScript.variable",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Placeholder for evaluated elements"
      },
      "TestScript.variable.id": {
        "index": 66,
        "path": "TestScript.variable.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.variable.extension": {
        "index": 67,
        "path": "TestScript.variable.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.variable.modifierExtension": {
        "index": 68,
        "path": "TestScript.variable.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.variable.name": {
        "index": 69,
        "path": "TestScript.variable.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Descriptive name for this variable"
      },
      "TestScript.variable.defaultValue": {
        "index": 70,
        "path": "TestScript.variable.defaultValue",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Default, hard-coded, or user-defined value for this variable"
      },
      "TestScript.variable.description": {
        "index": 71,
        "path": "TestScript.variable.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Natural language description of the variable"
      },
      "TestScript.variable.expression": {
        "index": 72,
        "path": "TestScript.variable.expression",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The fluentpath expression against the fixture body"
      },
      "TestScript.variable.headerField": {
        "index": 73,
        "path": "TestScript.variable.headerField",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "HTTP header field name for source"
      },
      "TestScript.variable.hint": {
        "index": 74,
        "path": "TestScript.variable.hint",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Hint help text for default value to enter"
      },
      "TestScript.variable.path": {
        "index": 75,
        "path": "TestScript.variable.path",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "XPath or JSONPath against the fixture body"
      },
      "TestScript.variable.sourceId": {
        "index": 76,
        "path": "TestScript.variable.sourceId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Fixture Id of source expression or headerField within this variable"
      },
      "TestScript.rule": {
        "index": 77,
        "path": "TestScript.rule",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Assert rule used within the test script"
      },
      "TestScript.rule.id": {
        "index": 78,
        "path": "TestScript.rule.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.rule.extension": {
        "index": 79,
        "path": "TestScript.rule.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.rule.modifierExtension": {
        "index": 80,
        "path": "TestScript.rule.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.rule.resource": {
        "index": 81,
        "path": "TestScript.rule.resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Assert rule resource reference"
      },
      "TestScript.rule.param": {
        "index": 82,
        "path": "TestScript.rule.param",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Rule parameter template"
      },
      "TestScript.rule.param.id": {
        "index": 83,
        "path": "TestScript.rule.param.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.rule.param.extension": {
        "index": 84,
        "path": "TestScript.rule.param.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.rule.param.modifierExtension": {
        "index": 85,
        "path": "TestScript.rule.param.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.rule.param.name": {
        "index": 86,
        "path": "TestScript.rule.param.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Parameter name matching external assert rule parameter"
      },
      "TestScript.rule.param.value": {
        "index": 87,
        "path": "TestScript.rule.param.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Parameter value defined either explicitly or dynamically"
      },
      "TestScript.ruleset": {
        "index": 88,
        "path": "TestScript.ruleset",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Assert ruleset used within the test script"
      },
      "TestScript.ruleset.id": {
        "index": 89,
        "path": "TestScript.ruleset.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.ruleset.extension": {
        "index": 90,
        "path": "TestScript.ruleset.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.ruleset.modifierExtension": {
        "index": 91,
        "path": "TestScript.ruleset.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.ruleset.resource": {
        "index": 92,
        "path": "TestScript.ruleset.resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "short": "Assert ruleset resource reference"
      },
      "TestScript.ruleset.rule": {
        "index": 93,
        "path": "TestScript.ruleset.rule",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The referenced rule within the ruleset"
      },
      "TestScript.ruleset.rule.id": {
        "index": 94,
        "path": "TestScript.ruleset.rule.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.ruleset.rule.extension": {
        "index": 95,
        "path": "TestScript.ruleset.rule.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.ruleset.rule.modifierExtension": {
        "index": 96,
        "path": "TestScript.ruleset.rule.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.ruleset.rule.ruleId": {
        "index": 97,
        "path": "TestScript.ruleset.rule.ruleId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Id of referenced rule within the ruleset"
      },
      "TestScript.ruleset.rule.param": {
        "index": 98,
        "path": "TestScript.ruleset.rule.param",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Ruleset rule parameter template"
      },
      "TestScript.ruleset.rule.param.id": {
        "index": 99,
        "path": "TestScript.ruleset.rule.param.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.ruleset.rule.param.extension": {
        "index": 100,
        "path": "TestScript.ruleset.rule.param.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.ruleset.rule.param.modifierExtension": {
        "index": 101,
        "path": "TestScript.ruleset.rule.param.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.ruleset.rule.param.name": {
        "index": 102,
        "path": "TestScript.ruleset.rule.param.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Parameter name matching external assert ruleset rule parameter"
      },
      "TestScript.ruleset.rule.param.value": {
        "index": 103,
        "path": "TestScript.ruleset.rule.param.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Parameter value defined either explicitly or dynamically"
      },
      "TestScript.setup": {
        "index": 104,
        "path": "TestScript.setup",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A series of required setup operations before tests are executed"
      },
      "TestScript.setup.id": {
        "index": 105,
        "path": "TestScript.setup.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.setup.extension": {
        "index": 106,
        "path": "TestScript.setup.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.setup.modifierExtension": {
        "index": 107,
        "path": "TestScript.setup.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.setup.action": {
        "index": 108,
        "path": "TestScript.setup.action",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A setup operation or assert to perform"
      },
      "TestScript.setup.action.id": {
        "index": 109,
        "path": "TestScript.setup.action.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.setup.action.extension": {
        "index": 110,
        "path": "TestScript.setup.action.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.setup.action.modifierExtension": {
        "index": 111,
        "path": "TestScript.setup.action.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.setup.action.operation": {
        "index": 112,
        "path": "TestScript.setup.action.operation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The setup operation to perform"
      },
      "TestScript.setup.action.operation.id": {
        "index": 113,
        "path": "TestScript.setup.action.operation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.setup.action.operation.extension": {
        "index": 114,
        "path": "TestScript.setup.action.operation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.setup.action.operation.modifierExtension": {
        "index": 115,
        "path": "TestScript.setup.action.operation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.setup.action.operation.type": {
        "index": 116,
        "path": "TestScript.setup.action.operation.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "The operation code type that will be executed",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/testscript-operation-codes"
        }
      },
      "TestScript.setup.action.operation.resource": {
        "index": 117,
        "path": "TestScript.setup.action.operation.resource",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Resource type",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/defined-types"
        }
      },
      "TestScript.setup.action.operation.label": {
        "index": 118,
        "path": "TestScript.setup.action.operation.label",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Tracking/logging operation label"
      },
      "TestScript.setup.action.operation.description": {
        "index": 119,
        "path": "TestScript.setup.action.operation.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Tracking/reporting operation description"
      },
      "TestScript.setup.action.operation.accept": {
        "index": 120,
        "path": "TestScript.setup.action.operation.accept",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "xml | json | ttl | none",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/content-type"
        }
      },
      "TestScript.setup.action.operation.contentType": {
        "index": 121,
        "path": "TestScript.setup.action.operation.contentType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "xml | json | ttl | none",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/content-type"
        }
      },
      "TestScript.setup.action.operation.destination": {
        "index": 122,
        "path": "TestScript.setup.action.operation.destination",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "Server responding to the request"
      },
      "TestScript.setup.action.operation.encodeRequestUrl": {
        "index": 123,
        "path": "TestScript.setup.action.operation.encodeRequestUrl",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Whether or not to send the request url in encoded format"
      },
      "TestScript.setup.action.operation.origin": {
        "index": 124,
        "path": "TestScript.setup.action.operation.origin",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "Server initiating the request"
      },
      "TestScript.setup.action.operation.params": {
        "index": 125,
        "path": "TestScript.setup.action.operation.params",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Explicitly defined path parameters"
      },
      "TestScript.setup.action.operation.requestHeader": {
        "index": 126,
        "path": "TestScript.setup.action.operation.requestHeader",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Each operation can have one or more header elements"
      },
      "TestScript.setup.action.operation.requestHeader.id": {
        "index": 127,
        "path": "TestScript.setup.action.operation.requestHeader.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.setup.action.operation.requestHeader.extension": {
        "index": 128,
        "path": "TestScript.setup.action.operation.requestHeader.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.setup.action.operation.requestHeader.modifierExtension": {
        "index": 129,
        "path": "TestScript.setup.action.operation.requestHeader.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.setup.action.operation.requestHeader.field": {
        "index": 130,
        "path": "TestScript.setup.action.operation.requestHeader.field",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "HTTP header field name"
      },
      "TestScript.setup.action.operation.requestHeader.value": {
        "index": 131,
        "path": "TestScript.setup.action.operation.requestHeader.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "HTTP headerfield value"
      },
      "TestScript.setup.action.operation.requestId": {
        "index": 132,
        "path": "TestScript.setup.action.operation.requestId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Fixture Id of mapped request"
      },
      "TestScript.setup.action.operation.responseId": {
        "index": 133,
        "path": "TestScript.setup.action.operation.responseId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Fixture Id of mapped response"
      },
      "TestScript.setup.action.operation.sourceId": {
        "index": 134,
        "path": "TestScript.setup.action.operation.sourceId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Fixture Id of body for PUT and POST requests"
      },
      "TestScript.setup.action.operation.targetId": {
        "index": 135,
        "path": "TestScript.setup.action.operation.targetId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Id of fixture used for extracting the [id],  [type], and [vid] for GET requests"
      },
      "TestScript.setup.action.operation.url": {
        "index": 136,
        "path": "TestScript.setup.action.operation.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Request URL"
      },
      "TestScript.setup.action.assert": {
        "index": 137,
        "path": "TestScript.setup.action.assert",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The assertion to perform"
      },
      "TestScript.setup.action.assert.id": {
        "index": 138,
        "path": "TestScript.setup.action.assert.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.setup.action.assert.extension": {
        "index": 139,
        "path": "TestScript.setup.action.assert.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.setup.action.assert.modifierExtension": {
        "index": 140,
        "path": "TestScript.setup.action.assert.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.setup.action.assert.label": {
        "index": 141,
        "path": "TestScript.setup.action.assert.label",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Tracking/logging assertion label"
      },
      "TestScript.setup.action.assert.description": {
        "index": 142,
        "path": "TestScript.setup.action.assert.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Tracking/reporting assertion description"
      },
      "TestScript.setup.action.assert.direction": {
        "index": 143,
        "path": "TestScript.setup.action.assert.direction",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "response | request",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/assert-direction-codes"
        }
      },
      "TestScript.setup.action.assert.compareToSourceId": {
        "index": 144,
        "path": "TestScript.setup.action.assert.compareToSourceId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Id of the source fixture to be evaluated"
      },
      "TestScript.setup.action.assert.compareToSourceExpression": {
        "index": 145,
        "path": "TestScript.setup.action.assert.compareToSourceExpression",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The fluentpath expression to evaluate against the source fixture"
      },
      "TestScript.setup.action.assert.compareToSourcePath": {
        "index": 146,
        "path": "TestScript.setup.action.assert.compareToSourcePath",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "XPath or JSONPath expression to evaluate against the source fixture"
      },
      "TestScript.setup.action.assert.contentType": {
        "index": 147,
        "path": "TestScript.setup.action.assert.contentType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "xml | json | ttl | none",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/content-type"
        }
      },
      "TestScript.setup.action.assert.expression": {
        "index": 148,
        "path": "TestScript.setup.action.assert.expression",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The fluentpath expression to be evaluated"
      },
      "TestScript.setup.action.assert.headerField": {
        "index": 149,
        "path": "TestScript.setup.action.assert.headerField",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "HTTP header field name"
      },
      "TestScript.setup.action.assert.minimumId": {
        "index": 150,
        "path": "TestScript.setup.action.assert.minimumId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Fixture Id of minimum content resource"
      },
      "TestScript.setup.action.assert.navigationLinks": {
        "index": 151,
        "path": "TestScript.setup.action.assert.navigationLinks",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Perform validation on navigation links?"
      },
      "TestScript.setup.action.assert.operator": {
        "index": 152,
        "path": "TestScript.setup.action.assert.operator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "equals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/assert-operator-codes"
        }
      },
      "TestScript.setup.action.assert.path": {
        "index": 153,
        "path": "TestScript.setup.action.assert.path",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "XPath or JSONPath expression"
      },
      "TestScript.setup.action.assert.requestMethod": {
        "index": 154,
        "path": "TestScript.setup.action.assert.requestMethod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "delete | get | options | patch | post | put",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/http-operations"
        }
      },
      "TestScript.setup.action.assert.requestURL": {
        "index": 155,
        "path": "TestScript.setup.action.assert.requestURL",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Request URL comparison value"
      },
      "TestScript.setup.action.assert.resource": {
        "index": 156,
        "path": "TestScript.setup.action.assert.resource",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Resource type",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/defined-types"
        }
      },
      "TestScript.setup.action.assert.response": {
        "index": 157,
        "path": "TestScript.setup.action.assert.response",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/assert-response-code-types"
        }
      },
      "TestScript.setup.action.assert.responseCode": {
        "index": 158,
        "path": "TestScript.setup.action.assert.responseCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "HTTP response code to test"
      },
      "TestScript.setup.action.assert.rule": {
        "index": 159,
        "path": "TestScript.setup.action.assert.rule",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The reference to a TestScript.rule"
      },
      "TestScript.setup.action.assert.rule.id": {
        "index": 160,
        "path": "TestScript.setup.action.assert.rule.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.setup.action.assert.rule.extension": {
        "index": 161,
        "path": "TestScript.setup.action.assert.rule.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.setup.action.assert.rule.modifierExtension": {
        "index": 162,
        "path": "TestScript.setup.action.assert.rule.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.setup.action.assert.rule.ruleId": {
        "index": 163,
        "path": "TestScript.setup.action.assert.rule.ruleId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Id of the TestScript.rule"
      },
      "TestScript.setup.action.assert.rule.param": {
        "index": 164,
        "path": "TestScript.setup.action.assert.rule.param",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Rule parameter template"
      },
      "TestScript.setup.action.assert.rule.param.id": {
        "index": 165,
        "path": "TestScript.setup.action.assert.rule.param.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.setup.action.assert.rule.param.extension": {
        "index": 166,
        "path": "TestScript.setup.action.assert.rule.param.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.setup.action.assert.rule.param.modifierExtension": {
        "index": 167,
        "path": "TestScript.setup.action.assert.rule.param.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.setup.action.assert.rule.param.name": {
        "index": 168,
        "path": "TestScript.setup.action.assert.rule.param.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Parameter name matching external assert rule parameter"
      },
      "TestScript.setup.action.assert.rule.param.value": {
        "index": 169,
        "path": "TestScript.setup.action.assert.rule.param.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Parameter value defined either explicitly or dynamically"
      },
      "TestScript.setup.action.assert.ruleset": {
        "index": 170,
        "path": "TestScript.setup.action.assert.ruleset",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The reference to a TestScript.ruleset"
      },
      "TestScript.setup.action.assert.ruleset.id": {
        "index": 171,
        "path": "TestScript.setup.action.assert.ruleset.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.setup.action.assert.ruleset.extension": {
        "index": 172,
        "path": "TestScript.setup.action.assert.ruleset.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.setup.action.assert.ruleset.modifierExtension": {
        "index": 173,
        "path": "TestScript.setup.action.assert.ruleset.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.setup.action.assert.ruleset.rulesetId": {
        "index": 174,
        "path": "TestScript.setup.action.assert.ruleset.rulesetId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Id of the TestScript.ruleset"
      },
      "TestScript.setup.action.assert.ruleset.rule": {
        "index": 175,
        "path": "TestScript.setup.action.assert.ruleset.rule",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The referenced rule within the ruleset"
      },
      "TestScript.setup.action.assert.ruleset.rule.id": {
        "index": 176,
        "path": "TestScript.setup.action.assert.ruleset.rule.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.setup.action.assert.ruleset.rule.extension": {
        "index": 177,
        "path": "TestScript.setup.action.assert.ruleset.rule.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.setup.action.assert.ruleset.rule.modifierExtension": {
        "index": 178,
        "path": "TestScript.setup.action.assert.ruleset.rule.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.setup.action.assert.ruleset.rule.ruleId": {
        "index": 179,
        "path": "TestScript.setup.action.assert.ruleset.rule.ruleId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Id of referenced rule within the ruleset"
      },
      "TestScript.setup.action.assert.ruleset.rule.param": {
        "index": 180,
        "path": "TestScript.setup.action.assert.ruleset.rule.param",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Rule parameter template"
      },
      "TestScript.setup.action.assert.ruleset.rule.param.id": {
        "index": 181,
        "path": "TestScript.setup.action.assert.ruleset.rule.param.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.setup.action.assert.ruleset.rule.param.extension": {
        "index": 182,
        "path": "TestScript.setup.action.assert.ruleset.rule.param.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.setup.action.assert.ruleset.rule.param.modifierExtension": {
        "index": 183,
        "path": "TestScript.setup.action.assert.ruleset.rule.param.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.setup.action.assert.ruleset.rule.param.name": {
        "index": 184,
        "path": "TestScript.setup.action.assert.ruleset.rule.param.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Parameter name matching external assert ruleset rule parameter"
      },
      "TestScript.setup.action.assert.ruleset.rule.param.value": {
        "index": 185,
        "path": "TestScript.setup.action.assert.ruleset.rule.param.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Parameter value defined either explicitly or dynamically"
      },
      "TestScript.setup.action.assert.sourceId": {
        "index": 186,
        "path": "TestScript.setup.action.assert.sourceId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Fixture Id of source expression or headerField"
      },
      "TestScript.setup.action.assert.validateProfileId": {
        "index": 187,
        "path": "TestScript.setup.action.assert.validateProfileId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "short": "Profile Id of validation profile reference"
      },
      "TestScript.setup.action.assert.value": {
        "index": 188,
        "path": "TestScript.setup.action.assert.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The value to compare to"
      },
      "TestScript.setup.action.assert.warningOnly": {
        "index": 189,
        "path": "TestScript.setup.action.assert.warningOnly",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "Will this assert produce a warning only on error?"
      },
      "TestScript.test": {
        "index": 190,
        "path": "TestScript.test",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A test in this script"
      },
      "TestScript.test.id": {
        "index": 191,
        "path": "TestScript.test.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.test.extension": {
        "index": 192,
        "path": "TestScript.test.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.test.modifierExtension": {
        "index": 193,
        "path": "TestScript.test.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.test.name": {
        "index": 194,
        "path": "TestScript.test.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Tracking/logging name of this test"
      },
      "TestScript.test.description": {
        "index": 195,
        "path": "TestScript.test.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Tracking/reporting short description of the test"
      },
      "TestScript.test.action": {
        "index": 196,
        "path": "TestScript.test.action",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A test operation or assert to perform"
      },
      "TestScript.test.action.id": {
        "index": 197,
        "path": "TestScript.test.action.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.test.action.extension": {
        "index": 198,
        "path": "TestScript.test.action.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.test.action.modifierExtension": {
        "index": 199,
        "path": "TestScript.test.action.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.test.action.operation": {
        "index": 200,
        "path": "TestScript.test.action.operation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The setup operation to perform",
        "refSchema": "TestScript.setup.action.operation"
      },
      "TestScript.test.action.assert": {
        "index": 201,
        "path": "TestScript.test.action.assert",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The setup assertion to perform",
        "refSchema": "TestScript.setup.action.assert"
      },
      "TestScript.teardown": {
        "index": 202,
        "path": "TestScript.teardown",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A series of required clean up steps"
      },
      "TestScript.teardown.id": {
        "index": 203,
        "path": "TestScript.teardown.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.teardown.extension": {
        "index": 204,
        "path": "TestScript.teardown.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.teardown.modifierExtension": {
        "index": 205,
        "path": "TestScript.teardown.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.teardown.action": {
        "index": 206,
        "path": "TestScript.teardown.action",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "One or more teardown operations to perform"
      },
      "TestScript.teardown.action.id": {
        "index": 207,
        "path": "TestScript.teardown.action.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TestScript.teardown.action.extension": {
        "index": 208,
        "path": "TestScript.teardown.action.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TestScript.teardown.action.modifierExtension": {
        "index": 209,
        "path": "TestScript.teardown.action.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "TestScript.teardown.action.operation": {
        "index": 210,
        "path": "TestScript.teardown.action.operation",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "The teardown operation to perform",
        "refSchema": "TestScript.setup.action.operation"
      }
    },
    "ValueSet": {
      "ValueSet": {
        "index": 0,
        "path": "ValueSet",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "A set of codes drawn from one or more code systems"
      },
      "ValueSet.id": {
        "index": 1,
        "path": "ValueSet.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "ValueSet.meta": {
        "index": 2,
        "path": "ValueSet.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "ValueSet.implicitRules": {
        "index": 3,
        "path": "ValueSet.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "ValueSet.language": {
        "index": 4,
        "path": "ValueSet.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ValueSet.text": {
        "index": 5,
        "path": "ValueSet.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "ValueSet.contained": {
        "index": 6,
        "path": "ValueSet.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "ValueSet.extension": {
        "index": 7,
        "path": "ValueSet.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ValueSet.modifierExtension": {
        "index": 8,
        "path": "ValueSet.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ValueSet.url": {
        "index": 9,
        "path": "ValueSet.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this value set (globally unique)"
      },
      "ValueSet.identifier": {
        "index": 10,
        "path": "ValueSet.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Additional identifier for the value set"
      },
      "ValueSet.version": {
        "index": 11,
        "path": "ValueSet.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the value set"
      },
      "ValueSet.name": {
        "index": 12,
        "path": "ValueSet.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this value set (computer friendly)"
      },
      "ValueSet.title": {
        "index": 13,
        "path": "ValueSet.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this value set (human friendly)"
      },
      "ValueSet.status": {
        "index": 14,
        "path": "ValueSet.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "ValueSet.experimental": {
        "index": 15,
        "path": "ValueSet.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "ValueSet.date": {
        "index": 16,
        "path": "ValueSet.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "ValueSet.publisher": {
        "index": 17,
        "path": "ValueSet.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "ValueSet.contact": {
        "index": 18,
        "path": "ValueSet.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "ValueSet.description": {
        "index": 19,
        "path": "ValueSet.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the value set"
      },
      "ValueSet.useContext": {
        "index": 20,
        "path": "ValueSet.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "ValueSet.jurisdiction": {
        "index": 21,
        "path": "ValueSet.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for value set (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "ValueSet.immutable": {
        "index": 22,
        "path": "ValueSet.immutable",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Indicates whether or not any change to the content logical definition may occur"
      },
      "ValueSet.purpose": {
        "index": 23,
        "path": "ValueSet.purpose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Why this value set is defined"
      },
      "ValueSet.copyright": {
        "index": 24,
        "path": "ValueSet.copyright",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Use and/or publishing restrictions"
      },
      "ValueSet.extensible": {
        "index": 25,
        "path": "ValueSet.extensible",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Whether this is intended to be used with an extensible binding"
      },
      "ValueSet.compose": {
        "index": 26,
        "path": "ValueSet.compose",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Definition of the content of the value set (CLD)"
      },
      "ValueSet.compose.id": {
        "index": 27,
        "path": "ValueSet.compose.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ValueSet.compose.extension": {
        "index": 28,
        "path": "ValueSet.compose.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ValueSet.compose.modifierExtension": {
        "index": 29,
        "path": "ValueSet.compose.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ValueSet.compose.lockedDate": {
        "index": 30,
        "path": "ValueSet.compose.lockedDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "isSummary": true,
        "short": "Fixed date for version-less references (transitive)"
      },
      "ValueSet.compose.inactive": {
        "index": 31,
        "path": "ValueSet.compose.inactive",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Whether inactive codes are in the value set"
      },
      "ValueSet.compose.include": {
        "index": 32,
        "path": "ValueSet.compose.include",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "short": "Include one or more codes from a code system or other value set(s)"
      },
      "ValueSet.compose.include.id": {
        "index": 33,
        "path": "ValueSet.compose.include.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ValueSet.compose.include.extension": {
        "index": 34,
        "path": "ValueSet.compose.include.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ValueSet.compose.include.modifierExtension": {
        "index": 35,
        "path": "ValueSet.compose.include.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ValueSet.compose.include.system": {
        "index": 36,
        "path": "ValueSet.compose.include.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "The system the codes come from"
      },
      "ValueSet.compose.include.version": {
        "index": 37,
        "path": "ValueSet.compose.include.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Specific version of the code system referred to"
      },
      "ValueSet.compose.include.concept": {
        "index": 38,
        "path": "ValueSet.compose.include.concept",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "A concept defined in the system"
      },
      "ValueSet.compose.include.concept.id": {
        "index": 39,
        "path": "ValueSet.compose.include.concept.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ValueSet.compose.include.concept.extension": {
        "index": 40,
        "path": "ValueSet.compose.include.concept.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ValueSet.compose.include.concept.modifierExtension": {
        "index": 41,
        "path": "ValueSet.compose.include.concept.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ValueSet.compose.include.concept.code": {
        "index": 42,
        "path": "ValueSet.compose.include.concept.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Code or expression from system"
      },
      "ValueSet.compose.include.concept.display": {
        "index": 43,
        "path": "ValueSet.compose.include.concept.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Text to display for this code for this value set in this valueset"
      },
      "ValueSet.compose.include.concept.designation": {
        "index": 44,
        "path": "ValueSet.compose.include.concept.designation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Additional representations for this concept"
      },
      "ValueSet.compose.include.concept.designation.id": {
        "index": 45,
        "path": "ValueSet.compose.include.concept.designation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ValueSet.compose.include.concept.designation.extension": {
        "index": 46,
        "path": "ValueSet.compose.include.concept.designation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ValueSet.compose.include.concept.designation.modifierExtension": {
        "index": 47,
        "path": "ValueSet.compose.include.concept.designation.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ValueSet.compose.include.concept.designation.language": {
        "index": 48,
        "path": "ValueSet.compose.include.concept.designation.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Human language of the designation",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "ValueSet.compose.include.concept.designation.use": {
        "index": 49,
        "path": "ValueSet.compose.include.concept.designation.use",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "short": "Details how this designation would be used",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/designation-use"
        }
      },
      "ValueSet.compose.include.concept.designation.value": {
        "index": 50,
        "path": "ValueSet.compose.include.concept.designation.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The text value for this designation"
      },
      "ValueSet.compose.include.filter": {
        "index": 51,
        "path": "ValueSet.compose.include.filter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Select codes/concepts by their properties (including relationships)"
      },
      "ValueSet.compose.include.filter.id": {
        "index": 52,
        "path": "ValueSet.compose.include.filter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ValueSet.compose.include.filter.extension": {
        "index": 53,
        "path": "ValueSet.compose.include.filter.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ValueSet.compose.include.filter.modifierExtension": {
        "index": 54,
        "path": "ValueSet.compose.include.filter.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ValueSet.compose.include.filter.property": {
        "index": 55,
        "path": "ValueSet.compose.include.filter.property",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "A property defined by the code system"
      },
      "ValueSet.compose.include.filter.op": {
        "index": 56,
        "path": "ValueSet.compose.include.filter.op",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | exists",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/filter-operator"
        }
      },
      "ValueSet.compose.include.filter.value": {
        "index": 57,
        "path": "ValueSet.compose.include.filter.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Code from the system, or regex criteria, or boolean value for exists"
      },
      "ValueSet.compose.include.valueSet": {
        "index": 58,
        "path": "ValueSet.compose.include.valueSet",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Select only contents included in this value set"
      },
      "ValueSet.compose.exclude": {
        "index": 59,
        "path": "ValueSet.compose.exclude",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Explicitly exclude codes from a code system or other value sets",
        "refSchema": "ValueSet.compose.include"
      },
      "ValueSet.expansion": {
        "index": 60,
        "path": "ValueSet.expansion",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Used when the value set is \"expanded\""
      },
      "ValueSet.expansion.id": {
        "index": 61,
        "path": "ValueSet.expansion.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ValueSet.expansion.extension": {
        "index": 62,
        "path": "ValueSet.expansion.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ValueSet.expansion.modifierExtension": {
        "index": 63,
        "path": "ValueSet.expansion.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ValueSet.expansion.identifier": {
        "index": 64,
        "path": "ValueSet.expansion.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "Uniquely identifies this expansion"
      },
      "ValueSet.expansion.timestamp": {
        "index": 65,
        "path": "ValueSet.expansion.timestamp",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "Time ValueSet expansion happened"
      },
      "ValueSet.expansion.total": {
        "index": 66,
        "path": "ValueSet.expansion.total",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "Total number of codes in the expansion"
      },
      "ValueSet.expansion.offset": {
        "index": 67,
        "path": "ValueSet.expansion.offset",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "Offset at which this resource starts"
      },
      "ValueSet.expansion.parameter": {
        "index": 68,
        "path": "ValueSet.expansion.parameter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Parameter that controlled the expansion process"
      },
      "ValueSet.expansion.parameter.id": {
        "index": 69,
        "path": "ValueSet.expansion.parameter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ValueSet.expansion.parameter.extension": {
        "index": 70,
        "path": "ValueSet.expansion.parameter.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ValueSet.expansion.parameter.modifierExtension": {
        "index": 71,
        "path": "ValueSet.expansion.parameter.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ValueSet.expansion.parameter.name": {
        "index": 72,
        "path": "ValueSet.expansion.parameter.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Name as assigned by the server"
      },
      "ValueSet.expansion.parameter.value[x]": {
        "index": 73,
        "path": "ValueSet.expansion.parameter.value[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "boolean"
          },
          {
            "code": "integer"
          },
          {
            "code": "decimal"
          },
          {
            "code": "uri"
          },
          {
            "code": "code"
          }
        ],
        "short": "Value of the named parameter"
      },
      "ValueSet.expansion.contains": {
        "index": 74,
        "path": "ValueSet.expansion.contains",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Codes in the value set"
      },
      "ValueSet.expansion.contains.id": {
        "index": 75,
        "path": "ValueSet.expansion.contains.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ValueSet.expansion.contains.extension": {
        "index": 76,
        "path": "ValueSet.expansion.contains.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ValueSet.expansion.contains.modifierExtension": {
        "index": 77,
        "path": "ValueSet.expansion.contains.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "ValueSet.expansion.contains.system": {
        "index": 78,
        "path": "ValueSet.expansion.contains.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "System value for the code"
      },
      "ValueSet.expansion.contains.abstract": {
        "index": 79,
        "path": "ValueSet.expansion.contains.abstract",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "If user cannot select this entry"
      },
      "ValueSet.expansion.contains.inactive": {
        "index": 80,
        "path": "ValueSet.expansion.contains.inactive",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "short": "If concept is inactive in the code system"
      },
      "ValueSet.expansion.contains.version": {
        "index": 81,
        "path": "ValueSet.expansion.contains.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Version in which this code/display is defined"
      },
      "ValueSet.expansion.contains.code": {
        "index": 82,
        "path": "ValueSet.expansion.contains.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Code - if blank, this is not a selectable code"
      },
      "ValueSet.expansion.contains.display": {
        "index": 83,
        "path": "ValueSet.expansion.contains.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "User display for the concept"
      },
      "ValueSet.expansion.contains.designation": {
        "index": 84,
        "path": "ValueSet.expansion.contains.designation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Additional representations for this item",
        "refSchema": "ValueSet.compose.include.concept.designation"
      },
      "ValueSet.expansion.contains.contains": {
        "index": 85,
        "path": "ValueSet.expansion.contains.contains",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Codes contained under this entry",
        "refSchema": "ValueSet.expansion.contains"
      }
    },
    "VisionPrescription": {
      "VisionPrescription": {
        "index": 0,
        "path": "VisionPrescription",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Prescription for vision correction products for a patient"
      },
      "VisionPrescription.id": {
        "index": 1,
        "path": "VisionPrescription.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "VisionPrescription.meta": {
        "index": 2,
        "path": "VisionPrescription.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "VisionPrescription.implicitRules": {
        "index": 3,
        "path": "VisionPrescription.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "VisionPrescription.language": {
        "index": 4,
        "path": "VisionPrescription.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "VisionPrescription.text": {
        "index": 5,
        "path": "VisionPrescription.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "VisionPrescription.contained": {
        "index": 6,
        "path": "VisionPrescription.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "VisionPrescription.extension": {
        "index": 7,
        "path": "VisionPrescription.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "VisionPrescription.modifierExtension": {
        "index": 8,
        "path": "VisionPrescription.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "VisionPrescription.identifier": {
        "index": 9,
        "path": "VisionPrescription.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "short": "Business identifier"
      },
      "VisionPrescription.status": {
        "index": 10,
        "path": "VisionPrescription.status",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "active | cancelled | draft | entered-in-error",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/fm-status"
        }
      },
      "VisionPrescription.patient": {
        "index": 11,
        "path": "VisionPrescription.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "short": "Who prescription is for"
      },
      "VisionPrescription.encounter": {
        "index": 12,
        "path": "VisionPrescription.encounter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ],
        "short": "Created during encounter / admission / stay"
      },
      "VisionPrescription.dateWritten": {
        "index": 13,
        "path": "VisionPrescription.dateWritten",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "short": "When prescription was authorized"
      },
      "VisionPrescription.prescriber": {
        "index": 14,
        "path": "VisionPrescription.prescriber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "short": "Who authorizes the vision product"
      },
      "VisionPrescription.reason[x]": {
        "index": 15,
        "path": "VisionPrescription.reason[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition"
          }
        ],
        "short": "Reason or indication for writing the prescription"
      },
      "VisionPrescription.dispense": {
        "index": 16,
        "path": "VisionPrescription.dispense",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "short": "Vision supply authorization"
      },
      "VisionPrescription.dispense.id": {
        "index": 17,
        "path": "VisionPrescription.dispense.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "VisionPrescription.dispense.extension": {
        "index": 18,
        "path": "VisionPrescription.dispense.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "VisionPrescription.dispense.modifierExtension": {
        "index": 19,
        "path": "VisionPrescription.dispense.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "VisionPrescription.dispense.product": {
        "index": 20,
        "path": "VisionPrescription.dispense.product",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "short": "Product to be supplied",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/vision-product"
        }
      },
      "VisionPrescription.dispense.eye": {
        "index": 21,
        "path": "VisionPrescription.dispense.eye",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "right | left",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/vision-eye-codes"
        }
      },
      "VisionPrescription.dispense.sphere": {
        "index": 22,
        "path": "VisionPrescription.dispense.sphere",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Lens sphere"
      },
      "VisionPrescription.dispense.cylinder": {
        "index": 23,
        "path": "VisionPrescription.dispense.cylinder",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Lens cylinder"
      },
      "VisionPrescription.dispense.axis": {
        "index": 24,
        "path": "VisionPrescription.dispense.axis",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "short": "Lens axis"
      },
      "VisionPrescription.dispense.prism": {
        "index": 25,
        "path": "VisionPrescription.dispense.prism",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Lens prism"
      },
      "VisionPrescription.dispense.base": {
        "index": 26,
        "path": "VisionPrescription.dispense.base",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "up | down | in | out",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/vision-base-codes"
        }
      },
      "VisionPrescription.dispense.add": {
        "index": 27,
        "path": "VisionPrescription.dispense.add",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Lens add"
      },
      "VisionPrescription.dispense.power": {
        "index": 28,
        "path": "VisionPrescription.dispense.power",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Contact lens power"
      },
      "VisionPrescription.dispense.backCurve": {
        "index": 29,
        "path": "VisionPrescription.dispense.backCurve",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Contact lens back curvature"
      },
      "VisionPrescription.dispense.diameter": {
        "index": 30,
        "path": "VisionPrescription.dispense.diameter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "short": "Contact lens diameter"
      },
      "VisionPrescription.dispense.duration": {
        "index": 31,
        "path": "VisionPrescription.dispense.duration",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "short": "Lens wear duration"
      },
      "VisionPrescription.dispense.color": {
        "index": 32,
        "path": "VisionPrescription.dispense.color",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Color required"
      },
      "VisionPrescription.dispense.brand": {
        "index": 33,
        "path": "VisionPrescription.dispense.brand",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Brand required"
      },
      "VisionPrescription.dispense.note": {
        "index": 34,
        "path": "VisionPrescription.dispense.note",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "short": "Notes for coatings"
      }
    },
    "MetadataResource": {
      "MetadataResource": {
        "index": 0,
        "path": "MetadataResource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "DomainResource"
          }
        ],
        "short": "Common Ancestor declaration for definitional resources"
      },
      "MetadataResource.id": {
        "index": 1,
        "path": "MetadataResource.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Logical id of this artifact"
      },
      "MetadataResource.meta": {
        "index": 2,
        "path": "MetadataResource.meta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Metadata about the resource"
      },
      "MetadataResource.implicitRules": {
        "index": 3,
        "path": "MetadataResource.implicitRules",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "A set of rules under which this content was created"
      },
      "MetadataResource.language": {
        "index": 4,
        "path": "MetadataResource.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "Language of the resource content",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "MetadataResource.text": {
        "index": 5,
        "path": "MetadataResource.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "short": "Text summary of the resource, for human interpretation"
      },
      "MetadataResource.contained": {
        "index": 6,
        "path": "MetadataResource.contained",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "short": "Contained, inline Resources"
      },
      "MetadataResource.extension": {
        "index": 7,
        "path": "MetadataResource.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "MetadataResource.modifierExtension": {
        "index": 8,
        "path": "MetadataResource.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      },
      "MetadataResource.url": {
        "index": 9,
        "path": "MetadataResource.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Logical URI to reference this metadata resource (globally unique)"
      },
      "MetadataResource.version": {
        "index": 10,
        "path": "MetadataResource.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Business version of the metadata resource"
      },
      "MetadataResource.name": {
        "index": 11,
        "path": "MetadataResource.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this metadata resource (computer friendly)"
      },
      "MetadataResource.title": {
        "index": 12,
        "path": "MetadataResource.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this metadata resource (human friendly)"
      },
      "MetadataResource.status": {
        "index": 13,
        "path": "MetadataResource.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "draft | active | retired | unknown",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "MetadataResource.experimental": {
        "index": 14,
        "path": "MetadataResource.experimental",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "For testing purposes, not real usage"
      },
      "MetadataResource.date": {
        "index": 15,
        "path": "MetadataResource.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date this was last changed"
      },
      "MetadataResource.publisher": {
        "index": 16,
        "path": "MetadataResource.publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of the publisher (organization or individual)"
      },
      "MetadataResource.contact": {
        "index": 17,
        "path": "MetadataResource.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details for the publisher"
      },
      "MetadataResource.useContext": {
        "index": 18,
        "path": "MetadataResource.useContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "short": "Context the content is intended to support"
      },
      "MetadataResource.jurisdiction": {
        "index": 19,
        "path": "MetadataResource.jurisdiction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Intended jurisdiction for metadata resource (if applicable)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "MetadataResource.description": {
        "index": 20,
        "path": "MetadataResource.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "short": "Natural language description of the metadata resource"
      }
    },
    "Element": {
      "Element": {
        "index": 0,
        "path": "Element",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "n/a"
          }
        ],
        "short": "Base for all elements"
      },
      "Element.id": {
        "index": 1,
        "path": "Element.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Element.extension": {
        "index": 2,
        "path": "Element.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      }
    },
    "BackboneElement": {
      "BackboneElement": {
        "index": 0,
        "path": "BackboneElement",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Base for elements defined inside a resource"
      },
      "BackboneElement.id": {
        "index": 1,
        "path": "BackboneElement.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "BackboneElement.extension": {
        "index": 2,
        "path": "BackboneElement.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "BackboneElement.modifierExtension": {
        "index": 3,
        "path": "BackboneElement.modifierExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "Extensions that cannot be ignored"
      }
    },
    "Address": {
      "Address": {
        "index": 0,
        "path": "Address",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "An address expressed using postal conventions (as opposed to GPS or other location definition formats)"
      },
      "Address.id": {
        "index": 1,
        "path": "Address.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Address.extension": {
        "index": 2,
        "path": "Address.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Address.use": {
        "index": 3,
        "path": "Address.use",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "home | work | temp | old - purpose of this address",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/address-use"
        }
      },
      "Address.type": {
        "index": 4,
        "path": "Address.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "postal | physical | both",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/address-type"
        }
      },
      "Address.text": {
        "index": 5,
        "path": "Address.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Text representation of the address"
      },
      "Address.line": {
        "index": 6,
        "path": "Address.line",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Street name, number, direction & P.O. Box etc."
      },
      "Address.city": {
        "index": 7,
        "path": "Address.city",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of city, town etc."
      },
      "Address.district": {
        "index": 8,
        "path": "Address.district",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "District name (aka county)"
      },
      "Address.state": {
        "index": 9,
        "path": "Address.state",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Sub-unit of country (abbreviations ok)"
      },
      "Address.postalCode": {
        "index": 10,
        "path": "Address.postalCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Postal code for area"
      },
      "Address.country": {
        "index": 11,
        "path": "Address.country",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Country (e.g. can be ISO 3166 2 or 3 letter code)"
      },
      "Address.period": {
        "index": 12,
        "path": "Address.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Time period when address was/is in use"
      }
    },
    "Age": {
      "Age": {
        "index": 0,
        "path": "Age",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A duration of time during which an organism (or a process) has existed"
      },
      "Age.id": {
        "index": 1,
        "path": "Age.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Age.extension": {
        "index": 2,
        "path": "Age.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Age.value": {
        "index": 3,
        "path": "Age.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Numerical value (with implicit precision)"
      },
      "Age.comparator": {
        "index": 4,
        "path": "Age.comparator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "< | <= | >= | > - how to understand the value",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/quantity-comparator"
        }
      },
      "Age.unit": {
        "index": 5,
        "path": "Age.unit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Unit representation"
      },
      "Age.system": {
        "index": 6,
        "path": "Age.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "System that defines coded unit form"
      },
      "Age.code": {
        "index": 7,
        "path": "Age.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Coded form of the unit"
      }
    },
    "Annotation": {
      "Annotation": {
        "index": 0,
        "path": "Annotation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Text node with attribution"
      },
      "Annotation.id": {
        "index": 1,
        "path": "Annotation.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Annotation.extension": {
        "index": 2,
        "path": "Annotation.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Annotation.author[x]": {
        "index": 3,
        "path": "Annotation.author[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Individual responsible for the annotation"
      },
      "Annotation.time": {
        "index": 4,
        "path": "Annotation.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the annotation was made"
      },
      "Annotation.text": {
        "index": 5,
        "path": "Annotation.text",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "The annotation  - text content"
      }
    },
    "Attachment": {
      "Attachment": {
        "index": 0,
        "path": "Attachment",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Content in a format defined elsewhere"
      },
      "Attachment.id": {
        "index": 1,
        "path": "Attachment.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Attachment.extension": {
        "index": 2,
        "path": "Attachment.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Attachment.contentType": {
        "index": 3,
        "path": "Attachment.contentType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Mime type of the content, with charset etc."
      },
      "Attachment.language": {
        "index": 4,
        "path": "Attachment.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Human language of the content (BCP-47)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "Attachment.data": {
        "index": 5,
        "path": "Attachment.data",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          }
        ],
        "short": "Data inline, base64ed"
      },
      "Attachment.url": {
        "index": 6,
        "path": "Attachment.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Uri where the data can be found"
      },
      "Attachment.size": {
        "index": 7,
        "path": "Attachment.size",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Number of bytes of content (if url provided)"
      },
      "Attachment.hash": {
        "index": 8,
        "path": "Attachment.hash",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          }
        ],
        "isSummary": true,
        "short": "Hash of the data (sha-1, base64ed)"
      },
      "Attachment.title": {
        "index": 9,
        "path": "Attachment.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Label to display in place of the data"
      },
      "Attachment.creation": {
        "index": 10,
        "path": "Attachment.creation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Date attachment was first created"
      }
    },
    "CodeableConcept": {
      "CodeableConcept": {
        "index": 0,
        "path": "CodeableConcept",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Concept - reference to a terminology or just  text"
      },
      "CodeableConcept.id": {
        "index": 1,
        "path": "CodeableConcept.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "CodeableConcept.extension": {
        "index": 2,
        "path": "CodeableConcept.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "CodeableConcept.coding": {
        "index": 3,
        "path": "CodeableConcept.coding",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Code defined by a terminology system"
      },
      "CodeableConcept.text": {
        "index": 4,
        "path": "CodeableConcept.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Plain text representation of the concept"
      }
    },
    "Coding": {
      "Coding": {
        "index": 0,
        "path": "Coding",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A reference to a code defined by a terminology system"
      },
      "Coding.id": {
        "index": 1,
        "path": "Coding.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Coding.extension": {
        "index": 2,
        "path": "Coding.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Coding.system": {
        "index": 3,
        "path": "Coding.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Identity of the terminology system"
      },
      "Coding.version": {
        "index": 4,
        "path": "Coding.version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Version of the system - if relevant"
      },
      "Coding.code": {
        "index": 5,
        "path": "Coding.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Symbol in syntax defined by the system"
      },
      "Coding.display": {
        "index": 6,
        "path": "Coding.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Representation defined by the system"
      },
      "Coding.userSelected": {
        "index": 7,
        "path": "Coding.userSelected",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "If this coding was chosen directly by the user"
      }
    },
    "ContactDetail": {
      "ContactDetail": {
        "index": 0,
        "path": "ContactDetail",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Contact information"
      },
      "ContactDetail.id": {
        "index": 1,
        "path": "ContactDetail.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ContactDetail.extension": {
        "index": 2,
        "path": "ContactDetail.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ContactDetail.name": {
        "index": 3,
        "path": "ContactDetail.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name of an individual to contact"
      },
      "ContactDetail.telecom": {
        "index": 4,
        "path": "ContactDetail.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "isSummary": true,
        "short": "Contact details for individual or organization"
      }
    },
    "ContactPoint": {
      "ContactPoint": {
        "index": 0,
        "path": "ContactPoint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Details of a Technology mediated contact point (phone, fax, email, etc.)"
      },
      "ContactPoint.id": {
        "index": 1,
        "path": "ContactPoint.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ContactPoint.extension": {
        "index": 2,
        "path": "ContactPoint.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ContactPoint.system": {
        "index": 3,
        "path": "ContactPoint.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "phone | fax | email | pager | url | sms | other",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/contact-point-system"
        }
      },
      "ContactPoint.value": {
        "index": 4,
        "path": "ContactPoint.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "The actual contact point details"
      },
      "ContactPoint.use": {
        "index": 5,
        "path": "ContactPoint.use",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "home | work | temp | old | mobile - purpose of this contact point",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/contact-point-use"
        }
      },
      "ContactPoint.rank": {
        "index": 6,
        "path": "ContactPoint.rank",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "isSummary": true,
        "short": "Specify preferred order of use (1 = highest)"
      },
      "ContactPoint.period": {
        "index": 7,
        "path": "ContactPoint.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Time period when the contact point was/is in use"
      }
    },
    "Contributor": {
      "Contributor": {
        "index": 0,
        "path": "Contributor",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Contributor information"
      },
      "Contributor.id": {
        "index": 1,
        "path": "Contributor.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Contributor.extension": {
        "index": 2,
        "path": "Contributor.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Contributor.type": {
        "index": 3,
        "path": "Contributor.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "author | editor | reviewer | endorser",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/contributor-type"
        }
      },
      "Contributor.name": {
        "index": 4,
        "path": "Contributor.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Who contributed the content"
      },
      "Contributor.contact": {
        "index": 5,
        "path": "Contributor.contact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "short": "Contact details of the contributor"
      }
    },
    "Count": {
      "Count": {
        "index": 0,
        "path": "Count",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A measured or measurable amount"
      },
      "Count.id": {
        "index": 1,
        "path": "Count.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Count.extension": {
        "index": 2,
        "path": "Count.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Count.value": {
        "index": 3,
        "path": "Count.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Numerical value (with implicit precision)"
      },
      "Count.comparator": {
        "index": 4,
        "path": "Count.comparator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "< | <= | >= | > - how to understand the value",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/quantity-comparator"
        }
      },
      "Count.unit": {
        "index": 5,
        "path": "Count.unit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Unit representation"
      },
      "Count.system": {
        "index": 6,
        "path": "Count.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "System that defines coded unit form"
      },
      "Count.code": {
        "index": 7,
        "path": "Count.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Coded form of the unit"
      }
    },
    "DataRequirement": {
      "DataRequirement": {
        "index": 0,
        "path": "DataRequirement",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Describes a required data item"
      },
      "DataRequirement.id": {
        "index": 1,
        "path": "DataRequirement.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DataRequirement.extension": {
        "index": 2,
        "path": "DataRequirement.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DataRequirement.type": {
        "index": 3,
        "path": "DataRequirement.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "The type of the required data",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/all-types"
        }
      },
      "DataRequirement.profile": {
        "index": 4,
        "path": "DataRequirement.profile",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "The profile of the required data"
      },
      "DataRequirement.mustSupport": {
        "index": 5,
        "path": "DataRequirement.mustSupport",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Indicates that specific structure elements are referenced by the knowledge module"
      },
      "DataRequirement.codeFilter": {
        "index": 6,
        "path": "DataRequirement.codeFilter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "What codes are expected"
      },
      "DataRequirement.codeFilter.id": {
        "index": 7,
        "path": "DataRequirement.codeFilter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DataRequirement.codeFilter.extension": {
        "index": 8,
        "path": "DataRequirement.codeFilter.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DataRequirement.codeFilter.path": {
        "index": 9,
        "path": "DataRequirement.codeFilter.path",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "The code-valued attribute of the filter"
      },
      "DataRequirement.codeFilter.valueSet[x]": {
        "index": 10,
        "path": "DataRequirement.codeFilter.valueSet[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ValueSet"
          }
        ],
        "isSummary": true,
        "short": "Valueset for the filter"
      },
      "DataRequirement.codeFilter.valueCode": {
        "index": 11,
        "path": "DataRequirement.codeFilter.valueCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "What code is expected"
      },
      "DataRequirement.codeFilter.valueCoding": {
        "index": 12,
        "path": "DataRequirement.codeFilter.valueCoding",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "What Coding is expected"
      },
      "DataRequirement.codeFilter.valueCodeableConcept": {
        "index": 13,
        "path": "DataRequirement.codeFilter.valueCodeableConcept",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "What CodeableConcept is expected"
      },
      "DataRequirement.dateFilter": {
        "index": 14,
        "path": "DataRequirement.dateFilter",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "What dates/date ranges are expected"
      },
      "DataRequirement.dateFilter.id": {
        "index": 15,
        "path": "DataRequirement.dateFilter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "DataRequirement.dateFilter.extension": {
        "index": 16,
        "path": "DataRequirement.dateFilter.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "DataRequirement.dateFilter.path": {
        "index": 17,
        "path": "DataRequirement.dateFilter.path",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "The date-valued attribute of the filter"
      },
      "DataRequirement.dateFilter.value[x]": {
        "index": 18,
        "path": "DataRequirement.dateFilter.value[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "Duration"
          }
        ],
        "isSummary": true,
        "short": "The value of the filter, as a Period, DateTime, or Duration value"
      }
    },
    "Distance": {
      "Distance": {
        "index": 0,
        "path": "Distance",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A length - a value with a unit that is a physical distance"
      },
      "Distance.id": {
        "index": 1,
        "path": "Distance.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Distance.extension": {
        "index": 2,
        "path": "Distance.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Distance.value": {
        "index": 3,
        "path": "Distance.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Numerical value (with implicit precision)"
      },
      "Distance.comparator": {
        "index": 4,
        "path": "Distance.comparator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "< | <= | >= | > - how to understand the value",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/quantity-comparator"
        }
      },
      "Distance.unit": {
        "index": 5,
        "path": "Distance.unit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Unit representation"
      },
      "Distance.system": {
        "index": 6,
        "path": "Distance.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "System that defines coded unit form"
      },
      "Distance.code": {
        "index": 7,
        "path": "Distance.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Coded form of the unit"
      }
    },
    "Dosage": {
      "Dosage": {
        "index": 0,
        "path": "Dosage",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "How the medication is/was taken or should be taken"
      },
      "Dosage.id": {
        "index": 1,
        "path": "Dosage.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Dosage.extension": {
        "index": 2,
        "path": "Dosage.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Dosage.sequence": {
        "index": 3,
        "path": "Dosage.sequence",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "The order of the dosage instructions"
      },
      "Dosage.text": {
        "index": 4,
        "path": "Dosage.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Free text dosage instructions e.g. SIG"
      },
      "Dosage.additionalInstruction": {
        "index": 5,
        "path": "Dosage.additionalInstruction",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Supplemental instruction - e.g. \"with meals\"",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/additional-instruction-codes"
        }
      },
      "Dosage.patientInstruction": {
        "index": 6,
        "path": "Dosage.patientInstruction",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Patient or consumer oriented instructions"
      },
      "Dosage.timing": {
        "index": 7,
        "path": "Dosage.timing",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Timing"
          }
        ],
        "isSummary": true,
        "short": "When medication should be administered"
      },
      "Dosage.asNeeded[x]": {
        "index": 8,
        "path": "Dosage.asNeeded[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Take \"as needed\" (for x)",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason"
        }
      },
      "Dosage.site": {
        "index": 9,
        "path": "Dosage.site",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Body site to administer to",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/approach-site-codes"
        }
      },
      "Dosage.route": {
        "index": 10,
        "path": "Dosage.route",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "How drug should enter body",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/route-codes"
        }
      },
      "Dosage.method": {
        "index": 11,
        "path": "Dosage.method",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Technique for administering medication",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/administration-method-codes"
        }
      },
      "Dosage.dose[x]": {
        "index": 12,
        "path": "Dosage.dose[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Range"
          },
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "isSummary": true,
        "short": "Amount of medication per dose"
      },
      "Dosage.maxDosePerPeriod": {
        "index": 13,
        "path": "Dosage.maxDosePerPeriod",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Ratio"
          }
        ],
        "isSummary": true,
        "short": "Upper limit on medication per unit of time"
      },
      "Dosage.maxDosePerAdministration": {
        "index": 14,
        "path": "Dosage.maxDosePerAdministration",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "isSummary": true,
        "short": "Upper limit on medication per administration"
      },
      "Dosage.maxDosePerLifetime": {
        "index": 15,
        "path": "Dosage.maxDosePerLifetime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "isSummary": true,
        "short": "Upper limit on medication per lifetime of the patient"
      },
      "Dosage.rate[x]": {
        "index": 16,
        "path": "Dosage.rate[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Ratio"
          },
          {
            "code": "Range"
          },
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "isSummary": true,
        "short": "Amount of medication per unit of time"
      }
    },
    "Duration": {
      "Duration": {
        "index": 0,
        "path": "Duration",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A length of time"
      },
      "Duration.id": {
        "index": 1,
        "path": "Duration.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Duration.extension": {
        "index": 2,
        "path": "Duration.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Duration.value": {
        "index": 3,
        "path": "Duration.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Numerical value (with implicit precision)"
      },
      "Duration.comparator": {
        "index": 4,
        "path": "Duration.comparator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "< | <= | >= | > - how to understand the value",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/quantity-comparator"
        }
      },
      "Duration.unit": {
        "index": 5,
        "path": "Duration.unit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Unit representation"
      },
      "Duration.system": {
        "index": 6,
        "path": "Duration.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "System that defines coded unit form"
      },
      "Duration.code": {
        "index": 7,
        "path": "Duration.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Coded form of the unit"
      }
    },
    "ElementDefinition": {
      "ElementDefinition": {
        "index": 0,
        "path": "ElementDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Definition of an element in a resource or extension"
      },
      "ElementDefinition.id": {
        "index": 1,
        "path": "ElementDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ElementDefinition.extension": {
        "index": 2,
        "path": "ElementDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ElementDefinition.path": {
        "index": 3,
        "path": "ElementDefinition.path",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Path of the element in the hierarchy of elements"
      },
      "ElementDefinition.representation": {
        "index": 4,
        "path": "ElementDefinition.representation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "xmlAttr | xmlText | typeAttr | cdaText | xhtml",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/property-representation"
        }
      },
      "ElementDefinition.sliceName": {
        "index": 5,
        "path": "ElementDefinition.sliceName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for this particular element (in a set of slices)"
      },
      "ElementDefinition.label": {
        "index": 6,
        "path": "ElementDefinition.label",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Name for element to display with or prompt for element"
      },
      "ElementDefinition.code": {
        "index": 7,
        "path": "ElementDefinition.code",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Corresponding codes in terminologies",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/observation-codes"
        }
      },
      "ElementDefinition.slicing": {
        "index": 8,
        "path": "ElementDefinition.slicing",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "This element is sliced - slices follow"
      },
      "ElementDefinition.slicing.id": {
        "index": 9,
        "path": "ElementDefinition.slicing.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ElementDefinition.slicing.extension": {
        "index": 10,
        "path": "ElementDefinition.slicing.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ElementDefinition.slicing.discriminator": {
        "index": 11,
        "path": "ElementDefinition.slicing.discriminator",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "Element values that are used to distinguish the slices"
      },
      "ElementDefinition.slicing.discriminator.id": {
        "index": 12,
        "path": "ElementDefinition.slicing.discriminator.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ElementDefinition.slicing.discriminator.extension": {
        "index": 13,
        "path": "ElementDefinition.slicing.discriminator.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ElementDefinition.slicing.discriminator.type": {
        "index": 14,
        "path": "ElementDefinition.slicing.discriminator.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "value | exists | pattern | type | profile",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/discriminator-type"
        }
      },
      "ElementDefinition.slicing.discriminator.path": {
        "index": 15,
        "path": "ElementDefinition.slicing.discriminator.path",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Path to element value"
      },
      "ElementDefinition.slicing.description": {
        "index": 16,
        "path": "ElementDefinition.slicing.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Text description of how slicing works (or not)"
      },
      "ElementDefinition.slicing.ordered": {
        "index": 17,
        "path": "ElementDefinition.slicing.ordered",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "If elements must be in same order as slices"
      },
      "ElementDefinition.slicing.rules": {
        "index": 18,
        "path": "ElementDefinition.slicing.rules",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "closed | open | openAtEnd",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-slicing-rules"
        }
      },
      "ElementDefinition.short": {
        "index": 19,
        "path": "ElementDefinition.short",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Concise definition for space-constrained presentation"
      },
      "ElementDefinition.definition": {
        "index": 20,
        "path": "ElementDefinition.definition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Full formal definition as narrative text"
      },
      "ElementDefinition.comment": {
        "index": 21,
        "path": "ElementDefinition.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Comments about the use of this element"
      },
      "ElementDefinition.requirements": {
        "index": 22,
        "path": "ElementDefinition.requirements",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Why this resource has been created"
      },
      "ElementDefinition.alias": {
        "index": 23,
        "path": "ElementDefinition.alias",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Other names"
      },
      "ElementDefinition.min": {
        "index": 24,
        "path": "ElementDefinition.min",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Minimum Cardinality"
      },
      "ElementDefinition.max": {
        "index": 25,
        "path": "ElementDefinition.max",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Maximum Cardinality (a number or *)"
      },
      "ElementDefinition.base": {
        "index": 26,
        "path": "ElementDefinition.base",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "Base definition information for tools"
      },
      "ElementDefinition.base.id": {
        "index": 27,
        "path": "ElementDefinition.base.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ElementDefinition.base.extension": {
        "index": 28,
        "path": "ElementDefinition.base.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ElementDefinition.base.path": {
        "index": 29,
        "path": "ElementDefinition.base.path",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Path that identifies the base element"
      },
      "ElementDefinition.base.min": {
        "index": 30,
        "path": "ElementDefinition.base.min",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Min cardinality of the base element"
      },
      "ElementDefinition.base.max": {
        "index": 31,
        "path": "ElementDefinition.base.max",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Max cardinality of the base element"
      },
      "ElementDefinition.contentReference": {
        "index": 32,
        "path": "ElementDefinition.contentReference",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Reference to definition of content for the element"
      },
      "ElementDefinition.type": {
        "index": 33,
        "path": "ElementDefinition.type",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "Data type and Profile for this element"
      },
      "ElementDefinition.type.id": {
        "index": 34,
        "path": "ElementDefinition.type.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ElementDefinition.type.extension": {
        "index": 35,
        "path": "ElementDefinition.type.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ElementDefinition.type.code": {
        "index": 36,
        "path": "ElementDefinition.type.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Data type or Resource (reference to definition)",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/defined-types"
        }
      },
      "ElementDefinition.type.profile": {
        "index": 37,
        "path": "ElementDefinition.type.profile",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Profile (StructureDefinition) to apply (or IG)"
      },
      "ElementDefinition.type.targetProfile": {
        "index": 38,
        "path": "ElementDefinition.type.targetProfile",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Profile (StructureDefinition) to apply to reference target (or IG)"
      },
      "ElementDefinition.type.aggregation": {
        "index": 39,
        "path": "ElementDefinition.type.aggregation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "contained | referenced | bundled - how aggregated",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/resource-aggregation-mode"
        }
      },
      "ElementDefinition.type.versioning": {
        "index": 40,
        "path": "ElementDefinition.type.versioning",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "either | independent | specific",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/reference-version-rules"
        }
      },
      "ElementDefinition.defaultValue[x]": {
        "index": 41,
        "path": "ElementDefinition.defaultValue[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          },
          {
            "code": "boolean"
          },
          {
            "code": "code"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "decimal"
          },
          {
            "code": "id"
          },
          {
            "code": "instant"
          },
          {
            "code": "integer"
          },
          {
            "code": "markdown"
          },
          {
            "code": "oid"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "string"
          },
          {
            "code": "time"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "uri"
          },
          {
            "code": "Address"
          },
          {
            "code": "Age"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Count"
          },
          {
            "code": "Distance"
          },
          {
            "code": "Duration"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Money"
          },
          {
            "code": "Period"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "Reference"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "Timing"
          },
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Specified value if missing from instance"
      },
      "ElementDefinition.meaningWhenMissing": {
        "index": 42,
        "path": "ElementDefinition.meaningWhenMissing",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "short": "Implicit meaning when this element is missing"
      },
      "ElementDefinition.orderMeaning": {
        "index": 43,
        "path": "ElementDefinition.orderMeaning",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "What the order of the elements means"
      },
      "ElementDefinition.fixed[x]": {
        "index": 44,
        "path": "ElementDefinition.fixed[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          },
          {
            "code": "boolean"
          },
          {
            "code": "code"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "decimal"
          },
          {
            "code": "id"
          },
          {
            "code": "instant"
          },
          {
            "code": "integer"
          },
          {
            "code": "markdown"
          },
          {
            "code": "oid"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "string"
          },
          {
            "code": "time"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "uri"
          },
          {
            "code": "Address"
          },
          {
            "code": "Age"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Count"
          },
          {
            "code": "Distance"
          },
          {
            "code": "Duration"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Money"
          },
          {
            "code": "Period"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "Reference"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "Timing"
          },
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Value must be exactly this"
      },
      "ElementDefinition.pattern[x]": {
        "index": 45,
        "path": "ElementDefinition.pattern[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          },
          {
            "code": "boolean"
          },
          {
            "code": "code"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "decimal"
          },
          {
            "code": "id"
          },
          {
            "code": "instant"
          },
          {
            "code": "integer"
          },
          {
            "code": "markdown"
          },
          {
            "code": "oid"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "string"
          },
          {
            "code": "time"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "uri"
          },
          {
            "code": "Address"
          },
          {
            "code": "Age"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Count"
          },
          {
            "code": "Distance"
          },
          {
            "code": "Duration"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Money"
          },
          {
            "code": "Period"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "Reference"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "Timing"
          },
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Value must have at least these property values"
      },
      "ElementDefinition.example": {
        "index": 46,
        "path": "ElementDefinition.example",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "Example value (as defined for type)"
      },
      "ElementDefinition.example.id": {
        "index": 47,
        "path": "ElementDefinition.example.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ElementDefinition.example.extension": {
        "index": 48,
        "path": "ElementDefinition.example.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ElementDefinition.example.label": {
        "index": 49,
        "path": "ElementDefinition.example.label",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Describes the purpose of this example"
      },
      "ElementDefinition.example.value[x]": {
        "index": 50,
        "path": "ElementDefinition.example.value[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          },
          {
            "code": "boolean"
          },
          {
            "code": "code"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "decimal"
          },
          {
            "code": "id"
          },
          {
            "code": "instant"
          },
          {
            "code": "integer"
          },
          {
            "code": "markdown"
          },
          {
            "code": "oid"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "string"
          },
          {
            "code": "time"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "uri"
          },
          {
            "code": "Address"
          },
          {
            "code": "Age"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Count"
          },
          {
            "code": "Distance"
          },
          {
            "code": "Duration"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Money"
          },
          {
            "code": "Period"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "Reference"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "Timing"
          },
          {
            "code": "Meta"
          }
        ],
        "isSummary": true,
        "short": "Value of Example (one of allowed types)"
      },
      "ElementDefinition.minValue[x]": {
        "index": 51,
        "path": "ElementDefinition.minValue[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "instant"
          },
          {
            "code": "time"
          },
          {
            "code": "decimal"
          },
          {
            "code": "integer"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "Quantity"
          }
        ],
        "isSummary": true,
        "short": "Minimum Allowed Value (for some types)"
      },
      "ElementDefinition.maxValue[x]": {
        "index": 52,
        "path": "ElementDefinition.maxValue[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "instant"
          },
          {
            "code": "time"
          },
          {
            "code": "decimal"
          },
          {
            "code": "integer"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "Quantity"
          }
        ],
        "isSummary": true,
        "short": "Maximum Allowed Value (for some types)"
      },
      "ElementDefinition.maxLength": {
        "index": 53,
        "path": "ElementDefinition.maxLength",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Max length for strings"
      },
      "ElementDefinition.condition": {
        "index": 54,
        "path": "ElementDefinition.condition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Reference to invariant about presence"
      },
      "ElementDefinition.constraint": {
        "index": 55,
        "path": "ElementDefinition.constraint",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "Condition that must evaluate to true"
      },
      "ElementDefinition.constraint.id": {
        "index": 56,
        "path": "ElementDefinition.constraint.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ElementDefinition.constraint.extension": {
        "index": 57,
        "path": "ElementDefinition.constraint.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ElementDefinition.constraint.key": {
        "index": 58,
        "path": "ElementDefinition.constraint.key",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Target of 'condition' reference above"
      },
      "ElementDefinition.constraint.requirements": {
        "index": 59,
        "path": "ElementDefinition.constraint.requirements",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Why this constraint is necessary or appropriate"
      },
      "ElementDefinition.constraint.severity": {
        "index": 60,
        "path": "ElementDefinition.constraint.severity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "error | warning",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/constraint-severity"
        }
      },
      "ElementDefinition.constraint.human": {
        "index": 61,
        "path": "ElementDefinition.constraint.human",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Human description of constraint"
      },
      "ElementDefinition.constraint.expression": {
        "index": 62,
        "path": "ElementDefinition.constraint.expression",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "FHIRPath expression of constraint"
      },
      "ElementDefinition.constraint.xpath": {
        "index": 63,
        "path": "ElementDefinition.constraint.xpath",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "XPath expression of constraint"
      },
      "ElementDefinition.constraint.source": {
        "index": 64,
        "path": "ElementDefinition.constraint.source",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Reference to original source of constraint"
      },
      "ElementDefinition.mustSupport": {
        "index": 65,
        "path": "ElementDefinition.mustSupport",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "If the element must supported"
      },
      "ElementDefinition.isModifier": {
        "index": 66,
        "path": "ElementDefinition.isModifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "If this modifies the meaning of other elements"
      },
      "ElementDefinition.isSummary": {
        "index": 67,
        "path": "ElementDefinition.isSummary",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "short": "Include when _summary = true?"
      },
      "ElementDefinition.binding": {
        "index": 68,
        "path": "ElementDefinition.binding",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "ValueSet details if this is coded"
      },
      "ElementDefinition.binding.id": {
        "index": 69,
        "path": "ElementDefinition.binding.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ElementDefinition.binding.extension": {
        "index": 70,
        "path": "ElementDefinition.binding.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ElementDefinition.binding.strength": {
        "index": 71,
        "path": "ElementDefinition.binding.strength",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "required | extensible | preferred | example",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/binding-strength"
        }
      },
      "ElementDefinition.binding.description": {
        "index": 72,
        "path": "ElementDefinition.binding.description",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Human explanation of the value set"
      },
      "ElementDefinition.binding.valueSet[x]": {
        "index": 73,
        "path": "ElementDefinition.binding.valueSet[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ValueSet"
          }
        ],
        "isSummary": true,
        "short": "Source of value set"
      },
      "ElementDefinition.mapping": {
        "index": 74,
        "path": "ElementDefinition.mapping",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "Map element to another set of definitions"
      },
      "ElementDefinition.mapping.id": {
        "index": 75,
        "path": "ElementDefinition.mapping.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ElementDefinition.mapping.extension": {
        "index": 76,
        "path": "ElementDefinition.mapping.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ElementDefinition.mapping.identity": {
        "index": 77,
        "path": "ElementDefinition.mapping.identity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Reference to mapping declaration"
      },
      "ElementDefinition.mapping.language": {
        "index": 78,
        "path": "ElementDefinition.mapping.language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Computable language of mapping"
      },
      "ElementDefinition.mapping.map": {
        "index": 79,
        "path": "ElementDefinition.mapping.map",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Details of the mapping"
      },
      "ElementDefinition.mapping.comment": {
        "index": 80,
        "path": "ElementDefinition.mapping.comment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Comments about the mapping or its use"
      }
    },
    "Extension": {
      "Extension": {
        "index": 0,
        "path": "Extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Optional Extensions Element"
      },
      "Extension.id": {
        "index": 1,
        "path": "Extension.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Extension.extension": {
        "index": 2,
        "path": "Extension.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Extension.url": {
        "index": 3,
        "path": "Extension.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "short": "identifies the meaning of the extension"
      },
      "Extension.value[x]": {
        "index": 4,
        "path": "Extension.value[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          },
          {
            "code": "boolean"
          },
          {
            "code": "code"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "decimal"
          },
          {
            "code": "id"
          },
          {
            "code": "instant"
          },
          {
            "code": "integer"
          },
          {
            "code": "markdown"
          },
          {
            "code": "oid"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "string"
          },
          {
            "code": "time"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "uri"
          },
          {
            "code": "Address"
          },
          {
            "code": "Age"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Count"
          },
          {
            "code": "Distance"
          },
          {
            "code": "Duration"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "Money"
          },
          {
            "code": "Period"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "Reference"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "Timing"
          },
          {
            "code": "Meta"
          }
        ],
        "short": "Value of extension"
      }
    },
    "HumanName": {
      "HumanName": {
        "index": 0,
        "path": "HumanName",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Name of a human - parts and usage"
      },
      "HumanName.id": {
        "index": 1,
        "path": "HumanName.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "HumanName.extension": {
        "index": 2,
        "path": "HumanName.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "HumanName.use": {
        "index": 3,
        "path": "HumanName.use",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "usual | official | temp | nickname | anonymous | old | maiden",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/name-use"
        }
      },
      "HumanName.text": {
        "index": 4,
        "path": "HumanName.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Text representation of the full name"
      },
      "HumanName.family": {
        "index": 5,
        "path": "HumanName.family",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Family name (often called 'Surname')"
      },
      "HumanName.given": {
        "index": 6,
        "path": "HumanName.given",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Given names (not always 'first'). Includes middle names"
      },
      "HumanName.prefix": {
        "index": 7,
        "path": "HumanName.prefix",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Parts that come before the name"
      },
      "HumanName.suffix": {
        "index": 8,
        "path": "HumanName.suffix",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Parts that come after the name"
      },
      "HumanName.period": {
        "index": 9,
        "path": "HumanName.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Time period when name was/is in use"
      }
    },
    "Identifier": {
      "Identifier": {
        "index": 0,
        "path": "Identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "An identifier intended for computation"
      },
      "Identifier.id": {
        "index": 1,
        "path": "Identifier.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Identifier.extension": {
        "index": 2,
        "path": "Identifier.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Identifier.use": {
        "index": 3,
        "path": "Identifier.use",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "usual | official | temp | secondary (If known)",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/identifier-use"
        }
      },
      "Identifier.type": {
        "index": 4,
        "path": "Identifier.type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "Description of identifier",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/identifier-type"
        }
      },
      "Identifier.system": {
        "index": 5,
        "path": "Identifier.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "The namespace for the identifier value"
      },
      "Identifier.value": {
        "index": 6,
        "path": "Identifier.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "The value that is unique"
      },
      "Identifier.period": {
        "index": 7,
        "path": "Identifier.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Time period when id is/was valid for use"
      },
      "Identifier.assigner": {
        "index": 8,
        "path": "Identifier.assigner",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Organization that issued id (may be just text)"
      }
    },
    "Meta": {
      "Meta": {
        "index": 0,
        "path": "Meta",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Metadata about a resource"
      },
      "Meta.id": {
        "index": 1,
        "path": "Meta.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Meta.extension": {
        "index": 2,
        "path": "Meta.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Meta.versionId": {
        "index": 3,
        "path": "Meta.versionId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "isSummary": true,
        "short": "Version specific identifier"
      },
      "Meta.lastUpdated": {
        "index": 4,
        "path": "Meta.lastUpdated",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "When the resource version last changed"
      },
      "Meta.profile": {
        "index": 5,
        "path": "Meta.profile",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Profiles this resource claims to conform to"
      },
      "Meta.security": {
        "index": 6,
        "path": "Meta.security",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Security Labels applied to this resource",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/security-labels"
        }
      },
      "Meta.tag": {
        "index": 7,
        "path": "Meta.tag",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Tags applied to this resource",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/common-tags"
        }
      }
    },
    "Money": {
      "Money": {
        "index": 0,
        "path": "Money",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "An amount of economic utility in some recognized currency"
      },
      "Money.id": {
        "index": 1,
        "path": "Money.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Money.extension": {
        "index": 2,
        "path": "Money.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Money.value": {
        "index": 3,
        "path": "Money.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Numerical value (with implicit precision)"
      },
      "Money.comparator": {
        "index": 4,
        "path": "Money.comparator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "< | <= | >= | > - how to understand the value",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/quantity-comparator"
        }
      },
      "Money.unit": {
        "index": 5,
        "path": "Money.unit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Unit representation"
      },
      "Money.system": {
        "index": 6,
        "path": "Money.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "System that defines coded unit form"
      },
      "Money.code": {
        "index": 7,
        "path": "Money.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Coded form of the unit"
      }
    },
    "Narrative": {
      "Narrative": {
        "index": 0,
        "path": "Narrative",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A human-readable formatted text, including images"
      },
      "Narrative.id": {
        "index": 1,
        "path": "Narrative.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Narrative.extension": {
        "index": 2,
        "path": "Narrative.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Narrative.status": {
        "index": 3,
        "path": "Narrative.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "short": "generated | extensions | additional | empty",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/narrative-status"
        }
      },
      "Narrative.div": {
        "index": 4,
        "path": "Narrative.div",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "xhtml"
          }
        ],
        "short": "Limited xhtml content"
      }
    },
    "ParameterDefinition": {
      "ParameterDefinition": {
        "index": 0,
        "path": "ParameterDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Definition of a parameter to a module"
      },
      "ParameterDefinition.id": {
        "index": 1,
        "path": "ParameterDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "ParameterDefinition.extension": {
        "index": 2,
        "path": "ParameterDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "ParameterDefinition.name": {
        "index": 3,
        "path": "ParameterDefinition.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Name used to access the parameter value"
      },
      "ParameterDefinition.use": {
        "index": 4,
        "path": "ParameterDefinition.use",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "in | out",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/operation-parameter-use"
        }
      },
      "ParameterDefinition.min": {
        "index": 5,
        "path": "ParameterDefinition.min",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Minimum cardinality"
      },
      "ParameterDefinition.max": {
        "index": 6,
        "path": "ParameterDefinition.max",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Maximum cardinality (a number of *)"
      },
      "ParameterDefinition.documentation": {
        "index": 7,
        "path": "ParameterDefinition.documentation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "A brief description of the parameter"
      },
      "ParameterDefinition.type": {
        "index": 8,
        "path": "ParameterDefinition.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "What type of value",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/all-types"
        }
      },
      "ParameterDefinition.profile": {
        "index": 9,
        "path": "ParameterDefinition.profile",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
          }
        ],
        "isSummary": true,
        "short": "What profile the value is expected to be"
      }
    },
    "Period": {
      "Period": {
        "index": 0,
        "path": "Period",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Time range defined by start and end date/time"
      },
      "Period.id": {
        "index": 1,
        "path": "Period.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Period.extension": {
        "index": 2,
        "path": "Period.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Period.start": {
        "index": 3,
        "path": "Period.start",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Starting time with inclusive boundary"
      },
      "Period.end": {
        "index": 4,
        "path": "Period.end",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "End time with inclusive boundary, if not ongoing"
      }
    },
    "Quantity": {
      "Quantity": {
        "index": 0,
        "path": "Quantity",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A fixed quantity (no comparator)"
      },
      "Quantity.id": {
        "index": 1,
        "path": "Quantity.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Quantity.extension": {
        "index": 2,
        "path": "Quantity.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Quantity.value": {
        "index": 3,
        "path": "Quantity.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Numerical value (with implicit precision)"
      },
      "Quantity.comparator": {
        "index": 4,
        "path": "Quantity.comparator",
        "min": 0,
        "max": "0",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "isModifier": true,
        "short": "< | <= | >= | > - how to understand the value",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/quantity-comparator"
        }
      },
      "Quantity.unit": {
        "index": 5,
        "path": "Quantity.unit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Unit representation"
      },
      "Quantity.system": {
        "index": 6,
        "path": "Quantity.system",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "System that defines coded unit form"
      },
      "Quantity.code": {
        "index": 7,
        "path": "Quantity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Coded form of the unit"
      }
    },
    "Range": {
      "Range": {
        "index": 0,
        "path": "Range",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Set of values bounded by low and high"
      },
      "Range.id": {
        "index": 1,
        "path": "Range.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Range.extension": {
        "index": 2,
        "path": "Range.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Range.low": {
        "index": 3,
        "path": "Range.low",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "isSummary": true,
        "short": "Low limit"
      },
      "Range.high": {
        "index": 4,
        "path": "Range.high",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "isSummary": true,
        "short": "High limit"
      }
    },
    "Ratio": {
      "Ratio": {
        "index": 0,
        "path": "Ratio",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A ratio of two Quantity values - a numerator and a denominator"
      },
      "Ratio.id": {
        "index": 1,
        "path": "Ratio.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Ratio.extension": {
        "index": 2,
        "path": "Ratio.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Ratio.numerator": {
        "index": 3,
        "path": "Ratio.numerator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "isSummary": true,
        "short": "Numerator value"
      },
      "Ratio.denominator": {
        "index": 4,
        "path": "Ratio.denominator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "isSummary": true,
        "short": "Denominator value"
      }
    },
    "Reference": {
      "Reference": {
        "index": 0,
        "path": "Reference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A reference from one resource to another"
      },
      "Reference.id": {
        "index": 1,
        "path": "Reference.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Reference.extension": {
        "index": 2,
        "path": "Reference.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Reference.reference": {
        "index": 3,
        "path": "Reference.reference",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Literal reference, Relative, internal or absolute URL"
      },
      "Reference.identifier": {
        "index": 4,
        "path": "Reference.identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "short": "Logical reference, when literal reference is not known"
      },
      "Reference.display": {
        "index": 5,
        "path": "Reference.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Text alternative for the resource"
      }
    },
    "RelatedArtifact": {
      "RelatedArtifact": {
        "index": 0,
        "path": "RelatedArtifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Related artifacts for a knowledge resource"
      },
      "RelatedArtifact.id": {
        "index": 1,
        "path": "RelatedArtifact.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "RelatedArtifact.extension": {
        "index": 2,
        "path": "RelatedArtifact.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "RelatedArtifact.type": {
        "index": 3,
        "path": "RelatedArtifact.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/related-artifact-type"
        }
      },
      "RelatedArtifact.display": {
        "index": 4,
        "path": "RelatedArtifact.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Brief description of the related artifact"
      },
      "RelatedArtifact.citation": {
        "index": 5,
        "path": "RelatedArtifact.citation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Bibliographic citation for the artifact"
      },
      "RelatedArtifact.url": {
        "index": 6,
        "path": "RelatedArtifact.url",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "short": "Where the artifact can be accessed"
      },
      "RelatedArtifact.document": {
        "index": 7,
        "path": "RelatedArtifact.document",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          }
        ],
        "isSummary": true,
        "short": "What document is being referenced"
      },
      "RelatedArtifact.resource": {
        "index": 8,
        "path": "RelatedArtifact.resource",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "isSummary": true,
        "short": "What resource is being referenced"
      }
    },
    "SampledData": {
      "SampledData": {
        "index": 0,
        "path": "SampledData",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A series of measurements taken by a device"
      },
      "SampledData.id": {
        "index": 1,
        "path": "SampledData.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "SampledData.extension": {
        "index": 2,
        "path": "SampledData.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "SampledData.origin": {
        "index": 3,
        "path": "SampledData.origin",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
          }
        ],
        "isSummary": true,
        "short": "Zero value and units"
      },
      "SampledData.period": {
        "index": 4,
        "path": "SampledData.period",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Number of milliseconds between samples"
      },
      "SampledData.factor": {
        "index": 5,
        "path": "SampledData.factor",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Multiply data by this before adding to origin"
      },
      "SampledData.lowerLimit": {
        "index": 6,
        "path": "SampledData.lowerLimit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Lower limit of detection"
      },
      "SampledData.upperLimit": {
        "index": 7,
        "path": "SampledData.upperLimit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Upper limit of detection"
      },
      "SampledData.dimensions": {
        "index": 8,
        "path": "SampledData.dimensions",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "isSummary": true,
        "short": "Number of sample points at each time point"
      },
      "SampledData.data": {
        "index": 9,
        "path": "SampledData.data",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "Decimal values with spaces, or \"E\" | \"U\" | \"L\""
      }
    },
    "Signature": {
      "Signature": {
        "index": 0,
        "path": "Signature",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A digital Signature - XML DigSig, JWT, Graphical image of signature, etc."
      },
      "Signature.id": {
        "index": 1,
        "path": "Signature.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Signature.extension": {
        "index": 2,
        "path": "Signature.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Signature.type": {
        "index": 3,
        "path": "Signature.type",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Indication of the reason the entity signed the object(s)",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/signature-type"
        }
      },
      "Signature.when": {
        "index": 4,
        "path": "Signature.when",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ],
        "isSummary": true,
        "short": "When the signature was created"
      },
      "Signature.who[x]": {
        "index": 5,
        "path": "Signature.who[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "Who signed"
      },
      "Signature.onBehalfOf[x]": {
        "index": 6,
        "path": "Signature.onBehalfOf[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ],
        "isSummary": true,
        "short": "The party represented"
      },
      "Signature.contentType": {
        "index": 7,
        "path": "Signature.contentType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "The technical format of the signature"
      },
      "Signature.blob": {
        "index": 8,
        "path": "Signature.blob",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          }
        ],
        "short": "The actual signature content (XML DigSig. JWT, picture, etc.)"
      }
    },
    "Timing": {
      "Timing": {
        "index": 0,
        "path": "Timing",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "A timing schedule that specifies an event that may occur multiple times"
      },
      "Timing.id": {
        "index": 1,
        "path": "Timing.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Timing.extension": {
        "index": 2,
        "path": "Timing.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Timing.event": {
        "index": 3,
        "path": "Timing.event",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "When the event occurs"
      },
      "Timing.repeat": {
        "index": 4,
        "path": "Timing.repeat",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Element"
          }
        ],
        "isSummary": true,
        "short": "When the event is to occur"
      },
      "Timing.repeat.id": {
        "index": 5,
        "path": "Timing.repeat.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "Timing.repeat.extension": {
        "index": 6,
        "path": "Timing.repeat.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "Timing.repeat.bounds[x]": {
        "index": 7,
        "path": "Timing.repeat.bounds[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Duration"
          },
          {
            "code": "Range"
          },
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "short": "Length/Range of lengths, or (Start and/or end) limits"
      },
      "Timing.repeat.count": {
        "index": 8,
        "path": "Timing.repeat.count",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Number of times to repeat"
      },
      "Timing.repeat.countMax": {
        "index": 9,
        "path": "Timing.repeat.countMax",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Maximum number of times to repeat"
      },
      "Timing.repeat.duration": {
        "index": 10,
        "path": "Timing.repeat.duration",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "How long when it happens"
      },
      "Timing.repeat.durationMax": {
        "index": 11,
        "path": "Timing.repeat.durationMax",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "How long when it happens (Max)"
      },
      "Timing.repeat.durationUnit": {
        "index": 12,
        "path": "Timing.repeat.durationUnit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "s | min | h | d | wk | mo | a - unit of time (UCUM)",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/units-of-time"
        }
      },
      "Timing.repeat.frequency": {
        "index": 13,
        "path": "Timing.repeat.frequency",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Event occurs frequency times per period"
      },
      "Timing.repeat.frequencyMax": {
        "index": 14,
        "path": "Timing.repeat.frequencyMax",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "isSummary": true,
        "short": "Event occurs up to frequencyMax times per period"
      },
      "Timing.repeat.period": {
        "index": 15,
        "path": "Timing.repeat.period",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Event occurs frequency times per period"
      },
      "Timing.repeat.periodMax": {
        "index": 16,
        "path": "Timing.repeat.periodMax",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "isSummary": true,
        "short": "Upper limit of period (3-4 hours)"
      },
      "Timing.repeat.periodUnit": {
        "index": 17,
        "path": "Timing.repeat.periodUnit",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "s | min | h | d | wk | mo | a - unit of time (UCUM)",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/units-of-time"
        }
      },
      "Timing.repeat.dayOfWeek": {
        "index": 18,
        "path": "Timing.repeat.dayOfWeek",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "mon | tue | wed | thu | fri | sat | sun",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/days-of-week"
        }
      },
      "Timing.repeat.timeOfDay": {
        "index": 19,
        "path": "Timing.repeat.timeOfDay",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "time"
          }
        ],
        "isSummary": true,
        "short": "Time of day for action"
      },
      "Timing.repeat.when": {
        "index": 20,
        "path": "Timing.repeat.when",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "Regular life events the event is tied to",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/event-timing"
        }
      },
      "Timing.repeat.offset": {
        "index": 21,
        "path": "Timing.repeat.offset",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "short": "Minutes from event (before or after)"
      },
      "Timing.code": {
        "index": 22,
        "path": "Timing.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "short": "BID | TID | QID | AM | PM | QD | QOD | Q4H | Q6H +",
        "binding": {
          "strength": "preferred",
          "reference": "http://hl7.org/fhir/ValueSet/timing-abbreviation"
        }
      }
    },
    "TriggerDefinition": {
      "TriggerDefinition": {
        "index": 0,
        "path": "TriggerDefinition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Defines an expected trigger for a module"
      },
      "TriggerDefinition.id": {
        "index": 1,
        "path": "TriggerDefinition.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "TriggerDefinition.extension": {
        "index": 2,
        "path": "TriggerDefinition.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "TriggerDefinition.type": {
        "index": 3,
        "path": "TriggerDefinition.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "short": "named-event | periodic | data-added | data-modified | data-removed | data-accessed | data-access-ended",
        "binding": {
          "strength": "required",
          "reference": "http://hl7.org/fhir/ValueSet/trigger-type"
        }
      },
      "TriggerDefinition.eventName": {
        "index": 4,
        "path": "TriggerDefinition.eventName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "short": "Triggering event name"
      },
      "TriggerDefinition.eventTiming[x]": {
        "index": 5,
        "path": "TriggerDefinition.eventTiming[x]",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Timing"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Schedule"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "short": "Timing of the event"
      },
      "TriggerDefinition.eventData": {
        "index": 6,
        "path": "TriggerDefinition.eventData",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "DataRequirement"
          }
        ],
        "isSummary": true,
        "short": "Triggering data of the event"
      }
    },
    "UsageContext": {
      "UsageContext": {
        "index": 0,
        "path": "UsageContext",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ],
        "short": "Describes the context of use for a conformance or knowledge resource"
      },
      "UsageContext.id": {
        "index": 1,
        "path": "UsageContext.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "short": "xml:id (or equivalent in JSON)"
      },
      "UsageContext.extension": {
        "index": 2,
        "path": "UsageContext.extension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "short": "Additional Content defined by implementations"
      },
      "UsageContext.code": {
        "index": 3,
        "path": "UsageContext.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "short": "Type of context being specified",
        "binding": {
          "strength": "extensible",
          "reference": "http://hl7.org/fhir/ValueSet/usage-context-type"
        }
      },
      "UsageContext.value[x]": {
        "index": 4,
        "path": "UsageContext.value[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          }
        ],
        "isSummary": true,
        "short": "Value that defines the context",
        "binding": {
          "strength": "example",
          "reference": "http://hl7.org/fhir/ValueSet/use-context"
        }
      }
    }
  },
  "valuesets": {
    "http://hl7.org/fhir/ValueSet/nhin-purposeofuse": {
      "type": "complete",
      "items": [
        [
          "Treatment",
          "TREATMENT"
        ],
        [
          "Payment",
          "PAYMENT"
        ],
        [
          "Operations",
          "OPERATIONS"
        ],
        [
          "Sysadmin",
          "SYSADMIN"
        ],
        [
          "Fraud",
          "FRAUD"
        ],
        [
          "Psychotherapy",
          "PSYCHOTHERAPY"
        ],
        [
          "Training",
          "TRAINING"
        ],
        [
          "Legal",
          "LEGAL"
        ],
        [
          "Marketing",
          "MARKETING"
        ],
        [
          "Directory",
          "DIRECTORY"
        ],
        [
          "Family",
          "FAMILY"
        ],
        [
          "Present",
          "PRESENT"
        ],
        [
          "Emergency",
          "EMERGENCY"
        ],
        [
          "Disaster",
          "DISASTER"
        ],
        [
          "Public Health",
          "PUBLICHEALTH"
        ],
        [
          "Abuse",
          "ABUSE"
        ],
        [
          "Oversight",
          "OVERSIGHT"
        ],
        [
          "Judicial",
          "JUDICIAL"
        ],
        [
          "Law Enforcement",
          "LAW"
        ],
        [
          "Deceased",
          "DECEASED"
        ],
        [
          "Donation",
          "DONATION"
        ],
        [
          "Research",
          "RESEARCH"
        ],
        [
          "Threat",
          "THREAT"
        ],
        [
          "Government",
          "GOVERNMENT"
        ],
        [
          "Worker's Comp",
          "WORKERSCOMP"
        ],
        [
          "Coverage",
          "COVERAGE"
        ],
        [
          "Request",
          "REQUEST"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/participantrequired": {
      "type": "complete",
      "items": [
        [
          "Required",
          "required"
        ],
        [
          "Optional",
          "optional"
        ],
        [
          "Information Only",
          "information-only"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/implant-status": {
      "type": "complete",
      "items": [
        [
          "Functional",
          "functional"
        ],
        [
          "Non-Functional",
          "non-functional"
        ],
        [
          "Disabled",
          "disabled"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/service-uscls": {
      "type": "complete",
      "items": [
        [
          "Exam, comp, primary",
          "1101"
        ],
        [
          "Exam, comp, mixed",
          "1102"
        ],
        [
          "Exam, comp, permanent",
          "1103"
        ],
        [
          "Exam, recall",
          "1201"
        ],
        [
          "Exam, emergency",
          "1205"
        ],
        [
          "Radiograph, series (12)",
          "2101"
        ],
        [
          "Radiograph, series (16)",
          "2102"
        ],
        [
          "Radiograph, bytewing",
          "2141"
        ],
        [
          "Radiograph, panoramic",
          "2601"
        ],
        [
          "Polishing, 1 unit",
          "11101"
        ],
        [
          "Polishing, 2 unit",
          "11102"
        ],
        [
          "Polishing, 3 unit",
          "11103"
        ],
        [
          "Polishing, 4 unit",
          "11104"
        ],
        [
          "Amalgam, 1 surface",
          "21211"
        ],
        [
          "Amalgam, 2 surface",
          "21212"
        ],
        [
          "Crown, PFM",
          "27211"
        ],
        [
          "Maryland Bridge",
          "67211"
        ],
        [
          "Lab, commercial",
          "99111"
        ],
        [
          "Lab, in office",
          "99333"
        ],
        [
          "Expense",
          "99555"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/digital-media-subtype": {
      "type": "complete",
      "items": [
        [
          "Diagram",
          "diagram"
        ],
        [
          "Fax",
          "fax"
        ],
        [
          "Scanned Document",
          "scan"
        ],
        [
          "Retina scan",
          "retina"
        ],
        [
          "Fingerprint",
          "fingerprint"
        ],
        [
          "Iris",
          "iris"
        ],
        [
          "Palm",
          "palm"
        ],
        [
          "Face",
          "face"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/audit-entity-type": {
      "type": "complete",
      "items": [
        [
          "Person",
          "1"
        ],
        [
          "System Object",
          "2"
        ],
        [
          "Organization",
          "3"
        ],
        [
          "Other",
          "4"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/testscript-profile-origin-types": {
      "type": "complete",
      "items": [
        [
          "FHIR Client",
          "FHIR-Client"
        ],
        [
          "FHIR SDC FormFiller",
          "FHIR-SDC-FormFiller"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/question-max-occurs": {
      "type": "complete",
      "items": [
        [
          "Repeating",
          "*"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/adjudication-reason": {
      "type": "complete",
      "items": [
        [
          "Not covered",
          "ar001"
        ],
        [
          "Plan Limit Reached",
          "ar002"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/repository-type": {
      "type": "complete",
      "items": [
        [
          "Click and see",
          "directlink"
        ],
        [
          "The URL is the RESTful or other kind of API that can access to the result.",
          "openapi"
        ],
        [
          "Result cannot be access unless an account is logged in",
          "login"
        ],
        [
          "Result need to be fetched with API and need LOGIN( or cookies are required when visiting the link of resource)",
          "oauth"
        ],
        [
          "Some other complicated or particular way to get resource from URL.",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/questionnaire-usage-mode": {
      "type": "complete",
      "items": [
        [
          "Capture & Display",
          "capture-display"
        ],
        [
          "Capture Only",
          "capture"
        ],
        [
          "Display Only",
          "display"
        ],
        [
          "Display when Answered",
          "display-non-empty"
        ],
        [
          "Capture or, if answered, Display",
          "capture-display-non-empty"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/claim-careteamrole": {
      "type": "complete",
      "items": [
        [
          "Primary provider",
          "primary"
        ],
        [
          "Assisting Provider",
          "assist"
        ],
        [
          "Supervising Provider",
          "supervisor"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/action-selection-behavior": {
      "type": "complete",
      "items": [
        [
          "Any",
          "any"
        ],
        [
          "All",
          "all"
        ],
        [
          "All Or None",
          "all-or-none"
        ],
        [
          "Exactly One",
          "exactly-one"
        ],
        [
          "At Most One",
          "at-most-one"
        ],
        [
          "One Or More",
          "one-or-more"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/history-status": {
      "type": "complete",
      "items": [
        [
          "Partial",
          "partial"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in error",
          "entered-in-error"
        ],
        [
          "Health unknown",
          "health-unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/vision-eye-codes": {
      "type": "complete",
      "items": [
        [
          "Right Eye",
          "right"
        ],
        [
          "Left Eye",
          "left"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion": {
      "type": "complete",
      "items": [
        [
          "Due",
          "due"
        ],
        [
          "Recommended",
          "recommended"
        ],
        [
          "Earliest Date",
          "earliest"
        ],
        [
          "Past Due Date",
          "overdue"
        ],
        [
          "Latest",
          "latest"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/care-team-status": {
      "type": "complete",
      "items": [
        [
          "Proposed",
          "proposed"
        ],
        [
          "Active",
          "active"
        ],
        [
          "Suspended",
          "suspended"
        ],
        [
          "Inactive",
          "inactive"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/specimen-status": {
      "type": "complete",
      "items": [
        [
          "Available",
          "available"
        ],
        [
          "Unavailable",
          "unavailable"
        ],
        [
          "Unsatisfactory",
          "unsatisfactory"
        ],
        [
          "Entered-in-error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/reference-version-rules": {
      "type": "complete",
      "items": [
        [
          "Either Specific or independent",
          "either"
        ],
        [
          "Version independent",
          "independent"
        ],
        [
          "Version Specific",
          "specific"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/map-context-type": {
      "type": "complete",
      "items": [
        [
          "Type",
          "type"
        ],
        [
          "Variable",
          "variable"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/list-mode": {
      "type": "complete",
      "items": [
        [
          "Working List",
          "working"
        ],
        [
          "Snapshot List",
          "snapshot"
        ],
        [
          "Change List",
          "changes"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/observation-relationshiptypes": {
      "type": "complete",
      "items": [
        [
          "Has Member",
          "has-member"
        ],
        [
          "Derived From",
          "derived-from"
        ],
        [
          "Sequel To",
          "sequel-to"
        ],
        [
          "Replaces",
          "replaces"
        ],
        [
          "Qualified By",
          "qualified-by"
        ],
        [
          "Interfered By",
          "interfered-by"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/concept-property-type": {
      "type": "complete",
      "items": [
        [
          "code (internal reference)",
          "code"
        ],
        [
          "Coding (external reference)",
          "Coding"
        ],
        [
          "string",
          "string"
        ],
        [
          "integer",
          "integer"
        ],
        [
          "boolean",
          "boolean"
        ],
        [
          "dateTime",
          "dateTime"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/payeetype": {
      "type": "complete",
      "items": [
        [
          "Subscriber",
          "subscriber"
        ],
        [
          "Provider",
          "provider"
        ],
        [
          "Provider",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/operational-status": {
      "type": "complete",
      "items": [
        [
          "Off",
          "off"
        ],
        [
          "On",
          "on"
        ],
        [
          "Not Ready",
          "not-ready"
        ],
        [
          "Standby",
          "standby"
        ],
        [
          "Transducer Diconnected",
          "transduc-discon"
        ],
        [
          "Hardware Disconnectd",
          "hw-discon"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/transaction-mode": {
      "type": "complete",
      "items": [
        [
          "None",
          "not-supported"
        ],
        [
          "Batches supported",
          "batch"
        ],
        [
          "Transactions Supported",
          "transaction"
        ],
        [
          "Batches & Transactions",
          "both"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/intervention": {
      "type": "complete",
      "items": [
        [
          "Unknown",
          "unknown"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/measure-report-type": {
      "type": "complete",
      "items": [
        [
          "Individual",
          "individual"
        ],
        [
          "Patient List",
          "patient-list"
        ],
        [
          "Summary",
          "summary"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/policyholder-relationship": {
      "type": "complete",
      "items": [
        [
          "Child",
          "child"
        ],
        [
          "Parent",
          "parent"
        ],
        [
          "Spouse",
          "spouse"
        ],
        [
          "Common Law Spouse",
          "common"
        ],
        [
          "Other",
          "other"
        ],
        [
          "Self",
          "self"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/benefit-network": {
      "type": "complete",
      "items": [
        [
          "In Network",
          "in"
        ],
        [
          "Out of Network",
          "out"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/service-category": {
      "type": "example",
      "items": [
        [
          "Adoption",
          "1"
        ],
        [
          "Aged Care",
          "2"
        ],
        [
          "Allied Health",
          "34"
        ],
        [
          "Alternative/Complementary Therapies",
          "3"
        ],
        [
          "Child Care /Kindergarten",
          "4"
        ],
        [
          "Child Development",
          "5"
        ],
        [
          "Child Protection & Family Services",
          "6"
        ],
        [
          "Community Health Care",
          "7"
        ],
        [
          "Counselling",
          "8"
        ],
        [
          "Crisis Line (GPAH use only)",
          "36"
        ],
        [
          "Death Services",
          "9"
        ],
        [
          "Dental",
          "10"
        ],
        [
          "Disability Support",
          "11"
        ],
        [
          "Drug/Alcohol",
          "12"
        ],
        [
          "Education & Learning",
          "13"
        ],
        [
          "Emergency Department",
          "14"
        ],
        [
          "Employment",
          "15"
        ],
        [
          "Financial & Material Aid",
          "16"
        ],
        [
          "General Practice",
          "17"
        ],
        [
          "Hospital",
          "35"
        ],
        [
          "Housing/Homelessness",
          "18"
        ],
        [
          "Interpreting",
          "19"
        ],
        [
          "Justice",
          "20"
        ],
        [
          "Legal",
          "21"
        ],
        [
          "Mental Health",
          "22"
        ],
        [
          "NDIA",
          "38"
        ],
        [
          "Physical Activity & Recreation",
          "23"
        ],
        [
          "Regulation",
          "24"
        ],
        [
          "Respite/Carer Support",
          "25"
        ],
        [
          "Specialist Clinical Pathology",
          "26"
        ],
        [
          "Specialist Medical",
          "27"
        ],
        [
          "Specialist Obstetrics & Gynaecology",
          "28"
        ],
        [
          "Specialist Paediatric",
          "29"
        ],
        [
          "Specialist Radiology/Imaging",
          "30"
        ],
        [
          "Specialist Surgical",
          "31"
        ],
        [
          "Support Group/s",
          "32"
        ],
        [
          "Test Message (HSD admin)",
          "37"
        ],
        [
          "Transport",
          "33"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/action-required-behavior": {
      "type": "complete",
      "items": [
        [
          "Must",
          "must"
        ],
        [
          "Could",
          "could"
        ],
        [
          "Must Unless Documented",
          "must-unless-documented"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/metric-color": {
      "type": "complete",
      "items": [
        [
          "Color Black",
          "black"
        ],
        [
          "Color Red",
          "red"
        ],
        [
          "Color Green",
          "green"
        ],
        [
          "Color Yellow",
          "yellow"
        ],
        [
          "Color Blue",
          "blue"
        ],
        [
          "Color Magenta",
          "magenta"
        ],
        [
          "Color Cyan",
          "cyan"
        ],
        [
          "Color White",
          "white"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/restful-capability-mode": {
      "type": "complete",
      "items": [
        [
          "Client",
          "client"
        ],
        [
          "Server",
          "server"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/oral-prosthodontic-material": {
      "type": "complete",
      "items": [
        [
          "Fixed Bridge",
          "1"
        ],
        [
          "Maryland Bridge",
          "2"
        ],
        [
          "Denture Acrylic",
          "3"
        ],
        [
          "Denture Chrome Cobalt",
          "4"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/name-assembly-order": {
      "type": "complete",
      "items": [
        [
          "Own Name",
          "NL1"
        ],
        [
          "Partner Name",
          "NL2"
        ],
        [
          "Partner Name followed by Maiden Name",
          "NL3"
        ],
        [
          "Own Name followed by Partner Name",
          "NL4"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/communication-category": {
      "type": "complete",
      "items": [
        [
          "Alert",
          "alert"
        ],
        [
          "Notification",
          "notification"
        ],
        [
          "Reminder",
          "reminder"
        ],
        [
          "Instruction",
          "instruction"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/claim-informationcategory": {
      "type": "complete",
      "items": [
        [
          "Information",
          "info"
        ],
        [
          "Discharge",
          "discharge"
        ],
        [
          "Onset",
          "onset"
        ],
        [
          "Related Services",
          "related"
        ],
        [
          "Exception",
          "exception"
        ],
        [
          "Materials Forwarded",
          "material"
        ],
        [
          "Attachment",
          "attachment"
        ],
        [
          "Missing Tooth",
          "missingtooth"
        ],
        [
          "Prosthesis",
          "prosthesis"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/extension-context": {
      "type": "complete",
      "items": [
        [
          "Resource",
          "resource"
        ],
        [
          "Datatype",
          "datatype"
        ],
        [
          "Extension",
          "extension"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/task-status": {
      "type": "complete",
      "items": [
        [
          "Draft",
          "draft"
        ],
        [
          "Requested",
          "requested"
        ],
        [
          "Received",
          "received"
        ],
        [
          "Accepted",
          "accepted"
        ],
        [
          "Rejected",
          "rejected"
        ],
        [
          "Ready",
          "ready"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "In Progress",
          "in-progress"
        ],
        [
          "On Hold",
          "on-hold"
        ],
        [
          "Failed",
          "failed"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/observation-category": {
      "type": "complete",
      "items": [
        [
          "Social History",
          "social-history"
        ],
        [
          "Vital Signs",
          "vital-signs"
        ],
        [
          "Imaging",
          "imaging"
        ],
        [
          "Laboratory",
          "laboratory"
        ],
        [
          "Procedure",
          "procedure"
        ],
        [
          "Survey",
          "survey"
        ],
        [
          "Exam",
          "exam"
        ],
        [
          "Therapy",
          "therapy"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/benefit-type": {
      "type": "complete",
      "items": [
        [
          "Benefit",
          "benefit"
        ],
        [
          "Deductable",
          "deductable"
        ],
        [
          "Visit",
          "visit"
        ],
        [
          "Room",
          "room"
        ],
        [
          "Copayment per service",
          "copay"
        ],
        [
          "Copayment Percent per service",
          "copay-percent"
        ],
        [
          "Copayment maximum per service",
          "copay-maximum"
        ],
        [
          "Vision Exam",
          "vision-exam"
        ],
        [
          "Vision Glasses",
          "vision-glasses"
        ],
        [
          "Vision Contacts Coverage",
          "vision-contacts"
        ],
        [
          "Medical Primary Health Coverage",
          "medical-primarycare"
        ],
        [
          "Pharmacy Dispense Coverage",
          "pharmacy-dispense"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contract-content-derivative": {
      "type": "complete",
      "items": [
        [
          "Content Registration",
          "registration"
        ],
        [
          "Content Retrieval",
          "retrieval"
        ],
        [
          "Content Statement",
          "statement"
        ],
        [
          "Shareable Content",
          "shareable"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/immunization-recommendation-status": {
      "type": "complete",
      "items": [
        [
          "Due",
          "due"
        ],
        [
          "Overdue",
          "overdue"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/nutrition-request-status": {
      "type": "complete",
      "items": [
        [
          "Proposed",
          "proposed"
        ],
        [
          "Draft",
          "draft"
        ],
        [
          "Planned",
          "planned"
        ],
        [
          "Requested",
          "requested"
        ],
        [
          "Active",
          "active"
        ],
        [
          "On-Hold",
          "on-hold"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/report-status-codes": {
      "type": "complete",
      "items": [
        [
          "Completed",
          "completed"
        ],
        [
          "In Progress",
          "in-progress"
        ],
        [
          "Waiting",
          "waiting"
        ],
        [
          "Stopped",
          "stopped"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/versioning-policy": {
      "type": "complete",
      "items": [
        [
          "No VersionId Support",
          "no-version"
        ],
        [
          "Versioned",
          "versioned"
        ],
        [
          "VersionId tracked fully",
          "versioned-update"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/care-plan-status": {
      "type": "complete",
      "items": [
        [
          "Pending",
          "draft"
        ],
        [
          "Active",
          "active"
        ],
        [
          "Suspended",
          "suspended"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/animal-genderstatus": {
      "type": "complete",
      "items": [
        [
          "Neutered",
          "neutered"
        ],
        [
          "Intact",
          "intact"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contactentity-type": {
      "type": "complete",
      "items": [
        [
          "Billing",
          "BILL"
        ],
        [
          "Administrative",
          "ADMIN"
        ],
        [
          "Human Resource",
          "HR"
        ],
        [
          "Payor",
          "PAYOR"
        ],
        [
          "Patient",
          "PATINF"
        ],
        [
          "Press",
          "PRESS"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/service-modifiers": {
      "type": "complete",
      "items": [
        [
          "Side of the Road",
          "sr"
        ],
        [
          "After hours",
          "ah"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/care-plan-intent": {
      "type": "complete",
      "items": [
        [
          "Proposal",
          "proposal"
        ],
        [
          "Plan",
          "plan"
        ],
        [
          "Order",
          "order"
        ],
        [
          "Option",
          "option"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/resource-types": {
      "type": "complete",
      "items": [
        [
          "Account",
          "Account"
        ],
        [
          "ActivityDefinition",
          "ActivityDefinition"
        ],
        [
          "AdverseEvent",
          "AdverseEvent"
        ],
        [
          "AllergyIntolerance",
          "AllergyIntolerance"
        ],
        [
          "Appointment",
          "Appointment"
        ],
        [
          "AppointmentResponse",
          "AppointmentResponse"
        ],
        [
          "AuditEvent",
          "AuditEvent"
        ],
        [
          "Basic",
          "Basic"
        ],
        [
          "Binary",
          "Binary"
        ],
        [
          "BodySite",
          "BodySite"
        ],
        [
          "Bundle",
          "Bundle"
        ],
        [
          "CapabilityStatement",
          "CapabilityStatement"
        ],
        [
          "CarePlan",
          "CarePlan"
        ],
        [
          "CareTeam",
          "CareTeam"
        ],
        [
          "ChargeItem",
          "ChargeItem"
        ],
        [
          "Claim",
          "Claim"
        ],
        [
          "ClaimResponse",
          "ClaimResponse"
        ],
        [
          "ClinicalImpression",
          "ClinicalImpression"
        ],
        [
          "CodeSystem",
          "CodeSystem"
        ],
        [
          "Communication",
          "Communication"
        ],
        [
          "CommunicationRequest",
          "CommunicationRequest"
        ],
        [
          "CompartmentDefinition",
          "CompartmentDefinition"
        ],
        [
          "Composition",
          "Composition"
        ],
        [
          "ConceptMap",
          "ConceptMap"
        ],
        [
          "Condition",
          "Condition"
        ],
        [
          "Consent",
          "Consent"
        ],
        [
          "Contract",
          "Contract"
        ],
        [
          "Coverage",
          "Coverage"
        ],
        [
          "DataElement",
          "DataElement"
        ],
        [
          "DetectedIssue",
          "DetectedIssue"
        ],
        [
          "Device",
          "Device"
        ],
        [
          "DeviceComponent",
          "DeviceComponent"
        ],
        [
          "DeviceMetric",
          "DeviceMetric"
        ],
        [
          "DeviceRequest",
          "DeviceRequest"
        ],
        [
          "DeviceUseStatement",
          "DeviceUseStatement"
        ],
        [
          "DiagnosticReport",
          "DiagnosticReport"
        ],
        [
          "DocumentManifest",
          "DocumentManifest"
        ],
        [
          "DocumentReference",
          "DocumentReference"
        ],
        [
          "DomainResource",
          "DomainResource"
        ],
        [
          "EligibilityRequest",
          "EligibilityRequest"
        ],
        [
          "EligibilityResponse",
          "EligibilityResponse"
        ],
        [
          "Encounter",
          "Encounter"
        ],
        [
          "Endpoint",
          "Endpoint"
        ],
        [
          "EnrollmentRequest",
          "EnrollmentRequest"
        ],
        [
          "EnrollmentResponse",
          "EnrollmentResponse"
        ],
        [
          "EpisodeOfCare",
          "EpisodeOfCare"
        ],
        [
          "ExpansionProfile",
          "ExpansionProfile"
        ],
        [
          "ExplanationOfBenefit",
          "ExplanationOfBenefit"
        ],
        [
          "FamilyMemberHistory",
          "FamilyMemberHistory"
        ],
        [
          "Flag",
          "Flag"
        ],
        [
          "Goal",
          "Goal"
        ],
        [
          "GraphDefinition",
          "GraphDefinition"
        ],
        [
          "Group",
          "Group"
        ],
        [
          "GuidanceResponse",
          "GuidanceResponse"
        ],
        [
          "HealthcareService",
          "HealthcareService"
        ],
        [
          "ImagingManifest",
          "ImagingManifest"
        ],
        [
          "ImagingStudy",
          "ImagingStudy"
        ],
        [
          "Immunization",
          "Immunization"
        ],
        [
          "ImmunizationRecommendation",
          "ImmunizationRecommendation"
        ],
        [
          "ImplementationGuide",
          "ImplementationGuide"
        ],
        [
          "Library",
          "Library"
        ],
        [
          "Linkage",
          "Linkage"
        ],
        [
          "List",
          "List"
        ],
        [
          "Location",
          "Location"
        ],
        [
          "Measure",
          "Measure"
        ],
        [
          "MeasureReport",
          "MeasureReport"
        ],
        [
          "Media",
          "Media"
        ],
        [
          "Medication",
          "Medication"
        ],
        [
          "MedicationAdministration",
          "MedicationAdministration"
        ],
        [
          "MedicationDispense",
          "MedicationDispense"
        ],
        [
          "MedicationRequest",
          "MedicationRequest"
        ],
        [
          "MedicationStatement",
          "MedicationStatement"
        ],
        [
          "MessageDefinition",
          "MessageDefinition"
        ],
        [
          "MessageHeader",
          "MessageHeader"
        ],
        [
          "NamingSystem",
          "NamingSystem"
        ],
        [
          "NutritionOrder",
          "NutritionOrder"
        ],
        [
          "Observation",
          "Observation"
        ],
        [
          "OperationDefinition",
          "OperationDefinition"
        ],
        [
          "OperationOutcome",
          "OperationOutcome"
        ],
        [
          "Organization",
          "Organization"
        ],
        [
          "Parameters",
          "Parameters"
        ],
        [
          "Patient",
          "Patient"
        ],
        [
          "PaymentNotice",
          "PaymentNotice"
        ],
        [
          "PaymentReconciliation",
          "PaymentReconciliation"
        ],
        [
          "Person",
          "Person"
        ],
        [
          "PlanDefinition",
          "PlanDefinition"
        ],
        [
          "Practitioner",
          "Practitioner"
        ],
        [
          "PractitionerRole",
          "PractitionerRole"
        ],
        [
          "Procedure",
          "Procedure"
        ],
        [
          "ProcedureRequest",
          "ProcedureRequest"
        ],
        [
          "ProcessRequest",
          "ProcessRequest"
        ],
        [
          "ProcessResponse",
          "ProcessResponse"
        ],
        [
          "Provenance",
          "Provenance"
        ],
        [
          "Questionnaire",
          "Questionnaire"
        ],
        [
          "QuestionnaireResponse",
          "QuestionnaireResponse"
        ],
        [
          "ReferralRequest",
          "ReferralRequest"
        ],
        [
          "RelatedPerson",
          "RelatedPerson"
        ],
        [
          "RequestGroup",
          "RequestGroup"
        ],
        [
          "ResearchStudy",
          "ResearchStudy"
        ],
        [
          "ResearchSubject",
          "ResearchSubject"
        ],
        [
          "Resource",
          "Resource"
        ],
        [
          "RiskAssessment",
          "RiskAssessment"
        ],
        [
          "Schedule",
          "Schedule"
        ],
        [
          "SearchParameter",
          "SearchParameter"
        ],
        [
          "Sequence",
          "Sequence"
        ],
        [
          "ServiceDefinition",
          "ServiceDefinition"
        ],
        [
          "Slot",
          "Slot"
        ],
        [
          "Specimen",
          "Specimen"
        ],
        [
          "StructureDefinition",
          "StructureDefinition"
        ],
        [
          "StructureMap",
          "StructureMap"
        ],
        [
          "Subscription",
          "Subscription"
        ],
        [
          "Substance",
          "Substance"
        ],
        [
          "SupplyDelivery",
          "SupplyDelivery"
        ],
        [
          "SupplyRequest",
          "SupplyRequest"
        ],
        [
          "Task",
          "Task"
        ],
        [
          "TestReport",
          "TestReport"
        ],
        [
          "TestScript",
          "TestScript"
        ],
        [
          "ValueSet",
          "ValueSet"
        ],
        [
          "VisionPrescription",
          "VisionPrescription"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/assert-direction-codes": {
      "type": "complete",
      "items": [
        [
          "response",
          "response"
        ],
        [
          "request",
          "request"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/action-type": {
      "type": "complete",
      "items": [
        [
          "Create",
          "create"
        ],
        [
          "Update",
          "update"
        ],
        [
          "Remove",
          "remove"
        ],
        [
          "Fire Event",
          "fire-event"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/resource-validation-mode": {
      "type": "complete",
      "items": [
        [
          "Validate for Create",
          "create"
        ],
        [
          "Validate for Update",
          "update"
        ],
        [
          "Validate for Delete",
          "delete"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode": {
      "type": "complete",
      "items": [
        [
          "Provided Code",
          "provided"
        ],
        [
          "Fixed Code",
          "fixed"
        ],
        [
          "Other Map",
          "other-map"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/administrative-gender": {
      "type": "complete",
      "items": [
        [
          "Male",
          "male"
        ],
        [
          "Female",
          "female"
        ],
        [
          "Other",
          "other"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/definition-topic": {
      "type": "complete",
      "items": [
        [
          "Treatment",
          "treatment"
        ],
        [
          "Education",
          "education"
        ],
        [
          "Assessment",
          "assessment"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/adjudication-error": {
      "type": "complete",
      "items": [
        [
          "Missing Identifier",
          "a001"
        ],
        [
          "Missing Creation Date",
          "a002"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/map-target-list-mode": {
      "type": "complete",
      "items": [
        [
          "First",
          "first"
        ],
        [
          "Share",
          "share"
        ],
        [
          "Last",
          "last"
        ],
        [
          "Collate",
          "collate"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/benefit-subcategory": {
      "type": "complete",
      "items": [
        [
          "Medical Care",
          "1"
        ],
        [
          "Surgical",
          "2"
        ],
        [
          "Consultation",
          "3"
        ],
        [
          "Diagnostic XRay",
          "4"
        ],
        [
          "Diagnostic Lab",
          "5"
        ],
        [
          "Renal Supplies",
          "14"
        ],
        [
          "Diagnostic Dental",
          "23"
        ],
        [
          "Periodontics",
          "24"
        ],
        [
          "Restorative",
          "25"
        ],
        [
          "Endodontics",
          "26"
        ],
        [
          "Maxillofacilial Prosthetics",
          "27"
        ],
        [
          "Adjunctive Dental Services",
          "28"
        ],
        [
          "Health Benefit Plan Coverage",
          "30"
        ],
        [
          "Dental Care",
          "35"
        ],
        [
          "Dental Crowns",
          "36"
        ],
        [
          "Dental Accident",
          "37"
        ],
        [
          "Hospital Room and Board",
          "49"
        ],
        [
          "Major Medical",
          "55"
        ],
        [
          "Medically Related Transportation",
          "56"
        ],
        [
          "In-vitro Fertilization",
          "61"
        ],
        [
          "MRI Scan",
          "62"
        ],
        [
          "Donor Procedures",
          "63"
        ],
        [
          "Maternity",
          "69"
        ],
        [
          "Renal Dialysis",
          "76"
        ],
        [
          "Medical Coverage",
          "F1"
        ],
        [
          "Dental Coverage",
          "F3"
        ],
        [
          "Hearing Coverage",
          "F4"
        ],
        [
          "Vision Coverage",
          "F6"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/request-status": {
      "type": "complete",
      "items": [
        [
          "Draft",
          "draft"
        ],
        [
          "Active",
          "active"
        ],
        [
          "Suspended",
          "suspended"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/guide-page-kind": {
      "type": "complete",
      "items": [
        [
          "Page",
          "page"
        ],
        [
          "Example",
          "example"
        ],
        [
          "List",
          "list"
        ],
        [
          "Include",
          "include"
        ],
        [
          "Dictionary",
          "dictionary"
        ],
        [
          "Table Of Contents",
          "toc"
        ],
        [
          "Resource",
          "resource"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/questionnaire-display-category": {
      "type": "complete",
      "items": [
        [
          "Instructions",
          "instructions"
        ],
        [
          "Security",
          "security"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/flag-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Inactive",
          "inactive"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/goal-status-reason": {
      "type": "complete",
      "items": [
        [
          "Surgery",
          "surgery"
        ],
        [
          "Life Event",
          "life-event"
        ],
        [
          "Replaced",
          "replaced"
        ],
        [
          "Patient Request",
          "patient-request"
        ],
        [
          "Goal Not Attainable Temporarily",
          "temp-not-attainable"
        ],
        [
          "Goal Not Attainable Permanently",
          "permanent-not-attainable"
        ],
        [
          "Financial Reason",
          "financial-barrier"
        ],
        [
          "Lack Of Transportation",
          "lack-of-transportation"
        ],
        [
          "Lack Of Social Support",
          "lack-of-social-support"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/goal-relationship-type": {
      "type": "complete",
      "items": [
        [
          "Predecessor",
          "predecessor"
        ],
        [
          "Successor",
          "successor"
        ],
        [
          "Replacement",
          "replacement"
        ],
        [
          "Milestone",
          "milestone"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/link-type": {
      "type": "complete",
      "items": [
        [
          "Replaced-by",
          "replaced-by"
        ],
        [
          "Replaces",
          "replaces"
        ],
        [
          "Refer",
          "refer"
        ],
        [
          "See also",
          "seealso"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/operation-parameter-use": {
      "type": "complete",
      "items": [
        [
          "In",
          "in"
        ],
        [
          "Out",
          "out"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/marital-status": {
      "type": "complete",
      "items": [
        [
          "Unmarried",
          "U"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/search-entry-mode": {
      "type": "complete",
      "items": [
        [
          "Match",
          "match"
        ],
        [
          "Include",
          "include"
        ],
        [
          "Outcome",
          "outcome"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/event-status": {
      "type": "complete",
      "items": [
        [
          "Preparation",
          "preparation"
        ],
        [
          "In Progress",
          "in-progress"
        ],
        [
          "Suspended",
          "suspended"
        ],
        [
          "Aborted",
          "aborted"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/device-statement-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Intended",
          "intended"
        ],
        [
          "Stopped",
          "stopped"
        ],
        [
          "On Hold",
          "on-hold"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/consent-data-meaning": {
      "type": "complete",
      "items": [
        [
          "Instance",
          "instance"
        ],
        [
          "Related",
          "related"
        ],
        [
          "Dependents",
          "dependents"
        ],
        [
          "AuthoredBy",
          "authoredby"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/resource-type-link": {
      "type": "complete",
      "items": [
        [
          "Organization",
          "organization"
        ],
        [
          "Patient",
          "patient"
        ],
        [
          "Practitioner",
          "practitioner"
        ],
        [
          "RelatedPerson",
          "relatedperson"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/encounter-admit-source": {
      "type": "complete",
      "items": [
        [
          "Transferred from other hospital",
          "hosp-trans"
        ],
        [
          "From accident/emergency department",
          "emd"
        ],
        [
          "From outpatient department",
          "outp"
        ],
        [
          "Born in hospital",
          "born"
        ],
        [
          "General Practitioner referral",
          "gp"
        ],
        [
          "Medical Practitioner/physician referral",
          "mp"
        ],
        [
          "From nursing home",
          "nursing"
        ],
        [
          "From psychiatric hospital",
          "psych"
        ],
        [
          "From rehabilitation facility",
          "rehab"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/claim-subtype": {
      "type": "complete",
      "items": [
        [
          "Orthodontic Claim",
          "ortho"
        ],
        [
          "Emergency Claim",
          "emergency"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/payment-status": {
      "type": "complete",
      "items": [
        [
          "Paid",
          "paid"
        ],
        [
          "Cleared",
          "cleared"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/binding-strength": {
      "type": "complete",
      "items": [
        [
          "Required",
          "required"
        ],
        [
          "Extensible",
          "extensible"
        ],
        [
          "Preferred",
          "preferred"
        ],
        [
          "Example",
          "example"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/property-representation": {
      "type": "complete",
      "items": [
        [
          "XML Attribute",
          "xmlAttr"
        ],
        [
          "XML Text",
          "xmlText"
        ],
        [
          "Type Attribute",
          "typeAttr"
        ],
        [
          "CDA Text Format",
          "cdaText"
        ],
        [
          "XHTML",
          "xhtml"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/namingsystem-identifier-type": {
      "type": "complete",
      "items": [
        [
          "OID",
          "oid"
        ],
        [
          "UUID",
          "uuid"
        ],
        [
          "URI",
          "uri"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/composition-attestation-mode": {
      "type": "complete",
      "items": [
        [
          "Personal",
          "personal"
        ],
        [
          "Professional",
          "professional"
        ],
        [
          "Legal",
          "legal"
        ],
        [
          "Official",
          "official"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/supplyrequest-kind": {
      "type": "complete",
      "items": [
        [
          "Central Supply",
          "central"
        ],
        [
          "Non-Stock",
          "nonstock"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/encounter-participant-type": {
      "type": "complete",
      "items": [
        [
          "Translator",
          "translator"
        ],
        [
          "Emergency",
          "emergency"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/fm-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Draft",
          "draft"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/process-priority": {
      "type": "complete",
      "items": [
        [
          "Immediate",
          "stat"
        ],
        [
          "Normal",
          "normal"
        ],
        [
          "Deferred",
          "deferred"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/request-priority": {
      "type": "complete",
      "items": [
        [
          "Routine",
          "routine"
        ],
        [
          "Urgent",
          "urgent"
        ],
        [
          "ASAP",
          "asap"
        ],
        [
          "STAT",
          "stat"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/action-relationship-type": {
      "type": "complete",
      "items": [
        [
          "Before Start",
          "before-start"
        ],
        [
          "Before",
          "before"
        ],
        [
          "Before End",
          "before-end"
        ],
        [
          "Concurrent With Start",
          "concurrent-with-start"
        ],
        [
          "Concurrent",
          "concurrent"
        ],
        [
          "Concurrent With End",
          "concurrent-with-end"
        ],
        [
          "After Start",
          "after-start"
        ],
        [
          "After",
          "after"
        ],
        [
          "After End",
          "after-end"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/organization-type": {
      "type": "complete",
      "items": [
        [
          "Healthcare Provider",
          "prov"
        ],
        [
          "Hospital Department",
          "dept"
        ],
        [
          "Organizational team",
          "team"
        ],
        [
          "Government",
          "govt"
        ],
        [
          "Insurance Company",
          "ins"
        ],
        [
          "Educational Institute",
          "edu"
        ],
        [
          "Religious Institution",
          "reli"
        ],
        [
          "Clinical Research Sponsor",
          "crs"
        ],
        [
          "Community Group",
          "cg"
        ],
        [
          "Non-Healthcare Business or Corporation",
          "bus"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/action-participant-type": {
      "type": "complete",
      "items": [
        [
          "Patient",
          "patient"
        ],
        [
          "Practitioner",
          "practitioner"
        ],
        [
          "Related Person",
          "related-person"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/animal-species": {
      "type": "complete",
      "items": [
        [
          "Dog",
          "canislf"
        ],
        [
          "Sheep",
          "ovisa"
        ],
        [
          "Domestic Canary",
          "serinuscd"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/action-condition-kind": {
      "type": "complete",
      "items": [
        [
          "Applicability",
          "applicability"
        ],
        [
          "Start",
          "start"
        ],
        [
          "Stop",
          "stop"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/structure-definition-kind": {
      "type": "complete",
      "items": [
        [
          "Primitive Data Type",
          "primitive-type"
        ],
        [
          "Complex Data Type",
          "complex-type"
        ],
        [
          "Resource",
          "resource"
        ],
        [
          "Logical Model",
          "logical"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/dataelement-stringency": {
      "type": "complete",
      "items": [
        [
          "Fully Specified",
          "fully-specified"
        ],
        [
          "Equivalent",
          "equivalent"
        ],
        [
          "Scaleable",
          "scaleable"
        ],
        [
          "Flexible",
          "flexible"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-request-priority": {
      "type": "complete",
      "items": [
        [
          "Routine",
          "routine"
        ],
        [
          "Urgent",
          "urgent"
        ],
        [
          "Stat",
          "stat"
        ],
        [
          "ASAP",
          "asap"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/adverse-event-causality-result": {
      "type": "complete",
      "items": [
        [
          "placeholder",
          "result1"
        ],
        [
          "placeholder",
          "result2"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/diagnosis-role": {
      "type": "complete",
      "items": [
        [
          "Admission diagnosis",
          "AD"
        ],
        [
          "Discharge diagnosis",
          "DD"
        ],
        [
          "Chief complaint",
          "CC"
        ],
        [
          "Comorbidity diagnosis",
          "CM"
        ],
        [
          "pre-op diagnosis",
          "pre-op"
        ],
        [
          "post-op diagnosis",
          "post-op"
        ],
        [
          "Billing",
          "billing"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/subscription-status": {
      "type": "complete",
      "items": [
        [
          "Requested",
          "requested"
        ],
        [
          "Active",
          "active"
        ],
        [
          "Error",
          "error"
        ],
        [
          "Off",
          "off"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/additionalmaterials": {
      "type": "complete",
      "items": [
        [
          "XRay",
          "xray"
        ],
        [
          "Image",
          "image"
        ],
        [
          "Email",
          "email"
        ],
        [
          "Model",
          "model"
        ],
        [
          "Document",
          "document"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-request-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "On Hold",
          "on-hold"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ],
        [
          "Stopped",
          "stopped"
        ],
        [
          "Draft",
          "draft"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/testscript-profile-destination-types": {
      "type": "complete",
      "items": [
        [
          "FHIR Server",
          "FHIR-Server"
        ],
        [
          "FHIR SDC FormManager",
          "FHIR-SDC-FormManager"
        ],
        [
          "FHIR SDC FormProcessor",
          "FHIR-SDC-FormProcessor"
        ],
        [
          "FHIR SDC FormReceiver",
          "FHIR-SDC-FormReceiver"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/remittance-outcome": {
      "type": "complete",
      "items": [
        [
          "Processing Complete",
          "complete"
        ],
        [
          "Error",
          "error"
        ],
        [
          "Partial Processing",
          "partial"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/list-item-flag": {
      "type": "complete",
      "items": [
        [
          "Unchanged",
          "01"
        ],
        [
          "Changed",
          "02"
        ],
        [
          "Cancelled",
          "03"
        ],
        [
          "Prescribed",
          "04"
        ],
        [
          "Ceased",
          "05"
        ],
        [
          "Suspended",
          "06"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/response-code": {
      "type": "complete",
      "items": [
        [
          "OK",
          "ok"
        ],
        [
          "Transient Error",
          "transient-error"
        ],
        [
          "Fatal Error",
          "fatal-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/unknown-content-code": {
      "type": "complete",
      "items": [
        [
          "Neither Elements or Extensions",
          "no"
        ],
        [
          "Unknown Extensions",
          "extensions"
        ],
        [
          "Unknown Elements",
          "elements"
        ],
        [
          "Unknown Elements and Extensions",
          "both"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/conditional-read-status": {
      "type": "complete",
      "items": [
        [
          "Not Supported",
          "not-supported"
        ],
        [
          "If-Modified-Since",
          "modified-since"
        ],
        [
          "If-None-Match",
          "not-match"
        ],
        [
          "Full Support",
          "full-support"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contract-actorrole": {
      "type": "complete",
      "items": [
        [
          "Practitioner",
          "practitioner"
        ],
        [
          "Patient",
          "patient"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/udi": {
      "type": "complete",
      "items": [
        [
          "GUDID (FDA)",
          "gudid"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/account-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Inactive",
          "inactive"
        ],
        [
          "Entered in error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/endpoint-payload-type": {
      "type": "complete",
      "items": [
        [
          "Any",
          "any"
        ],
        [
          "None",
          "none"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/data-types": {
      "type": "complete",
      "items": [
        [
          "Address",
          "Address"
        ],
        [
          "Age",
          "Age"
        ],
        [
          "Annotation",
          "Annotation"
        ],
        [
          "Attachment",
          "Attachment"
        ],
        [
          "BackboneElement",
          "BackboneElement"
        ],
        [
          "CodeableConcept",
          "CodeableConcept"
        ],
        [
          "Coding",
          "Coding"
        ],
        [
          "ContactDetail",
          "ContactDetail"
        ],
        [
          "ContactPoint",
          "ContactPoint"
        ],
        [
          "Contributor",
          "Contributor"
        ],
        [
          "Count",
          "Count"
        ],
        [
          "DataRequirement",
          "DataRequirement"
        ],
        [
          "Distance",
          "Distance"
        ],
        [
          "Dosage",
          "Dosage"
        ],
        [
          "Duration",
          "Duration"
        ],
        [
          "Element",
          "Element"
        ],
        [
          "ElementDefinition",
          "ElementDefinition"
        ],
        [
          "Extension",
          "Extension"
        ],
        [
          "HumanName",
          "HumanName"
        ],
        [
          "Identifier",
          "Identifier"
        ],
        [
          "Meta",
          "Meta"
        ],
        [
          "Money",
          "Money"
        ],
        [
          "Narrative",
          "Narrative"
        ],
        [
          "ParameterDefinition",
          "ParameterDefinition"
        ],
        [
          "Period",
          "Period"
        ],
        [
          "Quantity",
          "Quantity"
        ],
        [
          "Range",
          "Range"
        ],
        [
          "Ratio",
          "Ratio"
        ],
        [
          "Reference",
          "Reference"
        ],
        [
          "RelatedArtifact",
          "RelatedArtifact"
        ],
        [
          "SampledData",
          "SampledData"
        ],
        [
          "Signature",
          "Signature"
        ],
        [
          "SimpleQuantity",
          "SimpleQuantity"
        ],
        [
          "Timing",
          "Timing"
        ],
        [
          "TriggerDefinition",
          "TriggerDefinition"
        ],
        [
          "UsageContext",
          "UsageContext"
        ],
        [
          "base64Binary",
          "base64Binary"
        ],
        [
          "boolean",
          "boolean"
        ],
        [
          "code",
          "code"
        ],
        [
          "date",
          "date"
        ],
        [
          "dateTime",
          "dateTime"
        ],
        [
          "decimal",
          "decimal"
        ],
        [
          "id",
          "id"
        ],
        [
          "instant",
          "instant"
        ],
        [
          "integer",
          "integer"
        ],
        [
          "markdown",
          "markdown"
        ],
        [
          "oid",
          "oid"
        ],
        [
          "positiveInt",
          "positiveInt"
        ],
        [
          "string",
          "string"
        ],
        [
          "time",
          "time"
        ],
        [
          "unsignedInt",
          "unsignedInt"
        ],
        [
          "uri",
          "uri"
        ],
        [
          "uuid",
          "uuid"
        ],
        [
          "XHTML",
          "xhtml"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/benefit-unit": {
      "type": "complete",
      "items": [
        [
          "Individual",
          "individual"
        ],
        [
          "Family",
          "family"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/questionnaire-answers-status": {
      "type": "complete",
      "items": [
        [
          "In Progress",
          "in-progress"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Amended",
          "amended"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Stopped",
          "stopped"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/research-study-status": {
      "type": "complete",
      "items": [
        [
          "Draft",
          "draft"
        ],
        [
          "In-progress",
          "in-progress"
        ],
        [
          "Suspended",
          "suspended"
        ],
        [
          "Stopped",
          "stopped"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contract-action": {
      "type": "complete",
      "items": [
        [
          "Action A",
          "action-a"
        ],
        [
          "Action B",
          "action-b"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/address-use": {
      "type": "complete",
      "items": [
        [
          "Home",
          "home"
        ],
        [
          "Work",
          "work"
        ],
        [
          "Temporary",
          "temp"
        ],
        [
          "Old / Incorrect",
          "old"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contract-subtype": {
      "type": "complete",
      "items": [
        [
          "Disclosure-CA",
          "disclosure-ca"
        ],
        [
          "Disclosure-US",
          "disclosure-us"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/surface": {
      "type": "complete",
      "items": [
        [
          "Mesial",
          "M"
        ],
        [
          "Occlusal",
          "O"
        ],
        [
          "Incisal",
          "I"
        ],
        [
          "Distal",
          "D"
        ],
        [
          "Buccal",
          "B"
        ],
        [
          "Ventral",
          "V"
        ],
        [
          "Lingual",
          "L"
        ],
        [
          "Mesioclusal",
          "MO"
        ],
        [
          "Distoclusal",
          "DO"
        ],
        [
          "Distoincisal",
          "DI"
        ],
        [
          "Mesioclusodistal",
          "MOD"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/claim-exception": {
      "type": "complete",
      "items": [
        [
          "Student (Fulltime)",
          "student"
        ],
        [
          "Disabled",
          "disabled"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/trigger-type": {
      "type": "complete",
      "items": [
        [
          "Named Event",
          "named-event"
        ],
        [
          "Periodic",
          "periodic"
        ],
        [
          "Data Added",
          "data-added"
        ],
        [
          "Data Modified",
          "data-modified"
        ],
        [
          "Data Removed",
          "data-removed"
        ],
        [
          "Data Accessed",
          "data-accessed"
        ],
        [
          "Data Access Ended",
          "data-access-ended"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/missing-tooth-reason": {
      "type": "complete",
      "items": [
        [
          "E",
          "e"
        ],
        [
          "C",
          "c"
        ],
        [
          "U",
          "u"
        ],
        [
          "O",
          "o"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/list-example-codes": {
      "type": "complete",
      "items": [
        [
          "Alerts",
          "alerts"
        ],
        [
          "Adverse Reactions",
          "adverserxns"
        ],
        [
          "Allergies",
          "allergies"
        ],
        [
          "Medication List",
          "medications"
        ],
        [
          "Problem List",
          "problems"
        ],
        [
          "Worklist",
          "worklist"
        ],
        [
          "Waiting List",
          "waiting"
        ],
        [
          "Protocols",
          "protocols"
        ],
        [
          "Care Plans",
          "plans"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/usage-context-type": {
      "type": "complete",
      "items": [
        [
          "Gender",
          "gender"
        ],
        [
          "Age Range",
          "age"
        ],
        [
          "Clinical Focus",
          "focus"
        ],
        [
          "User Type",
          "user"
        ],
        [
          "Workflow Setting",
          "workflow"
        ],
        [
          "Workflow Task",
          "task"
        ],
        [
          "Clinical Venue",
          "venue"
        ],
        [
          "Species",
          "species"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/care-plan-activity-status": {
      "type": "complete",
      "items": [
        [
          "Not Started",
          "not-started"
        ],
        [
          "Scheduled",
          "scheduled"
        ],
        [
          "In Progress",
          "in-progress"
        ],
        [
          "On Hold",
          "on-hold"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/teeth": {
      "type": "complete",
      "items": [
        [
          "11",
          "11"
        ],
        [
          "12",
          "12"
        ],
        [
          "13",
          "13"
        ],
        [
          "14",
          "14"
        ],
        [
          "15",
          "15"
        ],
        [
          "16",
          "16"
        ],
        [
          "17",
          "17"
        ],
        [
          "18",
          "18"
        ],
        [
          "21",
          "21"
        ],
        [
          "22",
          "22"
        ],
        [
          "23",
          "23"
        ],
        [
          "24",
          "24"
        ],
        [
          "25",
          "25"
        ],
        [
          "26",
          "26"
        ],
        [
          "27",
          "27"
        ],
        [
          "28",
          "28"
        ],
        [
          "31",
          "31"
        ],
        [
          "32",
          "32"
        ],
        [
          "33",
          "33"
        ],
        [
          "34",
          "34"
        ],
        [
          "35",
          "35"
        ],
        [
          "36",
          "36"
        ],
        [
          "37",
          "37"
        ],
        [
          "38",
          "38"
        ],
        [
          "41",
          "41"
        ],
        [
          "42",
          "42"
        ],
        [
          "43",
          "43"
        ],
        [
          "44",
          "44"
        ],
        [
          "45",
          "45"
        ],
        [
          "46",
          "46"
        ],
        [
          "47",
          "47"
        ],
        [
          "48",
          "48"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/ex-program-code": {
      "type": "complete",
      "items": [
        [
          "Child Asthma",
          "as"
        ],
        [
          "Heamodialisis",
          "hd"
        ],
        [
          "Autism Screening",
          "auscr"
        ],
        [
          "None",
          "none"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/restful-interaction": {
      "type": "complete",
      "items": [
        [
          "read",
          "read"
        ],
        [
          "vread",
          "vread"
        ],
        [
          "update",
          "update"
        ],
        [
          "patch",
          "patch"
        ],
        [
          "delete",
          "delete"
        ],
        [
          "history-instance",
          "history-instance"
        ],
        [
          "history-type",
          "history-type"
        ],
        [
          "history-system",
          "history-system"
        ],
        [
          "create",
          "create"
        ],
        [
          "search-type",
          "search-type"
        ],
        [
          "search-system",
          "search-system"
        ],
        [
          "capabilities",
          "capabilities"
        ],
        [
          "transaction",
          "transaction"
        ],
        [
          "batch",
          "batch"
        ],
        [
          "operation",
          "operation"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/event-timing": {
      "type": "complete",
      "items": [
        [
          "Morning",
          "MORN"
        ],
        [
          "Afternoon",
          "AFT"
        ],
        [
          "Evening",
          "EVE"
        ],
        [
          "Night",
          "NIGHT"
        ],
        [
          "After Sleep",
          "PHS"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/adverse-event-causality-assess": {
      "type": "complete",
      "items": [
        [
          "assess1 placeholder",
          "assess1"
        ],
        [
          "assess2 placeholder",
          "assess2"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/identifier-type": {
      "type": "complete",
      "items": [
        [
          "Universal Device Identifier",
          "UDI"
        ],
        [
          "Serial Number",
          "SNO"
        ],
        [
          "Social Beneficiary Identifier",
          "SB"
        ],
        [
          "Placer Identifier",
          "PLAC"
        ],
        [
          "Filler Identifier",
          "FILL"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/system-version-processing-mode": {
      "type": "complete",
      "items": [
        [
          "Default Version",
          "default"
        ],
        [
          "Check ValueSet Version",
          "check"
        ],
        [
          "Override ValueSet Version",
          "override"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/measure-report-status": {
      "type": "complete",
      "items": [
        [
          "Complete",
          "complete"
        ],
        [
          "Pending",
          "pending"
        ],
        [
          "Error",
          "error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/payment-type": {
      "type": "complete",
      "items": [
        [
          "Payment",
          "payment"
        ],
        [
          "Adjustment",
          "adjustment"
        ],
        [
          "Advance",
          "advance"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/process-outcome": {
      "type": "complete",
      "items": [
        [
          "Complete",
          "complete"
        ],
        [
          "Pended",
          "pended"
        ],
        [
          "Error",
          "error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/namingsystem-type": {
      "type": "complete",
      "items": [
        [
          "Code System",
          "codesystem"
        ],
        [
          "Identifier",
          "identifier"
        ],
        [
          "Root",
          "root"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/clinical-impression-status": {
      "type": "complete",
      "items": [
        [
          "In progress",
          "draft"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/goal-priority": {
      "type": "complete",
      "items": [
        [
          "High Priority",
          "high-priority"
        ],
        [
          "Medium Priority",
          "medium-priority"
        ],
        [
          "Low Priority",
          "low-priority"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/ex-revenue-center": {
      "type": "complete",
      "items": [
        [
          "Anaesthesia",
          "0370"
        ],
        [
          "Physical Therapy",
          "0420"
        ],
        [
          "Physical Therapy - ",
          "0421"
        ],
        [
          "Speech-Language Pathology",
          "0440"
        ],
        [
          "Speech-Language Pathology - Visit",
          "0441"
        ],
        [
          "Emergency Room",
          "0450"
        ],
        [
          "Emergency Room - EM/EMTALA",
          "0451"
        ],
        [
          "Emergency Room - beyond EMTALA",
          "0452"
        ],
        [
          "Vision Clinic",
          "0010"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/metric-calibration-type": {
      "type": "complete",
      "items": [
        [
          "Unspecified",
          "unspecified"
        ],
        [
          "Offset",
          "offset"
        ],
        [
          "Gain",
          "gain"
        ],
        [
          "Two Point",
          "two-point"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/location-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Suspended",
          "suspended"
        ],
        [
          "Inactive",
          "inactive"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/reason-medication-given-codes": {
      "type": "complete",
      "items": [
        [
          "None",
          "a"
        ],
        [
          "Given as Ordered",
          "b"
        ],
        [
          "Emergency",
          "c"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/conformance-expectation": {
      "type": "complete",
      "items": [
        [
          "SHALL",
          "SHALL"
        ],
        [
          "SHOULD",
          "SHOULD"
        ],
        [
          "MAY",
          "MAY"
        ],
        [
          "SHOULD-NOT",
          "SHOULD-NOT"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/provider-qualification": {
      "type": "complete",
      "items": [
        [
          "Dentist",
          "311405"
        ],
        [
          "Ophthalmologist",
          "604215"
        ],
        [
          "Optometrist",
          "604210"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contract-term-type": {
      "type": "complete",
      "items": [
        [
          "Statutory",
          "statutory"
        ],
        [
          "Subject To",
          "subject-to"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/allergy-intolerance-type": {
      "type": "complete",
      "items": [
        [
          "Allergy",
          "allergy"
        ],
        [
          "Intolerance",
          "intolerance"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/note-type": {
      "type": "complete",
      "items": [
        [
          "Display",
          "display"
        ],
        [
          "Print (Form)",
          "print"
        ],
        [
          "Print (Operator)",
          "printoper"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/vaccination-protocol-dose-status-reason": {
      "type": "complete",
      "items": [
        [
          "Adverse storage condition",
          "advstorage"
        ],
        [
          "Cold chain break",
          "coldchbrk"
        ],
        [
          "Expired lot",
          "explot"
        ],
        [
          "Administered outside recommended schedule",
          "outsidesched"
        ],
        [
          "Product recall",
          "prodrecall"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/service-referral-method": {
      "type": "complete",
      "items": [
        [
          "Fax",
          "fax"
        ],
        [
          "Phone",
          "phone"
        ],
        [
          "Secure Messaging",
          "elec"
        ],
        [
          "Secure Email",
          "semail"
        ],
        [
          "Mail",
          "mail"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/constraint-severity": {
      "type": "complete",
      "items": [
        [
          "Error",
          "error"
        ],
        [
          "Warning",
          "warning"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/supplyrequest-status": {
      "type": "complete",
      "items": [
        [
          "Draft",
          "draft"
        ],
        [
          "Active",
          "active"
        ],
        [
          "Suspended",
          "suspended"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/testscript-operation-codes": {
      "type": "complete",
      "items": [
        [
          "Read",
          "read"
        ],
        [
          "Version Read",
          "vread"
        ],
        [
          "Update",
          "update"
        ],
        [
          "Create using Update",
          "updateCreate"
        ],
        [
          "Delete",
          "delete"
        ],
        [
          "Conditional Delete Single",
          "deleteCondSingle"
        ],
        [
          "Conditional Delete Multiple",
          "deleteCondMultiple"
        ],
        [
          "History",
          "history"
        ],
        [
          "Create",
          "create"
        ],
        [
          "Search",
          "search"
        ],
        [
          "Batch",
          "batch"
        ],
        [
          "Transaction",
          "transaction"
        ],
        [
          "Capabilities",
          "capabilities"
        ],
        [
          "$apply",
          "apply"
        ],
        [
          "$cancel",
          "cancel"
        ],
        [
          "$closure",
          "closure"
        ],
        [
          "$compose",
          "compose"
        ],
        [
          "$conforms",
          "conforms"
        ],
        [
          "$data-requirements",
          "data-requirements"
        ],
        [
          "$document",
          "document"
        ],
        [
          "$evaluate",
          "evaluate"
        ],
        [
          "$evaluate-measure",
          "evaluate-measure"
        ],
        [
          "$everything",
          "everything"
        ],
        [
          "$expand",
          "expand"
        ],
        [
          "$fail",
          "fail"
        ],
        [
          "$find",
          "find"
        ],
        [
          "$finish",
          "finish"
        ],
        [
          "$implements",
          "implements"
        ],
        [
          "$lookup",
          "lookup"
        ],
        [
          "$match",
          "match"
        ],
        [
          "$meta",
          "meta"
        ],
        [
          "$meta-add",
          "meta-add"
        ],
        [
          "$meta-delete",
          "meta-delete"
        ],
        [
          "$populate",
          "populate"
        ],
        [
          "$populatehtml",
          "populatehtml"
        ],
        [
          "$populatelink",
          "populatelink"
        ],
        [
          "$process-message",
          "process-message"
        ],
        [
          "$questionnaire",
          "questionnaire"
        ],
        [
          "$release",
          "release"
        ],
        [
          "$reserve",
          "reserve"
        ],
        [
          "$resume",
          "resume"
        ],
        [
          "$set-input",
          "set-input"
        ],
        [
          "$set-output",
          "set-output"
        ],
        [
          "$start",
          "start"
        ],
        [
          "$stats",
          "stats"
        ],
        [
          "$stop",
          "stop"
        ],
        [
          "$subset",
          "subset"
        ],
        [
          "$subsumes",
          "subsumes"
        ],
        [
          "$suspend",
          "suspend"
        ],
        [
          "$transform",
          "transform"
        ],
        [
          "$translate",
          "translate"
        ],
        [
          "$validate",
          "validate"
        ],
        [
          "$validate-code",
          "validate-code"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/encounter-special-arrangements": {
      "type": "complete",
      "items": [
        [
          "Wheelchair",
          "wheel"
        ],
        [
          "Additional bedding",
          "add-bed"
        ],
        [
          "Interpreter",
          "int"
        ],
        [
          "Attendant",
          "att"
        ],
        [
          "Guide dog",
          "dog"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/encounter-discharge-disposition": {
      "type": "complete",
      "items": [
        [
          "Home",
          "home"
        ],
        [
          "Other healthcare facility",
          "other-hcf"
        ],
        [
          "Hospice",
          "hosp"
        ],
        [
          "Long-term care",
          "long"
        ],
        [
          "Left against advice",
          "aadvice"
        ],
        [
          "Expired",
          "exp"
        ],
        [
          "Psychiatric hospital",
          "psy"
        ],
        [
          "Rehabilitation",
          "rehab"
        ],
        [
          "Skilled nursing facility",
          "snf"
        ],
        [
          "Other",
          "oth"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/quality-type": {
      "type": "complete",
      "items": [
        [
          "INDEL Comparison",
          "indel"
        ],
        [
          "SNP Comparison",
          "snp"
        ],
        [
          "UNKNOWN Comparison",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/adverse-event-seriousness": {
      "type": "complete",
      "items": [
        [
          "Mild",
          "Mild"
        ],
        [
          "Moderate",
          "Moderate"
        ],
        [
          "Severe",
          "Severe"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/reaction-event-severity": {
      "type": "complete",
      "items": [
        [
          "Mild",
          "mild"
        ],
        [
          "Moderate",
          "moderate"
        ],
        [
          "Severe",
          "severe"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/capability-statement-kind": {
      "type": "complete",
      "items": [
        [
          "Instance",
          "instance"
        ],
        [
          "Capability",
          "capability"
        ],
        [
          "Requirements",
          "requirements"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-statement-category": {
      "type": "complete",
      "items": [
        [
          "Inpatient",
          "inpatient"
        ],
        [
          "Outpatient",
          "outpatient"
        ],
        [
          "Community",
          "community"
        ],
        [
          "Patient Specified",
          "patientspecified"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/supplydelivery-type": {
      "type": "complete",
      "items": [
        [
          "Medication",
          "medication"
        ],
        [
          "Device",
          "device"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/report-action-result-codes": {
      "type": "complete",
      "items": [
        [
          "Pass",
          "pass"
        ],
        [
          "Skip",
          "skip"
        ],
        [
          "Fail",
          "fail"
        ],
        [
          "Warning",
          "warning"
        ],
        [
          "Error",
          "error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/compartment-type": {
      "type": "complete",
      "items": [
        [
          "Patient",
          "Patient"
        ],
        [
          "Encounter",
          "Encounter"
        ],
        [
          "RelatedPerson",
          "RelatedPerson"
        ],
        [
          "Practitioner",
          "Practitioner"
        ],
        [
          "Device",
          "Device"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/allergy-intolerance-category": {
      "type": "complete",
      "items": [
        [
          "Food",
          "food"
        ],
        [
          "Medication",
          "medication"
        ],
        [
          "Environment",
          "environment"
        ],
        [
          "Biologic",
          "biologic"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/substance-category": {
      "type": "complete",
      "items": [
        [
          "Allergen",
          "allergen"
        ],
        [
          "Biological Substance",
          "biological"
        ],
        [
          "Body Substance",
          "body"
        ],
        [
          "Chemical",
          "chemical"
        ],
        [
          "Dietary Substance",
          "food"
        ],
        [
          "Drug or Medicament",
          "drug"
        ],
        [
          "Material",
          "material"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/adverse-event-causality": {
      "type": "complete",
      "items": [
        [
          "causality1 placeholder",
          "causality1"
        ],
        [
          "causality2 placeholder",
          "causality2"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/adverse-event-causality-method": {
      "type": "complete",
      "items": [
        [
          "placeholder",
          "method1"
        ],
        [
          "placeholder",
          "method2"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/observation-status": {
      "type": "complete",
      "items": [
        [
          "Registered",
          "registered"
        ],
        [
          "Preliminary",
          "preliminary"
        ],
        [
          "Final",
          "final"
        ],
        [
          "Corrected",
          "corrected"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/item-type": {
      "type": "complete",
      "items": [
        [
          "Group",
          "group"
        ],
        [
          "Display",
          "display"
        ],
        [
          "Boolean",
          "boolean"
        ],
        [
          "Decimal",
          "decimal"
        ],
        [
          "Integer",
          "integer"
        ],
        [
          "Date",
          "date"
        ],
        [
          "Date Time",
          "dateTime"
        ],
        [
          "Time",
          "time"
        ],
        [
          "String",
          "string"
        ],
        [
          "Text",
          "text"
        ],
        [
          "Url",
          "url"
        ],
        [
          "Choice",
          "choice"
        ],
        [
          "Open Choice",
          "open-choice"
        ],
        [
          "Attachment",
          "attachment"
        ],
        [
          "Reference",
          "reference"
        ],
        [
          "Quantity",
          "quantity"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/sequence-type": {
      "type": "complete",
      "items": [
        [
          "AA Sequence",
          "aa"
        ],
        [
          "DNA Sequence",
          "dna"
        ],
        [
          "RNA Sequence",
          "rna"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/map-transform": {
      "type": "complete",
      "items": [
        [
          "create",
          "create"
        ],
        [
          "copy",
          "copy"
        ],
        [
          "truncate",
          "truncate"
        ],
        [
          "escape",
          "escape"
        ],
        [
          "cast",
          "cast"
        ],
        [
          "append",
          "append"
        ],
        [
          "translate",
          "translate"
        ],
        [
          "reference",
          "reference"
        ],
        [
          "dateOp",
          "dateOp"
        ],
        [
          "uuid",
          "uuid"
        ],
        [
          "pointer",
          "pointer"
        ],
        [
          "evaluate",
          "evaluate"
        ],
        [
          "cc",
          "cc"
        ],
        [
          "c",
          "c"
        ],
        [
          "qty",
          "qty"
        ],
        [
          "id",
          "id"
        ],
        [
          "cp",
          "cp"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/list-status": {
      "type": "complete",
      "items": [
        [
          "Current",
          "current"
        ],
        [
          "Retired",
          "retired"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/codesystem-content-mode": {
      "type": "complete",
      "items": [
        [
          "Not Present",
          "not-present"
        ],
        [
          "Example",
          "example"
        ],
        [
          "Fragment",
          "fragment"
        ],
        [
          "Complete",
          "complete"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/message-transport": {
      "type": "complete",
      "items": [
        [
          "HTTP",
          "http"
        ],
        [
          "FTP",
          "ftp"
        ],
        [
          "MLLP",
          "mllp"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/request-intent": {
      "type": "complete",
      "items": [
        [
          "Proposal",
          "proposal"
        ],
        [
          "Plan",
          "plan"
        ],
        [
          "Original Order",
          "original-order"
        ],
        [
          "Reflex Order",
          "reflex-order"
        ],
        [
          "Instance Order",
          "instance-order"
        ],
        [
          "Option",
          "option"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/encounter-location-status": {
      "type": "complete",
      "items": [
        [
          "Planned",
          "planned"
        ],
        [
          "Active",
          "active"
        ],
        [
          "Reserved",
          "reserved"
        ],
        [
          "Completed",
          "completed"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/history-not-done-reason": {
      "type": "complete",
      "items": [
        [
          "Subject Unknown",
          "subject-unknown"
        ],
        [
          "Information Withheld",
          "withheld"
        ],
        [
          "Unable To Obtain",
          "unable-to-obtain"
        ],
        [
          "Deferred",
          "deferred"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/supplyrequest-reason": {
      "type": "complete",
      "items": [
        [
          "Patient Care",
          "patient-care"
        ],
        [
          "Ward Stock",
          "ward-stock"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/immunization-origin": {
      "type": "complete",
      "items": [
        [
          "Other Provider",
          "provider"
        ],
        [
          "Written Record",
          "record"
        ],
        [
          "Parent/Guardian/Patient Recall",
          "recall"
        ],
        [
          "School Record",
          "school"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contact-point-system": {
      "type": "complete",
      "items": [
        [
          "Phone",
          "phone"
        ],
        [
          "Fax",
          "fax"
        ],
        [
          "Email",
          "email"
        ],
        [
          "Pager",
          "pager"
        ],
        [
          "URL",
          "url"
        ],
        [
          "SMS",
          "sms"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/definition-status": {
      "type": "complete",
      "items": [
        [
          "Draft",
          "draft"
        ],
        [
          "Active",
          "active"
        ],
        [
          "Withdrawn",
          "withdrawn"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/map-input-mode": {
      "type": "complete",
      "items": [
        [
          "Source Instance",
          "source"
        ],
        [
          "Target Instance",
          "target"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/audit-event-action": {
      "type": "complete",
      "items": [
        [
          "Create",
          "C"
        ],
        [
          "Read/View/Print",
          "R"
        ],
        [
          "Update",
          "U"
        ],
        [
          "Delete",
          "D"
        ],
        [
          "Execute",
          "E"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/plan-definition-type": {
      "type": "complete",
      "items": [
        [
          "Order Set",
          "order-set"
        ],
        [
          "Protocol",
          "protocol"
        ],
        [
          "ECA Rule",
          "eca-rule"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/action-precheck-behavior": {
      "type": "complete",
      "items": [
        [
          "Yes",
          "yes"
        ],
        [
          "No",
          "no"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/research-subject-status": {
      "type": "complete",
      "items": [
        [
          "Candidate",
          "candidate"
        ],
        [
          "Enrolled",
          "enrolled"
        ],
        [
          "Active",
          "active"
        ],
        [
          "Suspended",
          "suspended"
        ],
        [
          "Withdrawn",
          "withdrawn"
        ],
        [
          "Completed",
          "completed"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/claim-modifiers": {
      "type": "complete",
      "items": [
        [
          "Repair of prior service or installation",
          "a"
        ],
        [
          "Temporary service or installation",
          "b"
        ],
        [
          "TMJ treatment",
          "c"
        ],
        [
          "Implant or associated with an implant",
          "e"
        ],
        [
          "Rush or Outside of office hours",
          "rooh"
        ],
        [
          "None",
          "x"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/participationstatus": {
      "type": "complete",
      "items": [
        [
          "Accepted",
          "accepted"
        ],
        [
          "Declined",
          "declined"
        ],
        [
          "Tentative",
          "tentative"
        ],
        [
          "Needs Action",
          "needs-action"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/message-events": {
      "type": "complete",
      "items": [
        [
          "CodeSystem-expand",
          "CodeSystem-expand"
        ],
        [
          "MedicationAdministration-Complete",
          "MedicationAdministration-Complete"
        ],
        [
          "MedicationAdministration-Nullification",
          "MedicationAdministration-Nullification"
        ],
        [
          "MedicationAdministration-Recording",
          "MedicationAdministration-Recording"
        ],
        [
          "MedicationAdministration-Update",
          "MedicationAdministration-Update"
        ],
        [
          "admin-notify",
          "admin-notify"
        ],
        [
          "communication-request",
          "communication-request"
        ],
        [
          "diagnosticreport-provide",
          "diagnosticreport-provide"
        ],
        [
          "observation-provide",
          "observation-provide"
        ],
        [
          "patient-link",
          "patient-link"
        ],
        [
          "patient-unlink",
          "patient-unlink"
        ],
        [
          "valueset-expand",
          "valueset-expand"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/related-artifact-type": {
      "type": "complete",
      "items": [
        [
          "Documentation",
          "documentation"
        ],
        [
          "Justification",
          "justification"
        ],
        [
          "Citation",
          "citation"
        ],
        [
          "Predecessor",
          "predecessor"
        ],
        [
          "Successor",
          "successor"
        ],
        [
          "Derived From",
          "derived-from"
        ],
        [
          "Depends On",
          "depends-on"
        ],
        [
          "Composed Of",
          "composed-of"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/concept-properties": {
      "type": "complete",
      "items": [
        [
          "Inactive",
          "inactive"
        ],
        [
          "Deprecated",
          "deprecated"
        ],
        [
          "Not Selectable",
          "notSelectable"
        ],
        [
          "Parent",
          "parent"
        ],
        [
          "Child",
          "child"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/goal-status": {
      "type": "complete",
      "items": [
        [
          "Proposed",
          "proposed"
        ],
        [
          "Planned",
          "planned"
        ],
        [
          "On Target",
          "on-target"
        ],
        [
          "Ahead of Target",
          "ahead-of-target"
        ],
        [
          "Behind Target",
          "behind-target"
        ],
        [
          "Sustaining",
          "sustaining"
        ],
        [
          "Achieved",
          "achieved"
        ],
        [
          "On Hold",
          "on-hold"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ],
        [
          "Rejected",
          "rejected"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/icd-10-procedures": {
      "type": "complete",
      "items": [
        [
          "PROC-1",
          "123001"
        ],
        [
          "PROC-2",
          "123002"
        ],
        [
          "PROC-3",
          "123003"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/goal-category": {
      "type": "complete",
      "items": [
        [
          "Dietary",
          "dietary"
        ],
        [
          "Safety",
          "safety"
        ],
        [
          "Behavioral",
          "behavioral"
        ],
        [
          "Nursing",
          "nursing"
        ],
        [
          "Physiotherapy",
          "physiotherapy"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup": {
      "type": "complete",
      "items": [
        [
          "Normal Vaginal Delivery",
          "100"
        ],
        [
          "Appendectomy - uncomplicated",
          "101"
        ],
        [
          "Tooth abcess",
          "300"
        ],
        [
          "Head trauma - concussion",
          "400"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/graph-compartment-rule": {
      "type": "complete",
      "items": [
        [
          "Identical",
          "identical"
        ],
        [
          "Matching",
          "matching"
        ],
        [
          "Different",
          "different"
        ],
        [
          "Custom",
          "custom"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/ex-diagnosistype": {
      "type": "complete",
      "items": [
        [
          "Admitting Diagnosis",
          "admitting"
        ],
        [
          "Clinical Diagnosis",
          "clinical"
        ],
        [
          "Differential Diagnosis",
          "differential"
        ],
        [
          "Discharge Diagnosis",
          "discharge"
        ],
        [
          "Laboratory Diagnosis",
          "laboratory"
        ],
        [
          "Nursing Diagnosis",
          "nursing"
        ],
        [
          "Prenatal Diagnosis",
          "prenatal"
        ],
        [
          "Principal Diagnosis",
          "principal"
        ],
        [
          "Radiology Diagnosis",
          "radiology"
        ],
        [
          "Remote Diagnosis",
          "remote"
        ],
        [
          "Retrospective Diagnosis",
          "retrospective"
        ],
        [
          "Self Diagnosis",
          "self"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/issue-severity": {
      "type": "complete",
      "items": [
        [
          "Fatal",
          "fatal"
        ],
        [
          "Error",
          "error"
        ],
        [
          "Warning",
          "warning"
        ],
        [
          "Information",
          "information"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/ex-payee-resource-type": {
      "type": "complete",
      "items": [
        [
          "Organization",
          "organization"
        ],
        [
          "Patient",
          "patient"
        ],
        [
          "Practitioner",
          "practitioner"
        ],
        [
          "RelatedPerson",
          "relatedperson"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/diagnostic-report-status": {
      "type": "complete",
      "items": [
        [
          "Registered",
          "registered"
        ],
        [
          "Preliminary",
          "preliminary"
        ],
        [
          "Final",
          "final"
        ],
        [
          "Corrected",
          "corrected"
        ],
        [
          "Appended",
          "appended"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/appointmentstatus": {
      "type": "complete",
      "items": [
        [
          "Proposed",
          "proposed"
        ],
        [
          "Pending",
          "pending"
        ],
        [
          "Booked",
          "booked"
        ],
        [
          "Arrived",
          "arrived"
        ],
        [
          "Fulfilled",
          "fulfilled"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "No Show",
          "noshow"
        ],
        [
          "Entered in error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/choice-list-orientation": {
      "type": "complete",
      "items": [
        [
          "Horizontal",
          "horizontal"
        ],
        [
          "Vertical",
          "vertical"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/condition-category": {
      "type": "complete",
      "items": [
        [
          "Problem List Item",
          "problem-list-item"
        ],
        [
          "Encounter Diagnosis",
          "encounter-diagnosis"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/content-type": {
      "type": "complete",
      "items": [
        [
          "xml",
          "xml"
        ],
        [
          "json",
          "json"
        ],
        [
          "ttl",
          "ttl"
        ],
        [
          "none",
          "none"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/common-tags": {
      "type": "complete",
      "items": [
        [
          "Actionable",
          "actionable"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/map-source-list-mode": {
      "type": "complete",
      "items": [
        [
          "First",
          "first"
        ],
        [
          "All but the first",
          "not_first"
        ],
        [
          "Last",
          "last"
        ],
        [
          "All but the last",
          "not_last"
        ],
        [
          "Enforce only one",
          "only_one"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/goal-acceptance-status": {
      "type": "complete",
      "items": [
        [
          "Agree",
          "agree"
        ],
        [
          "Disagree",
          "disagree"
        ],
        [
          "Pending",
          "pending"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/restful-security-service": {
      "type": "complete",
      "items": [
        [
          "OAuth",
          "OAuth"
        ],
        [
          "SMART-on-FHIR",
          "SMART-on-FHIR"
        ],
        [
          "NTLM",
          "NTLM"
        ],
        [
          "Basic",
          "Basic"
        ],
        [
          "Kerberos",
          "Kerberos"
        ],
        [
          "Certificates",
          "Certificates"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/udi-entry-type": {
      "type": "complete",
      "items": [
        [
          "BarCode",
          "barcode"
        ],
        [
          "RFID",
          "rfid"
        ],
        [
          "Manual",
          "manual"
        ],
        [
          "Card",
          "card"
        ],
        [
          "Self Reported",
          "self-reported"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/fm-itemtype": {
      "type": "complete",
      "items": [
        [
          "Group",
          "group"
        ],
        [
          "Product",
          "product"
        ],
        [
          "Service",
          "service"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/consent-state-codes": {
      "type": "complete",
      "items": [
        [
          "Pending",
          "draft"
        ],
        [
          "Proposed",
          "proposed"
        ],
        [
          "Active",
          "active"
        ],
        [
          "Rejected",
          "rejected"
        ],
        [
          "Inactive",
          "inactive"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-dispense-category": {
      "type": "complete",
      "items": [
        [
          "Inpatient",
          "inpatient"
        ],
        [
          "Outpatient",
          "outpatient"
        ],
        [
          "Community",
          "community"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/referencerange-meaning": {
      "type": "complete",
      "items": [
        [
          "Normal Range",
          "normal"
        ],
        [
          "Recommended Range",
          "recommended"
        ],
        [
          "Treatment Range",
          "treatment"
        ],
        [
          "Pre Therapeutic Desired Level",
          "pre"
        ],
        [
          "Post Therapeutic Desired Level",
          "post"
        ],
        [
          "Pre-Puberty",
          "pre-puberty"
        ],
        [
          "Follicular Stage",
          "follicular"
        ],
        [
          "MidCycle",
          "midcycle"
        ],
        [
          "Luteal",
          "luteal"
        ],
        [
          "Post-Menopause",
          "postmeopausal"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/address-type": {
      "type": "complete",
      "items": [
        [
          "Postal",
          "postal"
        ],
        [
          "Physical",
          "physical"
        ],
        [
          "Postal & Physical",
          "both"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/document-reference-status": {
      "type": "complete",
      "items": [
        [
          "Current",
          "current"
        ],
        [
          "Superseded",
          "superseded"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/risk-probability": {
      "type": "complete",
      "items": [
        [
          "Negligible likelihood",
          "negligible"
        ],
        [
          "Low likelihood",
          "low"
        ],
        [
          "Moderate likelihood",
          "moderate"
        ],
        [
          "High likelihood",
          "high"
        ],
        [
          "Certain",
          "certain"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/type-derivation-rule": {
      "type": "complete",
      "items": [
        [
          "Specialization",
          "specialization"
        ],
        [
          "Constraint",
          "constraint"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/consent-except-type": {
      "type": "complete",
      "items": [
        [
          "Opt Out",
          "deny"
        ],
        [
          "Opt In",
          "permit"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/practitioner-role": {
      "type": "complete",
      "items": [
        [
          "Doctor",
          "doctor"
        ],
        [
          "Nurse",
          "nurse"
        ],
        [
          "Pharmacist",
          "pharmacist"
        ],
        [
          "Researcher",
          "researcher"
        ],
        [
          "Teacher/educator",
          "teacher"
        ],
        [
          "ICT professional",
          "ict"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/coverage-level": {
      "type": "complete",
      "items": [
        [
          "Group",
          "group"
        ],
        [
          "SubGroup",
          "subgroup"
        ],
        [
          "Plan",
          "plan"
        ],
        [
          "SubPlan",
          "subplan"
        ],
        [
          "Class",
          "class"
        ],
        [
          "SubClass",
          "subclass"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/assert-response-code-types": {
      "type": "complete",
      "items": [
        [
          "okay",
          "okay"
        ],
        [
          "created",
          "created"
        ],
        [
          "noContent",
          "noContent"
        ],
        [
          "notModified",
          "notModified"
        ],
        [
          "bad",
          "bad"
        ],
        [
          "forbidden",
          "forbidden"
        ],
        [
          "notFound",
          "notFound"
        ],
        [
          "methodNotAllowed",
          "methodNotAllowed"
        ],
        [
          "conflict",
          "conflict"
        ],
        [
          "gone",
          "gone"
        ],
        [
          "preconditionFailed",
          "preconditionFailed"
        ],
        [
          "unprocessable",
          "unprocessable"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/message-reason-encounter": {
      "type": "complete",
      "items": [
        [
          "Admit",
          "admit"
        ],
        [
          "Discharge",
          "discharge"
        ],
        [
          "Absent",
          "absent"
        ],
        [
          "Returned",
          "return"
        ],
        [
          "Moved",
          "moved"
        ],
        [
          "Edit",
          "edit"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/report-participant-type": {
      "type": "complete",
      "items": [
        [
          "Test Engine",
          "test-engine"
        ],
        [
          "Client",
          "client"
        ],
        [
          "Server",
          "server"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/tooth": {
      "type": "complete",
      "items": [
        [
          "Oral cavity",
          "0"
        ],
        [
          "1",
          "1"
        ],
        [
          "2",
          "2"
        ],
        [
          "3",
          "3"
        ],
        [
          "4",
          "4"
        ],
        [
          "5",
          "5"
        ],
        [
          "6",
          "6"
        ],
        [
          "7",
          "7"
        ],
        [
          "8",
          "8"
        ],
        [
          "11",
          "11"
        ],
        [
          "12",
          "12"
        ],
        [
          "13",
          "13"
        ],
        [
          "14",
          "14"
        ],
        [
          "15",
          "15"
        ],
        [
          "16",
          "16"
        ],
        [
          "17",
          "17"
        ],
        [
          "18",
          "18"
        ],
        [
          "21",
          "21"
        ],
        [
          "22",
          "22"
        ],
        [
          "23",
          "23"
        ],
        [
          "24",
          "24"
        ],
        [
          "25",
          "25"
        ],
        [
          "26",
          "26"
        ],
        [
          "27",
          "27"
        ],
        [
          "28",
          "28"
        ],
        [
          "31",
          "31"
        ],
        [
          "32",
          "32"
        ],
        [
          "33",
          "33"
        ],
        [
          "34",
          "34"
        ],
        [
          "35",
          "35"
        ],
        [
          "36",
          "36"
        ],
        [
          "37",
          "37"
        ],
        [
          "38",
          "38"
        ],
        [
          "41",
          "41"
        ],
        [
          "42",
          "42"
        ],
        [
          "43",
          "43"
        ],
        [
          "44",
          "44"
        ],
        [
          "45",
          "45"
        ],
        [
          "46",
          "46"
        ],
        [
          "47",
          "47"
        ],
        [
          "48",
          "48"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/identifier-use": {
      "type": "complete",
      "items": [
        [
          "Usual",
          "usual"
        ],
        [
          "Official",
          "official"
        ],
        [
          "Temp",
          "temp"
        ],
        [
          "Secondary",
          "secondary"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/service-type": {
      "type": "example",
      "items": [
        [
          "Adoption/Permanent Care Info/Support",
          "1"
        ],
        [
          "Aged Care Assessment",
          "2"
        ],
        [
          "Aged Care Information/Referral",
          "3"
        ],
        [
          "Aged Residential Care",
          "4"
        ],
        [
          "Case Management for Older Persons",
          "5"
        ],
        [
          "Delivered Meals (Meals On Wheels)",
          "6"
        ],
        [
          "Friendly Visiting",
          "7"
        ],
        [
          "Home Care/Housekeeping Assistance",
          "8"
        ],
        [
          "Home Maintenance and Repair",
          "9"
        ],
        [
          "Personal Alarms/Alerts",
          "10"
        ],
        [
          "Personal Care for Older Persons",
          "11"
        ],
        [
          "Planned Activity Groups",
          "12"
        ],
        [
          "Acupuncture",
          "13"
        ],
        [
          "Alexander Technique Therapy",
          "14"
        ],
        [
          "Aromatherapy",
          "15"
        ],
        [
          "Biorhythm Services",
          "16"
        ],
        [
          "Bowen Therapy",
          "17"
        ],
        [
          "Chinese Herbal Medicine",
          "18"
        ],
        [
          "Feldenkrais",
          "19"
        ],
        [
          "Homoeopathy",
          "20"
        ],
        [
          "Hydrotherapy",
          "21"
        ],
        [
          "Hypnotherapy",
          "22"
        ],
        [
          "Kinesiology",
          "23"
        ],
        [
          "Magnetic Therapy",
          "24"
        ],
        [
          "Massage Therapy",
          "25"
        ],
        [
          "Meditation",
          "26"
        ],
        [
          "Myotherapy",
          "27"
        ],
        [
          "Naturopathy",
          "28"
        ],
        [
          "Reflexology",
          "29"
        ],
        [
          "Reiki",
          "30"
        ],
        [
          "Relaxation Therapy",
          "31"
        ],
        [
          "Shiatsu",
          "32"
        ],
        [
          "Western Herbal Medicine",
          "33"
        ],
        [
          "Family Day care",
          "34"
        ],
        [
          "Holiday Programs",
          "35"
        ],
        [
          "Kindergarten Inclusion Support ",
          "36"
        ],
        [
          "Kindergarten/Preschool",
          "37"
        ],
        [
          "Long Day Child Care",
          "38"
        ],
        [
          "Occasional Child Care",
          "39"
        ],
        [
          "Outside School Hours Care",
          "40"
        ],
        [
          "Children's Play Programs",
          "41"
        ],
        [
          "Parenting/Family Support/Education",
          "42"
        ],
        [
          "Playgroup",
          "43"
        ],
        [
          "School Nursing",
          "44"
        ],
        [
          "Toy Library",
          "45"
        ],
        [
          "Child Protection/Child Abuse Report",
          "46"
        ],
        [
          "Foster Care",
          "47"
        ],
        [
          "Residential/Out-of-Home Care",
          "48"
        ],
        [
          "Support - Young People Leaving Care",
          "49"
        ],
        [
          "Audiology",
          "50"
        ],
        [
          "Blood Donation",
          "51"
        ],
        [
          "Chiropractic",
          "52"
        ],
        [
          "Dietetics",
          "53"
        ],
        [
          "Family Planning",
          "54"
        ],
        [
          "Health Advocacy/Liaison Service",
          "55"
        ],
        [
          "Health Information/Referral",
          "56"
        ],
        [
          "Immunization",
          "57"
        ],
        [
          "Maternal & Child Health",
          "58"
        ],
        [
          "Nursing",
          "59"
        ],
        [
          "Nutrition",
          "60"
        ],
        [
          "Occupational Therapy",
          "61"
        ],
        [
          "Optometry",
          "62"
        ],
        [
          "Osteopathy",
          "63"
        ],
        [
          "Pharmacy",
          "64"
        ],
        [
          "Physiotherapy",
          "65"
        ],
        [
          "Podiatry",
          "66"
        ],
        [
          "Sexual Health",
          "67"
        ],
        [
          "Speech Pathology/Therapy",
          "68"
        ],
        [
          "Bereavement Counselling",
          "69"
        ],
        [
          "Crisis Counselling",
          "70"
        ],
        [
          "Family Counselling/Therapy",
          "71"
        ],
        [
          "Family Violence Counselling",
          "72"
        ],
        [
          "Financial Counselling",
          "73"
        ],
        [
          "Generalist Counselling",
          "74"
        ],
        [
          "Genetic Counselling",
          "75"
        ],
        [
          "Health Counselling",
          "76"
        ],
        [
          "Mediation",
          "77"
        ],
        [
          "Problem Gambling Counselling",
          "78"
        ],
        [
          "Relationship Counselling",
          "79"
        ],
        [
          "Sexual Assault Counselling",
          "80"
        ],
        [
          "Trauma Counselling",
          "81"
        ],
        [
          "Victims of Crime Counselling",
          "82"
        ],
        [
          "Cemetery Operation",
          "83"
        ],
        [
          "Cremation",
          "84"
        ],
        [
          "Death Service Information",
          "85"
        ],
        [
          "Funeral Services",
          "86"
        ],
        [
          "Endodontic",
          "87"
        ],
        [
          "General Dental",
          "88"
        ],
        [
          "Oral Medicine",
          "89"
        ],
        [
          "Oral Surgery",
          "90"
        ],
        [
          "Orthodontic",
          "91"
        ],
        [
          "Paediatric Dentistry",
          "92"
        ],
        [
          "Periodontic",
          "93"
        ],
        [
          "Prosthodontic",
          "94"
        ],
        [
          "Acquired Brain Injury Info/Referral",
          "95"
        ],
        [
          "Disability Advocacy",
          "96"
        ],
        [
          "Disability Aids & Equipment",
          "97"
        ],
        [
          "Disability Case Management",
          "98"
        ],
        [
          "Disability Day Programs/Activities",
          "99"
        ],
        [
          "Disability Information/Referral",
          "100"
        ],
        [
          "Disability Support Packages",
          "101"
        ],
        [
          "Disability Supported Accommodation",
          "102"
        ],
        [
          "Early Childhood Intervention",
          "103"
        ],
        [
          "Hearing Aids & Equipment",
          "104"
        ],
        [
          "Drug and/or Alcohol Counselling",
          "105"
        ],
        [
          "Drug/Alcohol Information/Referral",
          "106"
        ],
        [
          "Needle & Syringe Exchange",
          "107"
        ],
        [
          "Non-resid. Alcohol/Drug Treatment ",
          "108"
        ],
        [
          "Pharmacotherapy",
          "109"
        ],
        [
          "Quit Program",
          "110"
        ],
        [
          "Residential Alcohol/Drug Treatment ",
          "111"
        ],
        [
          "Adult/Community Education",
          "112"
        ],
        [
          "Higher Education",
          "113"
        ],
        [
          "Primary Education",
          "114"
        ],
        [
          "Secondary Education",
          "115"
        ],
        [
          "Training & Vocational Education",
          "116"
        ],
        [
          "Emergency Medical",
          "117"
        ],
        [
          "Employment Placement and/or Support",
          "118"
        ],
        [
          "Vocational Rehabilitation",
          "119"
        ],
        [
          "Work Safety/Accident Prevention",
          "120"
        ],
        [
          "Financial Assistance",
          "121"
        ],
        [
          "Financial Information/Advice",
          "122"
        ],
        [
          "Material Aid",
          "123"
        ],
        [
          "General Practice",
          "124"
        ],
        [
          "Accommodation Placement/Support",
          "125"
        ],
        [
          "Crisis/Emergency Accommodation",
          "126"
        ],
        [
          "Homelessness Support",
          "127"
        ],
        [
          "Housing Information/Referral",
          "128"
        ],
        [
          "Public Rental Housing",
          "129"
        ],
        [
          "Interpreting/Multilingual Service",
          "130"
        ],
        [
          "Juvenile Justice",
          "131"
        ],
        [
          "Legal Advocacy",
          "132"
        ],
        [
          "Legal Information/Advice/Referral",
          "133"
        ],
        [
          "Mental Health Advocacy",
          "134"
        ],
        [
          "Mental Health Assess/Triage/Crisis Response",
          "135"
        ],
        [
          "Mental Health Case Management",
          "136"
        ],
        [
          "Mental Health Information/Referral",
          "137"
        ],
        [
          "Mental Health Inpatient Services",
          "138"
        ],
        [
          "Mental Health Non-residential Rehab",
          "139"
        ],
        [
          "Mental Health Residential Rehab/CCU",
          "140"
        ],
        [
          "Psychiatry (Requires Referral)",
          "141"
        ],
        [
          "Psychology",
          "142"
        ],
        [
          "Martial Arts",
          "143"
        ],
        [
          "Personal Fitness Training",
          "144"
        ],
        [
          "Physical Activity Group",
          "145"
        ],
        [
          "Physical Activity Programs",
          "146"
        ],
        [
          "Physical Fitness Testing",
          "147"
        ],
        [
          "Pilates",
          "148"
        ],
        [
          "Self-Defence",
          "149"
        ],
        [
          "Sporting Club",
          "150"
        ],
        [
          "Yoga",
          "151"
        ],
        [
          "Food Safety",
          "152"
        ],
        [
          "Health Regulatory /Inspection /Cert.",
          "153"
        ],
        [
          "Work Health/Safety Inspection/Cert.",
          "154"
        ],
        [
          "Carer Support",
          "155"
        ],
        [
          "Respite Care",
          "156"
        ],
        [
          "Anatomical Pathology ",
          "157"
        ],
        [
          "Pathology - Clinical Chemistry",
          "158"
        ],
        [
          "Pathology - General",
          "159"
        ],
        [
          "Pathology - Genetics",
          "160"
        ],
        [
          "Pathology - Haematology",
          "161"
        ],
        [
          "Pathology - Immunology",
          "162"
        ],
        [
          "Pathology - Microbiology",
          "163"
        ],
        [
          "Anaesthesiology - Pain Medicine",
          "164"
        ],
        [
          "Cardiology",
          "165"
        ],
        [
          "Clinical Genetics",
          "166"
        ],
        [
          "Clinical Pharmacology",
          "167"
        ],
        [
          "Dermatology",
          "168"
        ],
        [
          "Endocrinology",
          "169"
        ],
        [
          "Gastroenterology & Hepatology",
          "170"
        ],
        [
          "Geriatric Medicine",
          "171"
        ],
        [
          "Immunology & Allergy",
          "172"
        ],
        [
          "Infectious Diseases",
          "173"
        ],
        [
          "Intensive Care Medicine",
          "174"
        ],
        [
          "Medical Oncology",
          "175"
        ],
        [
          "Nephrology",
          "176"
        ],
        [
          "Neurology",
          "177"
        ],
        [
          "Occupational Medicine",
          "178"
        ],
        [
          "Palliative Medicine",
          "179"
        ],
        [
          "Public Health Medicine",
          "180"
        ],
        [
          "Rehabilitation Medicine",
          "181"
        ],
        [
          "Rheumatology",
          "182"
        ],
        [
          "Sleep Medicine",
          "183"
        ],
        [
          "Thoracic Medicine",
          "184"
        ],
        [
          "Gynaecological Oncology",
          "185"
        ],
        [
          "Obstetrics & Gynaecology",
          "186"
        ],
        [
          "Reproductive Endocrinology/Infertility",
          "187"
        ],
        [
          "Urogynaecology",
          "188"
        ],
        [
          "Neonatology & Perinatology",
          "189"
        ],
        [
          "Paediatric Cardiology",
          "190"
        ],
        [
          "Paediatric Clinical Genetics",
          "191"
        ],
        [
          "Paediatric Clinical Pharmacology",
          "192"
        ],
        [
          "Paediatric Endocrinology",
          "193"
        ],
        [
          "Paed. Gastroenterology/Hepatology",
          "194"
        ],
        [
          "Paediatric Haematology",
          "195"
        ],
        [
          "Paediatric Immunology & Allergy",
          "196"
        ],
        [
          "Paediatric Infectious Diseases",
          "197"
        ],
        [
          "Paediatric Intensive Care Medicine",
          "198"
        ],
        [
          "Paediatric Medical Oncology",
          "199"
        ],
        [
          "Paediatric Medicine",
          "200"
        ],
        [
          "Paediatric Nephrology",
          "201"
        ],
        [
          "Paediatric Neurology",
          "202"
        ],
        [
          "Paediatric Nuclear Medicine",
          "203"
        ],
        [
          "Paediatric Rehabilitation Medicine",
          "204"
        ],
        [
          "Paediatric Rheumatology",
          "205"
        ],
        [
          "Paediatric Sleep Medicine",
          "206"
        ],
        [
          "Paediatric Surgery",
          "207"
        ],
        [
          "Paediatric Thoracic Medicine",
          "208"
        ],
        [
          "Diag. Radiology /Xray /CT /Fluoroscopy",
          "209"
        ],
        [
          "Diagnostic Ultrasound",
          "210"
        ],
        [
          "Magnetic Resonance Imaging (MRI)",
          "211"
        ],
        [
          "Nuclear Medicine",
          "212"
        ],
        [
          "Obstetric/Gynaecological Ultrasound",
          "213"
        ],
        [
          "Radiation Oncology",
          "214"
        ],
        [
          "Cardiothoracic Surgery",
          "215"
        ],
        [
          "Neurosurgery",
          "216"
        ],
        [
          "Ophthalmology",
          "217"
        ],
        [
          "Orthopaedic Surgery",
          "218"
        ],
        [
          "Otolaryngology/Head & Neck Surgery",
          "219"
        ],
        [
          "Plastic & Reconstructive Surgery",
          "220"
        ],
        [
          "Surgery - General",
          "221"
        ],
        [
          "Urology",
          "222"
        ],
        [
          "Vascular Surgery",
          "223"
        ],
        [
          "Support Groups",
          "224"
        ],
        [
          "Air ambulance",
          "225"
        ],
        [
          "Ambulance",
          "226"
        ],
        [
          "Blood Transport",
          "227"
        ],
        [
          "Community Bus",
          "228"
        ],
        [
          "Flying Doctor Service",
          "229"
        ],
        [
          "Patient Transport",
          "230"
        ],
        [
          "A&E",
          "231"
        ],
        [
          "A&EP",
          "232"
        ],
        [
          "Abuse",
          "233"
        ],
        [
          "ACAS",
          "234"
        ],
        [
          "Access",
          "235"
        ],
        [
          "Accident",
          "236"
        ],
        [
          "Acute Inpatient Serv",
          "237"
        ],
        [
          "Adult Day Programs",
          "238"
        ],
        [
          "Adult Mental Health Services",
          "239"
        ],
        [
          "Advice",
          "240"
        ],
        [
          "Advocacy",
          "241"
        ],
        [
          "Aged Persons Mental ",
          "242"
        ],
        [
          "Aged Persons Mental ",
          "243"
        ],
        [
          "Aged Persons Mental ",
          "244"
        ],
        [
          "Aids",
          "245"
        ],
        [
          "Al-Anon",
          "246"
        ],
        [
          "Alcohol",
          "247"
        ],
        [
          "Al-Teen",
          "248"
        ],
        [
          "Antenatal",
          "249"
        ],
        [
          "Anxiety",
          "250"
        ],
        [
          "Arthritis",
          "251"
        ],
        [
          "Assessment",
          "252"
        ],
        [
          "Assistance",
          "253"
        ],
        [
          "Asthma",
          "254"
        ],
        [
          "ATSS",
          "255"
        ],
        [
          "Attendant Care",
          "256"
        ],
        [
          "Babies",
          "257"
        ],
        [
          "Bathroom Modificatio",
          "258"
        ],
        [
          "Behaviour",
          "259"
        ],
        [
          "Behaviour Interventi",
          "260"
        ],
        [
          "Bereavement",
          "261"
        ],
        [
          "Bipolar",
          "262"
        ],
        [
          "Birth",
          "263"
        ],
        [
          "Birth Control",
          "264"
        ],
        [
          "Birthing Options",
          "265"
        ],
        [
          "BIST",
          "266"
        ],
        [
          "Blood",
          "267"
        ],
        [
          "Bone",
          "268"
        ],
        [
          "Bowel",
          "269"
        ],
        [
          "Brain",
          "270"
        ],
        [
          "Breast Feeding",
          "271"
        ],
        [
          "Breast Screen",
          "272"
        ],
        [
          "Brokerage",
          "273"
        ],
        [
          "Cancer",
          "274"
        ],
        [
          "Cancer Support",
          "275"
        ],
        [
          "Cardiovascular Disea",
          "276"
        ],
        [
          "Care Packages",
          "277"
        ],
        [
          "Carer",
          "278"
        ],
        [
          "Case Management",
          "279"
        ],
        [
          "Casualty",
          "280"
        ],
        [
          "Centrelink",
          "281"
        ],
        [
          "Chemists",
          "282"
        ],
        [
          "Child And Adolescent",
          "283"
        ],
        [
          "Child Care",
          "284"
        ],
        [
          "Child Services",
          "285"
        ],
        [
          "Children",
          "286"
        ],
        [
          "Children's Services",
          "287"
        ],
        [
          "Cholesterol",
          "288"
        ],
        [
          "Clothing",
          "289"
        ],
        [
          "Community Based Acco",
          "290"
        ],
        [
          "Community Care Unit",
          "291"
        ],
        [
          "Community Child And ",
          "292"
        ],
        [
          "Community Health",
          "293"
        ],
        [
          "Community Residentia",
          "294"
        ],
        [
          "Community Transport",
          "295"
        ],
        [
          "Companion Visiting",
          "296"
        ],
        [
          "Companionship",
          "297"
        ],
        [
          "Consumer Advice",
          "298"
        ],
        [
          "Consumer Issues",
          "299"
        ],
        [
          "Continuing Care Serv",
          "300"
        ],
        [
          "Contraception Inform",
          "301"
        ],
        [
          "Coordinating Bodies",
          "302"
        ],
        [
          "Correctional Service",
          "303"
        ],
        [
          "Council Environmenta",
          "304"
        ],
        [
          "Counselling",
          "305"
        ],
        [
          "Criminal",
          "306"
        ],
        [
          "Crises",
          "307"
        ],
        [
          "Crisis Assessment An",
          "308"
        ],
        [
          "Crisis Assistance",
          "309"
        ],
        [
          "Crisis Refuge",
          "310"
        ],
        [
          "Day Program",
          "311"
        ],
        [
          "Deaf",
          "312"
        ],
        [
          "Dental Hygiene",
          "313"
        ],
        [
          "Dentistry",
          "314"
        ],
        [
          "Dentures",
          "315"
        ],
        [
          "Depression",
          "316"
        ],
        [
          "Detoxification",
          "317"
        ],
        [
          "Diabetes",
          "318"
        ],
        [
          "Diaphragm Fitting",
          "319"
        ],
        [
          "Dieticians",
          "320"
        ],
        [
          "Disabled Parking",
          "321"
        ],
        [
          "District Nursing",
          "322"
        ],
        [
          "Divorce",
          "323"
        ],
        [
          "Doctors",
          "324"
        ],
        [
          "Drink-Drive",
          "325"
        ],
        [
          "Dual Diagnosis Servi",
          "326"
        ],
        [
          "Early Choice",
          "327"
        ],
        [
          "Eating Disorder",
          "328"
        ],
        [
          "Emergency Relief",
          "330"
        ],
        [
          "Employment And Train",
          "331"
        ],
        [
          "Environment",
          "332"
        ],
        [
          "Equipment",
          "333"
        ],
        [
          "Exercise",
          "334"
        ],
        [
          "Facility",
          "335"
        ],
        [
          "Family Choice",
          "336"
        ],
        [
          "Family Law",
          "337"
        ],
        [
          "Family Options",
          "338"
        ],
        [
          "Family Services",
          "339"
        ],
        [
          "FFYA",
          "340"
        ],
        [
          "Financial Aid",
          "341"
        ],
        [
          "Fitness",
          "342"
        ],
        [
          "Flexible Care Packag",
          "343"
        ],
        [
          "Food",
          "344"
        ],
        [
          "Food Vouchers",
          "345"
        ],
        [
          "Forensic Mental Heal",
          "346"
        ],
        [
          "Futures",
          "347"
        ],
        [
          "Futures For Young Ad",
          "348"
        ],
        [
          "General Practitioner",
          "349"
        ],
        [
          "Grants",
          "350"
        ],
        [
          "Grief",
          "351"
        ],
        [
          "Grief Counselling",
          "352"
        ],
        [
          "HACC",
          "353"
        ],
        [
          "Heart Disease",
          "354"
        ],
        [
          "Help",
          "355"
        ],
        [
          "High Blood Pressure",
          "356"
        ],
        [
          "Home Help",
          "357"
        ],
        [
          "Home Nursing",
          "358"
        ],
        [
          "Homefirst",
          "359"
        ],
        [
          "Hospice Care",
          "360"
        ],
        [
          "Hospital Services",
          "361"
        ],
        [
          "Hospital To Home",
          "362"
        ],
        [
          "Hostel",
          "364"
        ],
        [
          "Hostel Accommodation",
          "365"
        ],
        [
          "Household Items",
          "366"
        ],
        [
          "Hypertension",
          "367"
        ],
        [
          "Illness",
          "368"
        ],
        [
          "Independent Living",
          "369"
        ],
        [
          "Information",
          "370"
        ],
        [
          "Injury",
          "371"
        ],
        [
          "Intake",
          "372"
        ],
        [
          "Intensive Mobile You",
          "373"
        ],
        [
          "Intervention",
          "374"
        ],
        [
          "Job Searching",
          "375"
        ],
        [
          "Justice",
          "376"
        ],
        [
          "Leisure",
          "377"
        ],
        [
          "Loans",
          "378"
        ],
        [
          "Low Income Earners",
          "379"
        ],
        [
          "Lung",
          "380"
        ],
        [
          "Making A Difference",
          "381"
        ],
        [
          "Medical Services",
          "382"
        ],
        [
          "Medical Specialists",
          "383"
        ],
        [
          "Medication Administr",
          "384"
        ],
        [
          "Menstrual Informatio",
          "385"
        ],
        [
          "Methadone",
          "386"
        ],
        [
          "Mobile Support And T",
          "387"
        ],
        [
          "Motor Neurone",
          "388"
        ],
        [
          "Multiple Sclerosis",
          "389"
        ],
        [
          "Neighbourhood House",
          "390"
        ],
        [
          "Nursing Home",
          "391"
        ],
        [
          "Nursing Mothers",
          "392"
        ],
        [
          "Obesity",
          "393"
        ],
        [
          "Occupational Health ",
          "394"
        ],
        [
          "Optometrist",
          "395"
        ],
        [
          "Oral Hygiene",
          "396"
        ],
        [
          "Outpatients",
          "397"
        ],
        [
          "Outreach Service",
          "398"
        ],
        [
          "PADP",
          "399"
        ],
        [
          "Pain",
          "400"
        ],
        [
          "Pap Smear",
          "401"
        ],
        [
          "Parenting",
          "402"
        ],
        [
          "Peak Organisations",
          "403"
        ],
        [
          "Personal Care",
          "404"
        ],
        [
          "Pharmacies",
          "405"
        ],
        [
          "Phobias",
          "406"
        ],
        [
          "Physical",
          "407"
        ],
        [
          "Physical Activity",
          "408"
        ],
        [
          "Postnatal",
          "409"
        ],
        [
          "Pregnancy",
          "410"
        ],
        [
          "Pregnancy Tests",
          "411"
        ],
        [
          "Preschool",
          "412"
        ],
        [
          "Prescriptions",
          "413"
        ],
        [
          "Primary Mental Healt",
          "414"
        ],
        [
          "Property Maintenance",
          "415"
        ],
        [
          "Prostate",
          "416"
        ],
        [
          "Psychiatric",
          "417"
        ],
        [
          "Psychiatric Disabili",
          "418"
        ],
        [
          "Psychiatric Disabili",
          "419"
        ],
        [
          "Psychiatric Disabili",
          "420"
        ],
        [
          "Psychiatric Disabili",
          "421"
        ],
        [
          "Psychiatric Disabili",
          "422"
        ],
        [
          "Psychiatric Support",
          "423"
        ],
        [
          "Recreation",
          "424"
        ],
        [
          "Referral",
          "425"
        ],
        [
          "Refuge",
          "426"
        ],
        [
          "Rent Assistance",
          "427"
        ],
        [
          "Residential Faciliti",
          "428"
        ],
        [
          "Residential Respite",
          "429"
        ],
        [
          "Respiratory",
          "430"
        ],
        [
          "Response",
          "431"
        ],
        [
          "Rooming Houses",
          "432"
        ],
        [
          "Safe Sex",
          "433"
        ],
        [
          "Secure Extended Care",
          "434"
        ],
        [
          "Self Help",
          "435"
        ],
        [
          "Separation",
          "436"
        ],
        [
          "Services",
          "437"
        ],
        [
          "Sex Education",
          "438"
        ],
        [
          "Sexual Abuse",
          "439"
        ],
        [
          "Sexual Issues",
          "440"
        ],
        [
          "Sexually Transmitted",
          "441"
        ],
        [
          "SIDS",
          "442"
        ],
        [
          "Social Support",
          "443"
        ],
        [
          "Socialisation",
          "444"
        ],
        [
          "Special Needs",
          "445"
        ],
        [
          "Speech Therapist",
          "446"
        ],
        [
          "Splinting",
          "447"
        ],
        [
          "Sport",
          "448"
        ],
        [
          "Statewide And Specia",
          "449"
        ],
        [
          "STD",
          "450"
        ],
        [
          "STI",
          "451"
        ],
        [
          "Stillbirth",
          "452"
        ],
        [
          "Stomal Care",
          "453"
        ],
        [
          "Stroke",
          "454"
        ],
        [
          "Substance Abuse",
          "455"
        ],
        [
          "Support",
          "456"
        ],
        [
          "Syringes",
          "457"
        ],
        [
          "Teeth",
          "458"
        ],
        [
          "Tenancy Advice",
          "459"
        ],
        [
          "Terminal Illness",
          "460"
        ],
        [
          "Therapy",
          "461"
        ],
        [
          "Transcription",
          "462"
        ],
        [
          "Translating Services",
          "463"
        ],
        [
          "Translator",
          "464"
        ],
        [
          "Transport",
          "465"
        ],
        [
          "Vertebrae",
          "466"
        ],
        [
          "Violence",
          "467"
        ],
        [
          "Vocational Guidance",
          "468"
        ],
        [
          "Weight",
          "469"
        ],
        [
          "Welfare Assistance",
          "470"
        ],
        [
          "Welfare Counselling",
          "471"
        ],
        [
          "Wheelchairs",
          "472"
        ],
        [
          "Wound Management",
          "473"
        ],
        [
          "Young People At Risk",
          "474"
        ],
        [
          "Further Desc. - Community Health Care",
          "475"
        ],
        [
          "Library",
          "476"
        ],
        [
          "Community Hours",
          "477"
        ],
        [
          "Further Desc. - Specialist Medical",
          "478"
        ],
        [
          "Hepatology",
          "479"
        ],
        [
          "Gastroenterology ",
          "480"
        ],
        [
          "Gynaecology",
          "481"
        ],
        [
          "Obstetrics",
          "482"
        ],
        [
          "Further Desc. - Specialist Surgical",
          "483"
        ],
        [
          "Placement Protection",
          "484"
        ],
        [
          "Family Violence",
          "485"
        ],
        [
          "Integrated Family Services",
          "486"
        ],
        [
          "Diabetes Educator",
          "488"
        ],
        [
          "Kinship Care",
          "489"
        ],
        [
          "General Mental Health Services",
          "490"
        ],
        [
          "Exercise Physiology",
          "491"
        ],
        [
          "Medical Research",
          "492"
        ],
        [
          "Youth",
          "493"
        ],
        [
          "Youth Services",
          "494"
        ],
        [
          "Youth Health",
          "495"
        ],
        [
          "Child and Family Ser",
          "496"
        ],
        [
          "Home Visits",
          "497"
        ],
        [
          "Mobile Services",
          "498"
        ],
        [
          "Before and/or After ",
          "500"
        ],
        [
          "Cancer Services",
          "501"
        ],
        [
          "Integrated Cancer Se",
          "502"
        ],
        [
          "Multidisciplinary Se",
          "503"
        ],
        [
          "Multidisciplinary Ca",
          "504"
        ],
        [
          "Meetings",
          "505"
        ],
        [
          "Blood pressure monit",
          "506"
        ],
        [
          "Dose administration ",
          "507"
        ],
        [
          "Medical Equipment Hi",
          "508"
        ],
        [
          "Parenting/Family Support/Education",
          "509"
        ],
        [
          "Deputising Service",
          "510"
        ],
        [
          "Cancer Support Groups",
          "513"
        ],
        [
          "Community Cancer Services",
          "514"
        ],
        [
          "Disability Care Transport",
          "530"
        ],
        [
          "Aged Care Transport",
          "531"
        ],
        [
          "Diabetes Education s",
          "532"
        ],
        [
          "Cardiac Rehabilitati",
          "533"
        ],
        [
          "Young Adult Diabetes",
          "534"
        ],
        [
          "Pulmonary Rehabilita",
          "535"
        ],
        [
          "Art therapy ",
          "536"
        ],
        [
          "Medication Reviews",
          "537"
        ],
        [
          "Telephone Counselling",
          "538"
        ],
        [
          "Telephone Help Line",
          "539"
        ],
        [
          "Online Service",
          "540"
        ],
        [
          "Crisis - Mental Health",
          "541"
        ],
        [
          "Youth Crisis",
          "542"
        ],
        [
          "Sexual Assault",
          "543"
        ],
        [
          "GPAH Other",
          "544"
        ],
        [
          "Paediatric Dermatology",
          "545"
        ],
        [
          "Veterans Services",
          "546"
        ],
        [
          "Veterans",
          "547"
        ],
        [
          "Food Relief/Food/Meals",
          "548"
        ],
        [
          "Dementia Care",
          "550"
        ],
        [
          "Alzheimer",
          "551"
        ],
        [
          "Drug and/or Alcohol Support Groups",
          "552"
        ],
        [
          "1-on-1 Support /Mentoring /Coaching",
          "553"
        ],
        [
          "Chronic Disease Management",
          "554"
        ],
        [
          "Liaison Services",
          "555"
        ],
        [
          "Walk-in Centre /Non-Emergency",
          "556"
        ],
        [
          "Inpatients",
          "557"
        ],
        [
          "Spiritual Counselling",
          "558"
        ],
        [
          "Women's Health",
          "559"
        ],
        [
          "Men's Health",
          "560"
        ],
        [
          "Health Education/Awareness Program",
          "561"
        ],
        [
          "Test Message",
          "562"
        ],
        [
          "Remedial Massage",
          "563"
        ],
        [
          "Adolescent Mental Health Services",
          "564"
        ],
        [
          "Youth Drop In/Assistance/Support",
          "565"
        ],
        [
          "Aboriginal Health Worker",
          "566"
        ],
        [
          "Women's Health Clinic",
          "567"
        ],
        [
          "Men's Health Clinic",
          "568"
        ],
        [
          "Migrant Health Clinic",
          "569"
        ],
        [
          "Refugee Health Clinic",
          "570"
        ],
        [
          "Aboriginal Health Clinic",
          "571"
        ],
        [
          "Nurse Practitioner Lead Clinic/s",
          "572"
        ],
        [
          "Nurse Lead Clinic/s",
          "573"
        ],
        [
          "Culturally Tailored Support Groups",
          "574"
        ],
        [
          "Culturally Tailored Health Promotion",
          "575"
        ],
        [
          "Rehabilitation",
          "576"
        ],
        [
          "Education Information/Referral",
          "577"
        ],
        [
          "Social Work",
          "580"
        ],
        [
          "Haematology",
          "581"
        ],
        [
          "Maternity Shared Car",
          "582"
        ],
        [
          "Rehabilitation Servi",
          "583"
        ],
        [
          "Cranio-sacral Therapy",
          "584"
        ],
        [
          "Prosthetics & Orthotics",
          "585"
        ],
        [
          "Home Medicine Review",
          "589"
        ],
        [
          "GPAH - Medical",
          "590"
        ],
        [
          "Music Therapy",
          "591"
        ],
        [
          "Falls Prevention",
          "593"
        ],
        [
          "Accommodation/Tenancy",
          "599"
        ],
        [
          "Assess-Skill, Ability, Needs",
          "600"
        ],
        [
          "Assist Access/Maintain Employ",
          "601"
        ],
        [
          "Assist Prod-Pers Care/Safety",
          "602"
        ],
        [
          "Assist-Integrate School/Ed",
          "603"
        ],
        [
          "Assist-Life Stage, Transition",
          "604"
        ],
        [
          "Assist-Personal Activities",
          "605"
        ],
        [
          "Assist-Travel/Transport",
          "606"
        ],
        [
          "Assistive Equip-General Tasks",
          "607"
        ],
        [
          "Assistive Equip-Recreation",
          "608"
        ],
        [
          "Assistive Prod-Household Task",
          "609"
        ],
        [
          "Behaviour Support",
          "610"
        ],
        [
          "Comms & Info Equipment",
          "611"
        ],
        [
          "Community Nursing Care",
          "612"
        ],
        [
          "Daily Tasks/Shared Living",
          "613"
        ],
        [
          "Development-Life Skills",
          "614"
        ],
        [
          "Early Childhood Supports",
          "615"
        ],
        [
          "Equipment Special Assess Setup",
          "616"
        ],
        [
          "Hearing Equipment",
          "617"
        ],
        [
          "Home Modification",
          "618"
        ],
        [
          "Household Tasks",
          "619"
        ],
        [
          "Interpret/Translate",
          "620"
        ],
        [
          "Other Innovative Supports",
          "621"
        ],
        [
          "Participate Community",
          "622"
        ],
        [
          "Personal Mobility Equipment",
          "623"
        ],
        [
          "Physical Wellbeing",
          "624"
        ],
        [
          "Plan Management",
          "625"
        ],
        [
          "Therapeutic Supports",
          "626"
        ],
        [
          "Training-Travel Independence",
          "627"
        ],
        [
          "Vehicle modifications",
          "628"
        ],
        [
          "Vision Equipment",
          "629"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/search-comparator": {
      "type": "complete",
      "items": [
        [
          "Equals",
          "eq"
        ],
        [
          "Not Equals",
          "ne"
        ],
        [
          "Greater Than",
          "gt"
        ],
        [
          "Less Then",
          "lt"
        ],
        [
          "Greater or Equals",
          "ge"
        ],
        [
          "Less of Equal",
          "le"
        ],
        [
          "Starts After",
          "sa"
        ],
        [
          "Ends Before",
          "eb"
        ],
        [
          "Approximately",
          "ap"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/copy-number-event": {
      "type": "complete",
      "items": [
        [
          "amplificaiton",
          "amp"
        ],
        [
          "deletion",
          "del"
        ],
        [
          "loss of function",
          "lof"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/detectedissue-severity": {
      "type": "complete",
      "items": [
        [
          "High",
          "high"
        ],
        [
          "Moderate",
          "moderate"
        ],
        [
          "Low",
          "low"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/chargeitem-status": {
      "type": "complete",
      "items": [
        [
          "Planned",
          "planned"
        ],
        [
          "Billable",
          "billable"
        ],
        [
          "Not billable",
          "not-billable"
        ],
        [
          "Aborted",
          "aborted"
        ],
        [
          "Billed",
          "billed"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/adjudication": {
      "type": "complete",
      "items": [
        [
          "Total",
          "total"
        ],
        [
          "CoPay",
          "copay"
        ],
        [
          "Eligible Amount",
          "eligible"
        ],
        [
          "Deductable",
          "deductible"
        ],
        [
          "Eligible %",
          "eligpercent"
        ],
        [
          "Emergency Department",
          "tax"
        ],
        [
          "Benefit Amount",
          "benefit"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/operation-outcome": {
      "type": "complete",
      "items": [
        [
          "You must authenticate before you can use this service",
          "MSG_AUTH_REQUIRED"
        ],
        [
          "Bad Syntax: \"%s\" must be a %s'",
          "MSG_BAD_FORMAT"
        ],
        [
          "Bad Syntax in %s",
          "MSG_BAD_SYNTAX"
        ],
        [
          "Unable to parse feed (entry content type = \"%s\")",
          "MSG_CANT_PARSE_CONTENT"
        ],
        [
          "Unable to parse feed (root element name = \"%s\")",
          "MSG_CANT_PARSE_ROOT"
        ],
        [
          "New resource created",
          "MSG_CREATED"
        ],
        [
          "The Date value %s is not in the correct format (Xml Date Format required)",
          "MSG_DATE_FORMAT"
        ],
        [
          "This resource has been deleted",
          "MSG_DELETED"
        ],
        [
          "Resource deleted",
          "MSG_DELETED_DONE"
        ],
        [
          "The resource \"%s\" has been deleted",
          "MSG_DELETED_ID"
        ],
        [
          "Duplicate Id %s for resource type %s",
          "MSG_DUPLICATE_ID"
        ],
        [
          "Error parsing resource Xml (%s)",
          "MSG_ERROR_PARSING"
        ],
        [
          "Id \"%s\" has an invalid character \"%s\"",
          "MSG_ID_INVALID"
        ],
        [
          "Id \"%s\" too long (length limit 36)",
          "MSG_ID_TOO_LONG"
        ],
        [
          "Id not accepted",
          "MSG_INVALID_ID"
        ],
        [
          "Json Source for a resource should start with an object",
          "MSG_JSON_OBJECT"
        ],
        [
          "Unable to resolve local reference to resource %s",
          "MSG_LOCAL_FAIL"
        ],
        [
          "No Resource found matching the query \"%s\"",
          "MSG_NO_MATCH"
        ],
        [
          "Resource Id \"%s\" does not exist",
          "MSG_NO_EXIST"
        ],
        [
          "No module could be found to handle the request \"%s\"",
          "MSG_NO_MODULE"
        ],
        [
          "No Summary for this resource",
          "MSG_NO_SUMMARY"
        ],
        [
          "Operation %s not allowed for resource %s (due to local configuration)",
          "MSG_OP_NOT_ALLOWED"
        ],
        [
          "Unknown chained parameter name \"%s\"",
          "MSG_PARAM_CHAINED"
        ],
        [
          "Parameter \"%s\" is not allowed to repeat",
          "MSG_PARAM_NO_REPEAT"
        ],
        [
          "Parameter \"%s\" not understood",
          "MSG_PARAM_UNKNOWN"
        ],
        [
          "Parameter \"%s\" content is invalid",
          "MSG_PARAM_INVALID"
        ],
        [
          "Parameter \"%s\" modifier is invalid",
          "MSG_PARAM_MODIFIER_INVALID"
        ],
        [
          "Resources with identity \"example\" cannot be deleted (for testing/training purposes)",
          "MSG_RESOURCE_EXAMPLE_PROTECTED"
        ],
        [
          "unable to allocate resource id",
          "MSG_RESOURCE_ID_FAIL"
        ],
        [
          "Not allowed to submit a resource for this operation",
          "MSG_RESOURCE_NOT_ALLOWED"
        ],
        [
          "A resource is required",
          "MSG_RESOURCE_REQUIRED"
        ],
        [
          "Resource Id Mismatch",
          "MSG_RESOURCE_ID_MISMATCH"
        ],
        [
          "Resource Id Missing",
          "MSG_RESOURCE_ID_MISSING"
        ],
        [
          "Resource Type Mismatch",
          "MSG_RESOURCE_TYPE_MISMATCH"
        ],
        [
          "Unknown sort parameter name \"%s\"",
          "MSG_SORT_UNKNOWN"
        ],
        [
          "Duplicate Identifier in transaction: %s",
          "MSG_TRANSACTION_DUPLICATE_ID"
        ],
        [
          "Missing Identifier in transaction - an entry.id must be provided",
          "MSG_TRANSACTION_MISSING_ID"
        ],
        [
          "Unhandled xml node type \"%s\"",
          "MSG_UNHANDLED_NODE_TYPE"
        ],
        [
          "Unknown Content (%s) at %s",
          "MSG_UNKNOWN_CONTENT"
        ],
        [
          "unknown FHIR http operation",
          "MSG_UNKNOWN_OPERATION"
        ],
        [
          "Resource Type \"%s\" not recognised",
          "MSG_UNKNOWN_TYPE"
        ],
        [
          "existing resource updated",
          "MSG_UPDATED"
        ],
        [
          "Version aware updates are required for this resource",
          "MSG_VERSION_AWARE"
        ],
        [
          "Update Conflict (server current version = \"%s\", client version referenced = \"%s\")",
          "MSG_VERSION_AWARE_CONFLICT"
        ],
        [
          "Version specific URL not recognised",
          "MSG_VERSION_AWARE_URL"
        ],
        [
          "This does not appear to be a FHIR element or resource (wrong namespace \"%s\")",
          "MSG_WRONG_NS"
        ],
        [
          "Error: Multiple matches exist for %s search parameters \"%s\"",
          "SEARCH_MULTIPLE"
        ],
        [
          "Error: Multiple matches exist for the conditional update",
          "UPDATE_MULTIPLE_MATCHES"
        ],
        [
          "Error: Multiple matches exist for the conditional delete",
          "DELETE_MULTIPLE_MATCHES"
        ],
        [
          "Error: no processable search found for %s search parameters \"%s\"",
          "SEARCH_NONE"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/device-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Inactive",
          "inactive"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/library-type": {
      "type": "complete",
      "items": [
        [
          "Logic Library",
          "logic-library"
        ],
        [
          "Model Definition",
          "model-definition"
        ],
        [
          "Asset Collection",
          "asset-collection"
        ],
        [
          "Module Definition",
          "module-definition"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes": {
      "type": "complete",
      "items": [
        [
          "Unvorhergesehene Inanspruchnahme",
          "1100"
        ],
        [
          "Notfallpauschale",
          "1210"
        ],
        [
          "Grundpauschale",
          "1320"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/activity-definition-category": {
      "type": "complete",
      "items": [
        [
          "Treatment",
          "treatment"
        ],
        [
          "Education",
          "education"
        ],
        [
          "Assessment",
          "assessment"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/linkage-type": {
      "type": "complete",
      "items": [
        [
          "Source of truth",
          "source"
        ],
        [
          "Alternate record",
          "alternate"
        ],
        [
          "Historical/obsolete record",
          "historical"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/claim-type": {
      "type": "complete",
      "items": [
        [
          "Institutional",
          "institutional"
        ],
        [
          "Oral",
          "oral"
        ],
        [
          "Pharmacy",
          "pharmacy"
        ],
        [
          "Professional",
          "professional"
        ],
        [
          "Vision",
          "vision"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/hl7-work-group": {
      "type": "complete",
      "items": [
        [
          "Community Based Collaborative Care",
          "cbcc"
        ],
        [
          "Clinical Decision Support",
          "cds"
        ],
        [
          "Clinical Quality Information",
          "cqi"
        ],
        [
          "Clinical Genomics",
          "cg"
        ],
        [
          "Health Care Devices",
          "dev"
        ],
        [
          "Electronic Health Records",
          "ehr"
        ],
        [
          "FHIR Infrastructure",
          "fhir"
        ],
        [
          "Financial Management",
          "fm"
        ],
        [
          "Health Standards Integration",
          "hsi"
        ],
        [
          "Imaging Integration",
          "ii"
        ],
        [
          "Infrastructure And Messaging",
          "inm"
        ],
        [
          "Implementable Technology Specifications",
          "its"
        ],
        [
          "Orders and Observations",
          "oo"
        ],
        [
          "Patient Administration",
          "pa"
        ],
        [
          "Patient Care",
          "pc"
        ],
        [
          "Public Health and Emergency Response",
          "pher"
        ],
        [
          "Pharmacy",
          "phx"
        ],
        [
          "Regulated Clinical Research Information Management",
          "rcrim"
        ],
        [
          "Structured Documents",
          "sd"
        ],
        [
          "Security",
          "sec"
        ],
        [
          "US Realm Taskforce",
          "us"
        ],
        [
          "Vocabulary",
          "vocab"
        ],
        [
          "Application Implementation and Design",
          "aid"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/care-team-category": {
      "type": "complete",
      "items": [
        [
          "Event",
          "event"
        ],
        [
          "Encounter",
          "encounter"
        ],
        [
          "Episode",
          "episode"
        ],
        [
          "Longitudinal Care Coordination",
          "longitudinal"
        ],
        [
          "Condition",
          "condition"
        ],
        [
          "Clinical Research",
          "clinical-research"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/search-xpath-usage": {
      "type": "complete",
      "items": [
        [
          "Normal",
          "normal"
        ],
        [
          "Phonetic",
          "phonetic"
        ],
        [
          "Nearby",
          "nearby"
        ],
        [
          "Distance",
          "distance"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/measure-population": {
      "type": "complete",
      "items": [
        [
          "Initial Population",
          "initial-population"
        ],
        [
          "Numerator",
          "numerator"
        ],
        [
          "Numerator Exclusion",
          "numerator-exclusion"
        ],
        [
          "Denominator",
          "denominator"
        ],
        [
          "Denominator Exclusion",
          "denominator-exclusion"
        ],
        [
          "Denominator Exception",
          "denominator-exception"
        ],
        [
          "Measure Population",
          "measure-population"
        ],
        [
          "Measure Population Exclusion",
          "measure-population-exclusion"
        ],
        [
          "Measure Observation",
          "measure-observation"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/service-pharmacy": {
      "type": "complete",
      "items": [
        [
          "Smoking cessation",
          "smokecess"
        ],
        [
          "Flu Shot",
          "flushot"
        ],
        [
          "Drug Cost",
          "drugcost"
        ],
        [
          "Markup",
          "markup"
        ],
        [
          "Dispense Fee",
          "dispensefee"
        ],
        [
          "Compounding Fee",
          "compoundfee"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/bundle-type": {
      "type": "complete",
      "items": [
        [
          "Document",
          "document"
        ],
        [
          "Message",
          "message"
        ],
        [
          "Transaction",
          "transaction"
        ],
        [
          "Transaction Response",
          "transaction-response"
        ],
        [
          "Batch",
          "batch"
        ],
        [
          "Batch Response",
          "batch-response"
        ],
        [
          "History List",
          "history"
        ],
        [
          "Search Results",
          "searchset"
        ],
        [
          "Collection",
          "collection"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/composite-measure-scoring": {
      "type": "complete",
      "items": [
        [
          "Opportunity",
          "opportunity"
        ],
        [
          "All-or-nothing",
          "all-or-nothing"
        ],
        [
          "Linear",
          "linear"
        ],
        [
          "Weighted",
          "weighted"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/action-grouping-behavior": {
      "type": "complete",
      "items": [
        [
          "Visual Group",
          "visual-group"
        ],
        [
          "Logical Group",
          "logical-group"
        ],
        [
          "Sentence Group",
          "sentence-group"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/list-empty-reason": {
      "type": "complete",
      "items": [
        [
          "Nil Known",
          "nilknown"
        ],
        [
          "Not Asked",
          "notasked"
        ],
        [
          "Information Withheld",
          "withheld"
        ],
        [
          "Unavailable",
          "unavailable"
        ],
        [
          "Not Started",
          "notstarted"
        ],
        [
          "Closed",
          "closed"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/classification-or-context": {
      "type": "complete",
      "items": [
        [
          "Classification",
          "classification"
        ],
        [
          "Context",
          "context"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/map-model-mode": {
      "type": "complete",
      "items": [
        [
          "Source Structure Definition",
          "source"
        ],
        [
          "Queried Structure Definition",
          "queried"
        ],
        [
          "Target Structure Definition",
          "target"
        ],
        [
          "Produced Structure Definition",
          "produced"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/encounter-diet": {
      "type": "complete",
      "items": [
        [
          "Vegetarian",
          "vegetarian"
        ],
        [
          "Dairy Free",
          "dairy-free"
        ],
        [
          "Nut Free",
          "nut-free"
        ],
        [
          "Gluten Free",
          "gluten-free"
        ],
        [
          "Vegan",
          "vegan"
        ],
        [
          "Halal",
          "halal"
        ],
        [
          "Kosher",
          "kosher"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/condition-ver-status": {
      "type": "complete",
      "items": [
        [
          "Provisional",
          "provisional"
        ],
        [
          "Differential",
          "differential"
        ],
        [
          "Confirmed",
          "confirmed"
        ],
        [
          "Refuted",
          "refuted"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/endpoint-connection-type": {
      "type": "complete",
      "items": [
        [
          "IHE XCPD",
          "ihe-xcpd"
        ],
        [
          "IHE XCA",
          "ihe-xca"
        ],
        [
          "IHE XDR",
          "ihe-xdr"
        ],
        [
          "IHE XDS",
          "ihe-xds"
        ],
        [
          "IHE IID",
          "ihe-iid"
        ],
        [
          "DICOM WADO-RS",
          "dicom-wado-rs"
        ],
        [
          "DICOM QIDO-RS",
          "dicom-qido-rs"
        ],
        [
          "DICOM STOW-RS",
          "dicom-stow-rs"
        ],
        [
          "DICOM WADO-URI",
          "dicom-wado-uri"
        ],
        [
          "HL7 FHIR",
          "hl7-fhir-rest"
        ],
        [
          "HL7 FHIR Messaging",
          "hl7-fhir-msg"
        ],
        [
          "HL7 v2 MLLP",
          "hl7v2-mllp"
        ],
        [
          "Secure email",
          "secure-email"
        ],
        [
          "Direct Project",
          "direct-project"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/composition-status": {
      "type": "complete",
      "items": [
        [
          "Preliminary",
          "preliminary"
        ],
        [
          "Final",
          "final"
        ],
        [
          "Amended",
          "amended"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-admin-status": {
      "type": "complete",
      "items": [
        [
          "In Progress",
          "in-progress"
        ],
        [
          "On Hold",
          "on-hold"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Stopped",
          "stopped"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/procedure-progress-status-codes": {
      "type": "complete",
      "items": [
        [
          "In Operating Room",
          "in-operating-room"
        ],
        [
          "Prepared",
          "prepared"
        ],
        [
          "Anesthesia Induced",
          "anesthesia-induced"
        ],
        [
          "Open Incision",
          "open-incision"
        ],
        [
          "Closed Incision",
          "closed-incision"
        ],
        [
          "In Recovery Room",
          "in-recovery-room"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/fundsreserve": {
      "type": "complete",
      "items": [
        [
          "Patient",
          "patient"
        ],
        [
          "Provider",
          "provider"
        ],
        [
          "None",
          "none"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/encounter-type": {
      "type": "complete",
      "items": [
        [
          "Annual diabetes mellitus screening",
          "ADMS"
        ],
        [
          "Bone drilling/bone marrow punction in clinic",
          "BD/BM-clin"
        ],
        [
          "Infant colon screening - 60 minutes",
          "CCS60"
        ],
        [
          "Outpatient Kenacort injection",
          "OKI"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/specification-type": {
      "type": "complete",
      "items": [
        [
          "Unspecified Production Specification",
          "unspecified"
        ],
        [
          "Serial Number",
          "serial-number"
        ],
        [
          "Part Number",
          "part-number"
        ],
        [
          "Hardware Revision",
          "hardware-revision"
        ],
        [
          "Software Revision",
          "software-revision"
        ],
        [
          "Firmware Revision",
          "firmware-revision"
        ],
        [
          "Protocol Revision",
          "protocol-revision"
        ],
        [
          "GMDN",
          "gmdn"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/concept-map-equivalence": {
      "type": "complete",
      "items": [
        [
          "Equal",
          "equal"
        ],
        [
          "Wider",
          "wider"
        ],
        [
          "Subsumes",
          "subsumes"
        ],
        [
          "Narrower",
          "narrower"
        ],
        [
          "Specializes",
          "specializes"
        ],
        [
          "Inexact",
          "inexact"
        ],
        [
          "Disjoint",
          "disjoint"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/parameter-group": {
      "type": "complete",
      "items": [
        [
          "Haemodynamic Parameter Group",
          "haemodynamic"
        ],
        [
          "ECG Parameter Group",
          "ecg"
        ],
        [
          "Respiratory Parameter Group",
          "respiratory"
        ],
        [
          "Ventilation Parameter Group",
          "ventilation"
        ],
        [
          "Neurological Parameter Group",
          "neurological"
        ],
        [
          "Drug Delivery Parameter Group",
          "drug-delivery"
        ],
        [
          "Fluid Chemistry Parameter Group",
          "fluid-chemistry"
        ],
        [
          "Blood Chemistry Parameter Group",
          "blood-chemistry"
        ],
        [
          "Miscellaneous Parameter Group",
          "miscellaneous"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/consent-action": {
      "type": "complete",
      "items": [
        [
          "Collect",
          "collect"
        ],
        [
          "Access",
          "access"
        ],
        [
          "Use",
          "use"
        ],
        [
          "Disclose",
          "disclose"
        ],
        [
          "Access and Correct",
          "correct"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/cqif-recommendation-strength": {
      "type": "complete",
      "items": [
        [
          "Strong",
          "strong"
        ],
        [
          "Weak",
          "weak"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/chromosome-human": {
      "type": "complete",
      "items": [
        [
          "chromosome 1",
          "1"
        ],
        [
          "chromosome 2",
          "2"
        ],
        [
          "chromosome 3",
          "3"
        ],
        [
          "chromosome 4",
          "4"
        ],
        [
          "chromosome 5",
          "5"
        ],
        [
          "chromosome 6",
          "6"
        ],
        [
          "chromosome 7",
          "7"
        ],
        [
          "chromosome 8",
          "8"
        ],
        [
          "chromosome 9",
          "9"
        ],
        [
          "chromosome 10",
          "10"
        ],
        [
          "chromosome 11",
          "11"
        ],
        [
          "chromosome 12",
          "12"
        ],
        [
          "chromosome 13",
          "13"
        ],
        [
          "chromosome 14",
          "14"
        ],
        [
          "chromosome 15",
          "15"
        ],
        [
          "chromosome 16",
          "16"
        ],
        [
          "chromosome 17",
          "17"
        ],
        [
          "chromosome 18",
          "18"
        ],
        [
          "chromosome 19",
          "19"
        ],
        [
          "chromosome 20",
          "20"
        ],
        [
          "chromosome 21",
          "21"
        ],
        [
          "chromosome 22",
          "22"
        ],
        [
          "chromosome X",
          "X"
        ],
        [
          "chromosome Y",
          "Y"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-statement-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Intended",
          "intended"
        ],
        [
          "Stopped",
          "stopped"
        ],
        [
          "On Hold",
          "on-hold"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/identity-assuranceLevel": {
      "type": "complete",
      "items": [
        [
          "Level 1",
          "level1"
        ],
        [
          "Level 2",
          "level2"
        ],
        [
          "Level 3",
          "level3"
        ],
        [
          "Level 4",
          "level4"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/benefit-term": {
      "type": "complete",
      "items": [
        [
          "Annual",
          "annual"
        ],
        [
          "Day",
          "day"
        ],
        [
          "Lifetime",
          "lifetime"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/allerg-intol-substance-exp-risk": {
      "type": "complete",
      "items": [
        [
          "Known Reaction Risk",
          "known-reaction-risk"
        ],
        [
          "No Known Reaction Risk",
          "no-known-reaction-risk"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/flag-priority": {
      "type": "complete",
      "items": [
        [
          "No alarm",
          "PN"
        ],
        [
          "Low priority",
          "PL"
        ],
        [
          "Medium priority",
          "PM"
        ],
        [
          "High priority",
          "PH"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/adverse-event-outcome": {
      "type": "complete",
      "items": [
        [
          "Resolved",
          "resolved"
        ],
        [
          "Recovering",
          "recovering"
        ],
        [
          "Ongoing",
          "ongoing"
        ],
        [
          "Resolved with Sequelae",
          "resolvedWithSequelae"
        ],
        [
          "Fatal",
          "fatal"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contract-term-subtype": {
      "type": "complete",
      "items": [
        [
          "Condition",
          "condition"
        ],
        [
          "Warranty",
          "warranty"
        ],
        [
          "Innominate",
          "innominate"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality": {
      "type": "complete",
      "items": [
        [
          "Low Risk",
          "low"
        ],
        [
          "High Risk",
          "high"
        ],
        [
          "Unable to Assess Risk",
          "unable-to-assess"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/condition-clinical": {
      "type": "complete",
      "items": [
        [
          "Recurrence",
          "recurrence"
        ],
        [
          "Remission",
          "remission"
        ],
        [
          "Resolved",
          "resolved"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/allergy-clinical-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Resolved",
          "resolved"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/audit-source-type": {
      "type": "complete",
      "items": [
        [
          "User Device",
          "1"
        ],
        [
          "Data Interface",
          "2"
        ],
        [
          "Web Server",
          "3"
        ],
        [
          "Application Server",
          "4"
        ],
        [
          "Database Server",
          "5"
        ],
        [
          "Security Server",
          "6"
        ],
        [
          "Network Device",
          "7"
        ],
        [
          "Network Router",
          "8"
        ],
        [
          "Other",
          "9"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/task-performer-type": {
      "type": "complete",
      "items": [
        [
          "Requester",
          "requester"
        ],
        [
          "Scheduler",
          "scheduler"
        ],
        [
          "Performer",
          "performer"
        ],
        [
          "Monitor",
          "monitor"
        ],
        [
          "Manager",
          "manager"
        ],
        [
          "Acquirer",
          "acquirer"
        ],
        [
          "Reviewer",
          "reviewer"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/measure-type": {
      "type": "complete",
      "items": [
        [
          "Process",
          "process"
        ],
        [
          "Outcome",
          "outcome"
        ],
        [
          "Structure",
          "structure"
        ],
        [
          "Patient Reported Outcome",
          "patient-reported-outcome"
        ],
        [
          "Composite",
          "composite"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/discriminator-type": {
      "type": "complete",
      "items": [
        [
          "Value",
          "value"
        ],
        [
          "Exists",
          "exists"
        ],
        [
          "Pattern",
          "pattern"
        ],
        [
          "Type",
          "type"
        ],
        [
          "Profile",
          "profile"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/provenance-entity-role": {
      "type": "complete",
      "items": [
        [
          "Revision",
          "revision"
        ],
        [
          "Quotation",
          "quotation"
        ],
        [
          "Source",
          "source"
        ],
        [
          "Removal",
          "removal"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-request-intent": {
      "type": "complete",
      "items": [
        [
          "Proposal",
          "proposal"
        ],
        [
          "Plan",
          "plan"
        ],
        [
          "Order",
          "order"
        ],
        [
          "Instance Order",
          "instance-order"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/allergy-verification-status": {
      "type": "complete",
      "items": [
        [
          "Unconfirmed",
          "unconfirmed"
        ],
        [
          "Confirmed",
          "confirmed"
        ],
        [
          "Refuted",
          "refuted"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-package-form": {
      "type": "complete",
      "items": [
        [
          "Ampoule",
          "ampoule"
        ],
        [
          "Bottle",
          "bottle"
        ],
        [
          "Box",
          "box"
        ],
        [
          "Cartridge",
          "cartridge"
        ],
        [
          "Container",
          "container"
        ],
        [
          "Tube",
          "tube"
        ],
        [
          "Unit Dose Blister",
          "unitdose"
        ],
        [
          "Vial",
          "vial"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/conditional-delete-status": {
      "type": "complete",
      "items": [
        [
          "Not Supported",
          "not-supported"
        ],
        [
          "Single Deletes Supported",
          "single"
        ],
        [
          "Multiple Deletes Supported",
          "multiple"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-dispense-status": {
      "type": "complete",
      "items": [
        [
          "Preparation",
          "preparation"
        ],
        [
          "In Progress",
          "in-progress"
        ],
        [
          "On Hold",
          "on-hold"
        ],
        [
          "Completed",
          "completed"
        ],
        [
          "Entered in-Error",
          "entered-in-error"
        ],
        [
          "Stopped",
          "stopped"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/basic-resource-type": {
      "type": "complete",
      "items": [
        [
          "Consent",
          "consent"
        ],
        [
          "Referral",
          "referral"
        ],
        [
          "Adverse Event",
          "advevent"
        ],
        [
          "Appointment Request",
          "aptmtreq"
        ],
        [
          "Transfer",
          "transfer"
        ],
        [
          "Diet",
          "diet"
        ],
        [
          "Administrative Activity",
          "adminact"
        ],
        [
          "Exposure",
          "exposure"
        ],
        [
          "Investigation",
          "investigation"
        ],
        [
          "Account",
          "account"
        ],
        [
          "Invoice",
          "invoice"
        ],
        [
          "Invoice Adjudication",
          "adjudicat"
        ],
        [
          "Pre-determination Request",
          "predetreq"
        ],
        [
          "Predetermination",
          "predetermine"
        ],
        [
          "Study",
          "study"
        ],
        [
          "Protocol",
          "protocol"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/metric-category": {
      "type": "complete",
      "items": [
        [
          "Measurement",
          "measurement"
        ],
        [
          "Setting",
          "setting"
        ],
        [
          "Calculation",
          "calculation"
        ],
        [
          "Unspecified",
          "unspecified"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/assert-operator-codes": {
      "type": "complete",
      "items": [
        [
          "equals",
          "equals"
        ],
        [
          "notEquals",
          "notEquals"
        ],
        [
          "in",
          "in"
        ],
        [
          "notIn",
          "notIn"
        ],
        [
          "greaterThan",
          "greaterThan"
        ],
        [
          "lessThan",
          "lessThan"
        ],
        [
          "empty",
          "empty"
        ],
        [
          "notEmpty",
          "notEmpty"
        ],
        [
          "contains",
          "contains"
        ],
        [
          "notContains",
          "notContains"
        ],
        [
          "evaluate",
          "eval"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/list-order": {
      "type": "complete",
      "items": [
        [
          "Sorted by User",
          "user"
        ],
        [
          "Sorted by System",
          "system"
        ],
        [
          "Sorted by Event Date",
          "event-date"
        ],
        [
          "Sorted by Item Date",
          "entry-date"
        ],
        [
          "Sorted by Priority",
          "priority"
        ],
        [
          "Sorted Alphabetically",
          "alphabetic"
        ],
        [
          "Sorted by Category",
          "category"
        ],
        [
          "Sorted by Patient",
          "patient"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/benefit-category": {
      "type": "complete",
      "items": [
        [
          "Dental and Oral Health Coverage",
          "oral"
        ],
        [
          "Vision Health Coverage",
          "vision"
        ],
        [
          "Medical Health Coverage",
          "medical"
        ],
        [
          "Pharmacy Coverage",
          "pharmacy"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/messageheader-response-request": {
      "type": "complete",
      "items": [
        [
          "Always",
          "always"
        ],
        [
          "Error/reject conditions only",
          "on-error"
        ],
        [
          "Never",
          "never"
        ],
        [
          "Successful completion only",
          "on-success"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/entformula-additive": {
      "type": "complete",
      "items": [
        [
          "Lipid",
          "lipid"
        ],
        [
          "Protein",
          "protein"
        ],
        [
          "Carbohydrate",
          "carbohydrate"
        ],
        [
          "Fiber",
          "fiber"
        ],
        [
          "Water",
          "water"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contract-signer-type": {
      "type": "complete",
      "items": [
        [
          "Amender",
          "AMENDER"
        ],
        [
          "Authenticator",
          "AUTHN"
        ],
        [
          "Author",
          "AUT"
        ],
        [
          "Affiliate",
          "AFFL"
        ],
        [
          "Agent",
          "AGNT"
        ],
        [
          "Assigned Entity",
          "ASSIGNED"
        ],
        [
          "Citizen",
          "CIT"
        ],
        [
          "Claimant",
          "CLAIMANT"
        ],
        [
          "Co-Author",
          "COAUTH"
        ],
        [
          "Consenter",
          "CONSENTER"
        ],
        [
          "Consent Witness",
          "CONSWIT"
        ],
        [
          "Contact",
          "CONT"
        ],
        [
          "Co-Participant",
          "COPART"
        ],
        [
          "Covered Party",
          "COVPTY"
        ],
        [
          "Delegatee",
          "DELEGATEE"
        ],
        [
          "Delegator",
          "delegator"
        ],
        [
          "Dependent",
          "DEPEND"
        ],
        [
          "Durable Power of Attorney",
          "DPOWATT"
        ],
        [
          "Emergency Contact",
          "EMGCON"
        ],
        [
          "Event Witness",
          "EVTWIT"
        ],
        [
          "Executor of Estate",
          "EXCEST"
        ],
        [
          "Grantee",
          "GRANTEE"
        ],
        [
          "Grantor",
          "GRANTOR"
        ],
        [
          "Guarantor",
          "GUAR"
        ],
        [
          "Guardian",
          "GUARD"
        ],
        [
          "Guardian ad lidem",
          "GUADLTM"
        ],
        [
          "Informant",
          "INF"
        ],
        [
          "Interpreter",
          "INTPRT"
        ],
        [
          "Investigation Subject",
          "INSBJ"
        ],
        [
          "Healthcare Power of Attorney",
          "HPOWATT"
        ],
        [
          "Healthcare Provider",
          "HPROV"
        ],
        [
          "Legal Authenticator",
          "LEGAUTHN"
        ],
        [
          "Named Insured",
          "NMDINS"
        ],
        [
          "Next of Kin",
          "NOK"
        ],
        [
          "Notary",
          "NOTARY"
        ],
        [
          "Patient",
          "PAT"
        ],
        [
          "Power of Attorney",
          "POWATT"
        ],
        [
          "Primary Author",
          "PRIMAUTH"
        ],
        [
          "Primary Responsible Party ",
          "PRIRECIP"
        ],
        [
          "Recipient",
          "RECIP"
        ],
        [
          "Responsible Party",
          "RESPRSN"
        ],
        [
          "Reviewer",
          "REVIEWER"
        ],
        [
          "Transcriber",
          "TRANS"
        ],
        [
          "Source",
          "SOURCE"
        ],
        [
          "Apecial Power of Attorney",
          "SPOWATT"
        ],
        [
          "Validator",
          "VALID"
        ],
        [
          "Verifier",
          "VERF"
        ],
        [
          "Witness",
          "WIT"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/consent-category": {
      "type": "complete",
      "items": [
        [
          "42 CFR Part 2 Form of written consent",
          "42-CFR-2"
        ],
        [
          "advance directive",
          "ACD"
        ],
        [
          "common rule informed consent",
          "CRIC"
        ],
        [
          "do not resuscitate",
          "DNR"
        ],
        [
          "emergency only",
          "EMRGONLY"
        ],
        [
          "Illinois Consent by Minors to Medical Procedures",
          "Illinois-Minor-Procedure"
        ],
        [
          "health care directive",
          "HCD"
        ],
        [
          "HIPAA Authorization",
          "HIPAA-Auth"
        ],
        [
          "HIPAA Notice of Privacy Practices",
          "HIPAA-NPP"
        ],
        [
          "HIPAA Restrictions",
          "HIPAA-Restrictions"
        ],
        [
          "HIPAA Research Authorization",
          "HIPAA-Research"
        ],
        [
          "HIPAA Self-Pay Restriction",
          "HIPAA-Self-Pay"
        ],
        [
          "Michigan MDHHS-5515 Consent to Share Behavioral Health Information for Care Coordination Purposes",
          "MDHHS-5515"
        ],
        [
          "New York State Surgical and Invasive Procedure Protocol",
          "NYSSIPP"
        ],
        [
          "notice of privacy practices",
          "NPP"
        ],
        [
          "POLST",
          "POLST"
        ],
        [
          "research information access",
          "RESEARCH"
        ],
        [
          "de-identified information access",
          "RSDID"
        ],
        [
          "re-identifiable information access",
          "RSREID"
        ],
        [
          "Form SSA-827",
          "SSA-827"
        ],
        [
          "VA Form 10-0484",
          "VA-10-0484"
        ],
        [
          "VA Form 10-0485",
          "VA-10-0485"
        ],
        [
          "VA Form 10-5345",
          "VA-10-5345"
        ],
        [
          "VA Form 10-5345a",
          "VA-10-5345a"
        ],
        [
          "VA Form 10-5345a-MHV",
          "VA-10-5345a-MHV"
        ],
        [
          "VA Form 10-10-10116",
          "VA-10-10116"
        ],
        [
          "VA Form 21-4142",
          "VA-21-4142"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/subscription-channel-type": {
      "type": "complete",
      "items": [
        [
          "Rest Hook",
          "rest-hook"
        ],
        [
          "Websocket",
          "websocket"
        ],
        [
          "Email",
          "email"
        ],
        [
          "SMS",
          "sms"
        ],
        [
          "Message",
          "message"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/related-claim-relationship": {
      "type": "complete",
      "items": [
        [
          "Prior Claim",
          "prior"
        ],
        [
          "Associated Claim",
          "associated"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/reference-handling-policy": {
      "type": "complete",
      "items": [
        [
          "Literal References",
          "literal"
        ],
        [
          "Logical References",
          "logical"
        ],
        [
          "Resolves References",
          "resolves"
        ],
        [
          "Reference Integrity Enforced",
          "enforced"
        ],
        [
          "Local References Only",
          "local"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contract-status": {
      "type": "complete",
      "items": [
        [
          "Amended",
          "amended"
        ],
        [
          "Appended",
          "appended"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Disputed",
          "disputed"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Executable",
          "executable"
        ],
        [
          "Executed",
          "executed"
        ],
        [
          "Negotiable",
          "negotiable"
        ],
        [
          "Offered",
          "offered"
        ],
        [
          "Policy",
          "policy"
        ],
        [
          "Rejected",
          "rejected"
        ],
        [
          "Renewed",
          "renewed"
        ],
        [
          "Revoked",
          "revoked"
        ],
        [
          "Resolved",
          "resolved"
        ],
        [
          "Terminated",
          "terminated"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/cqif-evidence-quality": {
      "type": "complete",
      "items": [
        [
          "High quality",
          "high"
        ],
        [
          "Moderate quality",
          "moderate"
        ],
        [
          "Low quality",
          "low"
        ],
        [
          "Very low quality",
          "very-low"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/search-modifier-code": {
      "type": "complete",
      "items": [
        [
          "Missing",
          "missing"
        ],
        [
          "Exact",
          "exact"
        ],
        [
          "Contains",
          "contains"
        ],
        [
          "Not",
          "not"
        ],
        [
          "Text",
          "text"
        ],
        [
          "In",
          "in"
        ],
        [
          "Not In",
          "not-in"
        ],
        [
          "Below",
          "below"
        ],
        [
          "Above",
          "above"
        ],
        [
          "Type",
          "type"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/ex-paymenttype": {
      "type": "complete",
      "items": [
        [
          "Complete",
          "complete"
        ],
        [
          "Partial",
          "partial"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/measure-data-usage": {
      "type": "complete",
      "items": [
        [
          "Supplemental Data",
          "supplemental-data"
        ],
        [
          "Risk Adjustment Factor",
          "risk-adjustment-factor"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/measure-scoring": {
      "type": "complete",
      "items": [
        [
          "Proportion",
          "proportion"
        ],
        [
          "Ratio",
          "ratio"
        ],
        [
          "Continuous Variable",
          "continuous-variable"
        ],
        [
          "Cohort",
          "cohort"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/location-mode": {
      "type": "complete",
      "items": [
        [
          "Instance",
          "instance"
        ],
        [
          "Kind",
          "kind"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/match-grade": {
      "type": "complete",
      "items": [
        [
          "Certain Match",
          "certain"
        ],
        [
          "Probable Match",
          "probable"
        ],
        [
          "Possible Match",
          "possible"
        ],
        [
          "Certainly Not a Match",
          "certainly-not"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/signature-type": {
      "type": "complete",
      "items": [
        [
          "Author's Signature",
          "1.2.840.10065.1.12.1.1"
        ],
        [
          "Coauthor's Signature",
          "1.2.840.10065.1.12.1.2"
        ],
        [
          "Co-participant's Signature",
          "1.2.840.10065.1.12.1.3"
        ],
        [
          "Transcriptionist/Recorder Signature",
          "1.2.840.10065.1.12.1.4"
        ],
        [
          "Verification Signature",
          "1.2.840.10065.1.12.1.5"
        ],
        [
          "Validation Signature",
          "1.2.840.10065.1.12.1.6"
        ],
        [
          "Consent Signature",
          "1.2.840.10065.1.12.1.7"
        ],
        [
          "Signature Witness Signature",
          "1.2.840.10065.1.12.1.8"
        ],
        [
          "Event Witness Signature",
          "1.2.840.10065.1.12.1.9"
        ],
        [
          "Identity Witness Signature",
          "1.2.840.10065.1.12.1.10"
        ],
        [
          "Consent Witness Signature",
          "1.2.840.10065.1.12.1.11"
        ],
        [
          "Interpreter Signature",
          "1.2.840.10065.1.12.1.12"
        ],
        [
          "Review Signature",
          "1.2.840.10065.1.12.1.13"
        ],
        [
          "Source Signature",
          "1.2.840.10065.1.12.1.14"
        ],
        [
          "Addendum Signature",
          "1.2.840.10065.1.12.1.15"
        ],
        [
          "Modification Signature",
          "1.2.840.10065.1.12.1.16"
        ],
        [
          "Administrative (Error/Edit) Signature",
          "1.2.840.10065.1.12.1.17"
        ],
        [
          "Timestamp Signature",
          "1.2.840.10065.1.12.1.18"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/coverage-selfpay": {
      "type": "complete",
      "items": [
        [
          "Pay",
          "pay"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/episode-of-care-status": {
      "type": "complete",
      "items": [
        [
          "Planned",
          "planned"
        ],
        [
          "Waitlist",
          "waitlist"
        ],
        [
          "Active",
          "active"
        ],
        [
          "On Hold",
          "onhold"
        ],
        [
          "Finished",
          "finished"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/metric-operational-status": {
      "type": "complete",
      "items": [
        [
          "On",
          "on"
        ],
        [
          "Off",
          "off"
        ],
        [
          "Standby",
          "standby"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/location-physical-type": {
      "type": "complete",
      "items": [
        [
          "Site",
          "si"
        ],
        [
          "Building",
          "bu"
        ],
        [
          "Wing",
          "wi"
        ],
        [
          "Ward",
          "wa"
        ],
        [
          "Level",
          "lvl"
        ],
        [
          "Corridor",
          "co"
        ],
        [
          "Room",
          "ro"
        ],
        [
          "Bed",
          "bd"
        ],
        [
          "Vehicle",
          "ve"
        ],
        [
          "House",
          "ho"
        ],
        [
          "Cabinet",
          "ca"
        ],
        [
          "Road",
          "rd"
        ],
        [
          "Area",
          "area"
        ],
        [
          "Jurisdiction",
          "jdn"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/data-absent-reason": {
      "type": "complete",
      "items": [
        [
          "Unknown",
          "unknown"
        ],
        [
          "Asked",
          "asked"
        ],
        [
          "Temp",
          "temp"
        ],
        [
          "Not Asked",
          "not-asked"
        ],
        [
          "Masked",
          "masked"
        ],
        [
          "Unsupported",
          "unsupported"
        ],
        [
          "As Text",
          "astext"
        ],
        [
          "Not a Number",
          "NaN"
        ],
        [
          "Not Performed",
          "not-performed"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/special-values": {
      "type": "complete",
      "items": [
        [
          "true",
          "true"
        ],
        [
          "false",
          "false"
        ],
        [
          "Trace Amount Detected",
          "trace"
        ],
        [
          "Sufficient Quantity",
          "sufficient"
        ],
        [
          "Value Withdrawn",
          "withdrawn"
        ],
        [
          "Nil Known",
          "nil-known"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/condition-state": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Inactive",
          "inactive"
        ],
        [
          "Resolved",
          "resolved"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/quantity-comparator": {
      "type": "complete",
      "items": [
        [
          "Less than",
          "<"
        ],
        [
          "Less or Equal to",
          "<="
        ],
        [
          "Greater or Equal to",
          ">="
        ],
        [
          "Greater than",
          ">"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/flag-category": {
      "type": "complete",
      "items": [
        [
          "Diet",
          "diet"
        ],
        [
          "Drug",
          "drug"
        ],
        [
          "Lab",
          "lab"
        ],
        [
          "Administrative",
          "admin"
        ],
        [
          "Subject contact",
          "contact"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/message-significance-category": {
      "type": "complete",
      "items": [
        [
          "Consequence",
          "Consequence"
        ],
        [
          "Currency",
          "Currency"
        ],
        [
          "Notification",
          "Notification"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/document-mode": {
      "type": "complete",
      "items": [
        [
          "Producer",
          "producer"
        ],
        [
          "Consumer",
          "consumer"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/abstract-types": {
      "type": "complete",
      "items": [
        [
          "Type",
          "Type"
        ],
        [
          "Any",
          "Any"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/questionnaire-item-control": {
      "type": "complete",
      "items": [
        [
          "List",
          "list"
        ],
        [
          "Table",
          "table"
        ],
        [
          "Header",
          "header"
        ],
        [
          "Footer",
          "footer"
        ],
        [
          "In-line",
          "inline"
        ],
        [
          "Prompt",
          "prompt"
        ],
        [
          "Unit",
          "unit"
        ],
        [
          "Lower-bound",
          "lower"
        ],
        [
          "Upper-bound",
          "upper"
        ],
        [
          "Fly-over",
          "flyover"
        ],
        [
          "Help-Button",
          "help"
        ],
        [
          "Auto-complete",
          "autocomplete"
        ],
        [
          "Drop down",
          "drop-down"
        ],
        [
          "Check-box",
          "check-box"
        ],
        [
          "Lookup",
          "lookup"
        ],
        [
          "Radio Button",
          "radio-button"
        ],
        [
          "Slider",
          "slider"
        ],
        [
          "Spinner",
          "spinner"
        ],
        [
          "Text Box",
          "text-box"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/care-plan-activity-category": {
      "type": "complete",
      "items": [
        [
          "Diet",
          "diet"
        ],
        [
          "Drug",
          "drug"
        ],
        [
          "Encounter",
          "encounter"
        ],
        [
          "Observation",
          "observation"
        ],
        [
          "Procedure",
          "procedure"
        ],
        [
          "Supply",
          "supply"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/audit-event-outcome": {
      "type": "complete",
      "items": [
        [
          "Success",
          "0"
        ],
        [
          "Minor failure",
          "4"
        ],
        [
          "Serious failure",
          "8"
        ],
        [
          "Major failure",
          "12"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/vision-base-codes": {
      "type": "complete",
      "items": [
        [
          "Up",
          "up"
        ],
        [
          "Down",
          "down"
        ],
        [
          "In",
          "in"
        ],
        [
          "Out",
          "out"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/search-param-type": {
      "type": "complete",
      "items": [
        [
          "Number",
          "number"
        ],
        [
          "Date/DateTime",
          "date"
        ],
        [
          "String",
          "string"
        ],
        [
          "Token",
          "token"
        ],
        [
          "Reference",
          "reference"
        ],
        [
          "Composite",
          "composite"
        ],
        [
          "Quantity",
          "quantity"
        ],
        [
          "URI",
          "uri"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/actionlist": {
      "type": "complete",
      "items": [
        [
          "Cancel, Reverse or Nullify",
          "cancel"
        ],
        [
          "Poll",
          "poll"
        ],
        [
          "Re-Process",
          "reprocess"
        ],
        [
          "Status Check",
          "status"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/communication-not-done-reason": {
      "type": "complete",
      "items": [
        [
          "Unknown",
          "unknown"
        ],
        [
          "System Error",
          "system-error"
        ],
        [
          "Invalid Phone Number",
          "invalid-phone-number"
        ],
        [
          "Recipient Unavailable",
          "recipient-unavailable"
        ],
        [
          "Family Objection",
          "family-objection"
        ],
        [
          "Patient Objection",
          "patient-objection"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/action-cardinality-behavior": {
      "type": "complete",
      "items": [
        [
          "Single",
          "single"
        ],
        [
          "Multiple",
          "multiple"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/service-product": {
      "type": "complete",
      "items": [
        [
          "Exam",
          "exam"
        ],
        [
          "Flu shot",
          "flushot"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/name-use": {
      "type": "complete",
      "items": [
        [
          "Usual",
          "usual"
        ],
        [
          "Official",
          "official"
        ],
        [
          "Temp",
          "temp"
        ],
        [
          "Nickname",
          "nickname"
        ],
        [
          "Anonymous",
          "anonymous"
        ],
        [
          "Name changed for Marriage",
          "maiden"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/guide-dependency-type": {
      "type": "complete",
      "items": [
        [
          "Reference",
          "reference"
        ],
        [
          "Inclusion",
          "inclusion"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contract-type": {
      "type": "complete",
      "items": [
        [
          "Privacy",
          "privacy"
        ],
        [
          "Disclosure",
          "disclosure"
        ],
        [
          "Health Insurance",
          "healthinsurance"
        ],
        [
          "Supply Contract",
          "supply"
        ],
        [
          "Consent",
          "consent"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/substance-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Inactive",
          "inactive"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning": {
      "type": "complete",
      "items": [
        [
          "Grouped By",
          "grouped-by"
        ],
        [
          "Is-A",
          "is-a"
        ],
        [
          "Part Of",
          "part-of"
        ],
        [
          "Classified With",
          "classified-with"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/encounter-status": {
      "type": "complete",
      "items": [
        [
          "Planned",
          "planned"
        ],
        [
          "Arrived",
          "arrived"
        ],
        [
          "Triaged",
          "triaged"
        ],
        [
          "In Progress",
          "in-progress"
        ],
        [
          "On Leave",
          "onleave"
        ],
        [
          "Finished",
          "finished"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/filter-operator": {
      "type": "complete",
      "items": [
        [
          "Equals",
          "="
        ],
        [
          "Is A (by subsumption)",
          "is-a"
        ],
        [
          "Descendent Of (by subsumption)",
          "descendent-of"
        ],
        [
          "Not (Is A) (by subsumption)",
          "is-not-a"
        ],
        [
          "Regular Expression",
          "regex"
        ],
        [
          "In Set",
          "in"
        ],
        [
          "Not in Set",
          "not-in"
        ],
        [
          "Generalizes (by Subsumption)",
          "generalizes"
        ],
        [
          "Exists",
          "exists"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-request-category": {
      "type": "complete",
      "items": [
        [
          "Inpatient",
          "inpatient"
        ],
        [
          "Outpatient",
          "outpatient"
        ],
        [
          "Community",
          "community"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/practitioner-specialty": {
      "type": "complete",
      "items": [
        [
          "Cardiologist",
          "cardio"
        ],
        [
          "Dentist",
          "dent"
        ],
        [
          "Dietary consultant",
          "dietary"
        ],
        [
          "Midwife",
          "midw"
        ],
        [
          "Systems architect",
          "sysarch"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/days-of-week": {
      "type": "complete",
      "items": [
        [
          "Monday",
          "mon"
        ],
        [
          "Tuesday",
          "tue"
        ],
        [
          "Wednesday",
          "wed"
        ],
        [
          "Thursday",
          "thu"
        ],
        [
          "Friday",
          "fri"
        ],
        [
          "Saturday",
          "sat"
        ],
        [
          "Sunday",
          "sun"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/claim-use": {
      "type": "complete",
      "items": [
        [
          "Complete",
          "complete"
        ],
        [
          "Proposed",
          "proposed"
        ],
        [
          "Exploratory",
          "exploratory"
        ],
        [
          "Other",
          "other"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/explanationofbenefit-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Cancelled",
          "cancelled"
        ],
        [
          "Draft",
          "draft"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/fm-conditions": {
      "type": "complete",
      "items": [
        [
          "Headache",
          "123987"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/narrative-status": {
      "type": "complete",
      "items": [
        [
          "Generated",
          "generated"
        ],
        [
          "Extensions",
          "extensions"
        ],
        [
          "Additional",
          "additional"
        ],
        [
          "Empty",
          "empty"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/forms": {
      "type": "complete",
      "items": [
        [
          "Form #1",
          "1"
        ],
        [
          "Form #1",
          "2"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/vaccination-protocol-dose-status": {
      "type": "complete",
      "items": [
        [
          "Counts",
          "count"
        ],
        [
          "Does not Count",
          "nocount"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/audit-event-type": {
      "type": "complete",
      "items": [
        [
          "RESTful Operation",
          "rest"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/slotstatus": {
      "type": "complete",
      "items": [
        [
          "Busy",
          "busy"
        ],
        [
          "Free",
          "free"
        ],
        [
          "Busy (Unavailable)",
          "busy-unavailable"
        ],
        [
          "Busy (Tentative)",
          "busy-tentative"
        ],
        [
          "Entered in error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/object-role": {
      "type": "complete",
      "items": [
        [
          "Patient",
          "1"
        ],
        [
          "Location",
          "2"
        ],
        [
          "Report",
          "3"
        ],
        [
          "Domain Resource",
          "4"
        ],
        [
          "Master file",
          "5"
        ],
        [
          "User",
          "6"
        ],
        [
          "List",
          "7"
        ],
        [
          "Doctor",
          "8"
        ],
        [
          "Subscriber",
          "9"
        ],
        [
          "Guarantor",
          "10"
        ],
        [
          "Security User Entity",
          "11"
        ],
        [
          "Security User Group",
          "12"
        ],
        [
          "Security Resource",
          "13"
        ],
        [
          "Security Granularity Definition",
          "14"
        ],
        [
          "Practitioner",
          "15"
        ],
        [
          "Data Destination",
          "16"
        ],
        [
          "Data Repository",
          "17"
        ],
        [
          "Schedule",
          "18"
        ],
        [
          "Customer",
          "19"
        ],
        [
          "Job",
          "20"
        ],
        [
          "Job Stream",
          "21"
        ],
        [
          "Table",
          "22"
        ],
        [
          "Routing Criteria",
          "23"
        ],
        [
          "Query",
          "24"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contributor-type": {
      "type": "complete",
      "items": [
        [
          "Author",
          "author"
        ],
        [
          "Editor",
          "editor"
        ],
        [
          "Reviewer",
          "reviewer"
        ],
        [
          "Endorser",
          "endorser"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-admin-category": {
      "type": "complete",
      "items": [
        [
          "Inpatient",
          "inpatient"
        ],
        [
          "Outpatient",
          "outpatient"
        ],
        [
          "Community",
          "community"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/payment-adjustment-reason": {
      "type": "complete",
      "items": [
        [
          "Prior Payment Reversal",
          "a001"
        ],
        [
          "Prior Overpayment",
          "a002"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/dicom-dcim": {
      "type": "complete",
      "items": [
        [
          "Archive",
          "ARCHIVE"
        ],
        [
          "Autorefraction",
          "AR"
        ],
        [
          "Angioscopy",
          "AS"
        ],
        [
          "Audio",
          "AU"
        ],
        [
          "Ultrasound Bone Densitometry",
          "BDUS"
        ],
        [
          "Biomagnetic imaging",
          "BI"
        ],
        [
          "Bone Mineral Densitometry",
          "BMD"
        ],
        [
          "Computer Assisted Detection/Diagnosis",
          "CAD"
        ],
        [
          "Image Capture",
          "CAPTURE"
        ],
        [
          "Color flow Doppler",
          "CD"
        ],
        [
          "Cinefluorography",
          "CF"
        ],
        [
          "Computation Server",
          "COMP"
        ],
        [
          "Culposcopy",
          "CP"
        ],
        [
          "Computed Radiography",
          "CR"
        ],
        [
          "Cystoscopy",
          "CS"
        ],
        [
          "Computed Tomography",
          "CT"
        ],
        [
          "Duplex Doppler",
          "DD"
        ],
        [
          "Digital fluoroscopy",
          "DF"
        ],
        [
          "Diaphanography",
          "DG"
        ],
        [
          "Digital microscopy",
          "DM"
        ],
        [
          "Document Digitizer Equipment",
          "DOCD"
        ],
        [
          "Digital Subtraction Angiography",
          "DS"
        ],
        [
          "Department System Scheduler",
          "DSS"
        ],
        [
          "Digital Radiography",
          "DX"
        ],
        [
          "Echocardiography",
          "EC"
        ],
        [
          "Electrocardiography",
          "ECG"
        ],
        [
          "Cardiac Electrophysiology",
          "EPS"
        ],
        [
          "Endoscopy",
          "ES"
        ],
        [
          "Female",
          "F"
        ],
        [
          "Fluorescein angiography",
          "FA"
        ],
        [
          "Female changed to Male",
          "FC"
        ],
        [
          "Film Digitizer",
          "FILMD"
        ],
        [
          "Female Pseudohermaphrodite",
          "FP"
        ],
        [
          "Fundoscopy",
          "FS"
        ],
        [
          "General Microscopy",
          "GM"
        ],
        [
          "Hermaphrodite",
          "H"
        ],
        [
          "Hard Copy",
          "HC"
        ],
        [
          "Hemodynamic Waveform",
          "HD"
        ],
        [
          "Intra-oral Radiography",
          "IO"
        ],
        [
          "Intravascular Optical Coherence Tomography",
          "IVOCT"
        ],
        [
          "Intravascular Ultrasound",
          "IVUS"
        ],
        [
          "Keratometry",
          "KER"
        ],
        [
          "Key Object Selection",
          "KO"
        ],
        [
          "Lensometry",
          "LEN"
        ],
        [
          "Procedure Logging",
          "LOG"
        ],
        [
          "Laparoscopy",
          "LP"
        ],
        [
          "Laser surface scan",
          "LS"
        ],
        [
          "Male",
          "M"
        ],
        [
          "Magnetic resonance angiography",
          "MA"
        ],
        [
          "Male changed to Female",
          "MC"
        ],
        [
          "Media Creation Device",
          "MCD"
        ],
        [
          "Portable Media Importer Equipment",
          "MEDIM"
        ],
        [
          "Mammography",
          "MG"
        ],
        [
          "Male Pseudohermaphrodite",
          "MP"
        ],
        [
          "Magnetic Resonance",
          "MR"
        ],
        [
          "Magnetic resonance spectroscopy",
          "MS"
        ],
        [
          "Nearline",
          "NEARLINE"
        ],
        [
          "Nuclear Medicine",
          "NM"
        ],
        [
          "Ophthalmic Axial Measurements",
          "OAM"
        ],
        [
          "Optical Coherence Tomography",
          "OCT"
        ],
        [
          "Offline",
          "OFFLINE"
        ],
        [
          "Online",
          "ONLINE"
        ],
        [
          "Ophthalmic photography",
          "OP"
        ],
        [
          "Ophthalmic Mapping",
          "OPM"
        ],
        [
          "Ophthalmic Refraction",
          "OPR"
        ],
        [
          "Ophthalmic Tomography",
          "OPT"
        ],
        [
          "Ophthalmic Visual Field",
          "OPV"
        ],
        [
          "Optical Survace Scanner",
          "OSS"
        ],
        [
          "Other Modality",
          "OT"
        ],
        [
          "Presentation State",
          "PR"
        ],
        [
          "Hard Copy Print Server",
          "PRINT"
        ],
        [
          "Positron emission tomography",
          "PT"
        ],
        [
          "Panoramic X-Ray",
          "PX"
        ],
        [
          "Registration",
          "REG"
        ],
        [
          "Radiofluoroscopy",
          "RF"
        ],
        [
          "Radiographic imaging",
          "RG"
        ],
        [
          "Radiation Therapy Device",
          "RT"
        ],
        [
          "Radiotherapy Dose",
          "RTDOSE"
        ],
        [
          "Radiotherapy Image",
          "RTIMAGE"
        ],
        [
          "Radiotherapy Plan",
          "RTPLAN"
        ],
        [
          "Radiotherapy Treatment Record",
          "RTRECORD"
        ],
        [
          "Radiotherapy Structure Set",
          "RTSTRUCT"
        ],
        [
          "Segmentation",
          "SEG"
        ],
        [
          "Slide Microscopy",
          "SM"
        ],
        [
          "Stereometric Relationship",
          "SMR"
        ],
        [
          "Structured Report Document",
          "SR"
        ],
        [
          "Subjective Refraction",
          "SRF"
        ],
        [
          "Single-photon emission computed tomography",
          "ST"
        ],
        [
          "Thermography",
          "TG"
        ],
        [
          "Unknown Sex",
          "U"
        ],
        [
          "Unavailable",
          "UNAVAILABLE"
        ],
        [
          "Ultrasound",
          "US"
        ],
        [
          "Visual Acuity",
          "VA"
        ],
        [
          "Videofluorography",
          "VF"
        ],
        [
          "Video Tape Digitizer Equipment",
          "VIDD"
        ],
        [
          "Workstation",
          "WSD"
        ],
        [
          "X-Ray Angiography",
          "XA"
        ],
        [
          "External-camera Photography",
          "XC"
        ],
        [
          "Digital timecode (NOS)",
          "109001"
        ],
        [
          "ECG-based gating signal, processed",
          "109002"
        ],
        [
          "IRIG-B timecode",
          "109003"
        ],
        [
          "X-Ray Fluoroscopy On Signal",
          "109004"
        ],
        [
          "X-Ray On Trigger",
          "109005"
        ],
        [
          "Differential signal",
          "109006"
        ],
        [
          "His bundle electrogram",
          "109007"
        ],
        [
          "Monopole signal",
          "109008"
        ],
        [
          "Pacing (electrical) stimulus, voltage",
          "109009"
        ],
        [
          "Radio frequency ablation, power",
          "109010"
        ],
        [
          "Voltage measurement by basket catheter",
          "109011"
        ],
        [
          "Voltage measurement by mapping catheter",
          "109012"
        ],
        [
          "Voltage measurement, NOS",
          "109013"
        ],
        [
          "35% of thermal CO",
          "109014"
        ],
        [
          "70% of thermal CO",
          "109015"
        ],
        [
          "A wave peak pressure",
          "109016"
        ],
        [
          "A wave pressure, average",
          "109017"
        ],
        [
          "Beat detected (accepted)",
          "109018"
        ],
        [
          "Beat detected (rejected)",
          "109019"
        ],
        [
          "Diastolic pressure, average",
          "109020"
        ],
        [
          "Diastolic pressure nadir",
          "109021"
        ],
        [
          "End diastole",
          "109022"
        ],
        [
          "End of expiration",
          "109023"
        ],
        [
          "End of inspiration",
          "109024"
        ],
        [
          "Max dp/dt",
          "109025"
        ],
        [
          "Max neg dp/dt",
          "109026"
        ],
        [
          "Mean blood pressure",
          "109027"
        ],
        [
          "Peak of thermal cardiac output bolus",
          "109028"
        ],
        [
          "Start of expiration",
          "109029"
        ],
        [
          "Start of inspiration",
          "109030"
        ],
        [
          "Start of thermal cardiac output bolus",
          "109031"
        ],
        [
          "Systolic pressure, average",
          "109032"
        ],
        [
          "Systolic peak pressure",
          "109033"
        ],
        [
          "V wave peak pressure",
          "109034"
        ],
        [
          "V wave pressure, average",
          "109035"
        ],
        [
          "Valve close",
          "109036"
        ],
        [
          "Valve open",
          "109037"
        ],
        [
          "Ablation off",
          "109038"
        ],
        [
          "Ablation on",
          "109039"
        ],
        [
          "HIS bundle wave",
          "109040"
        ],
        [
          "P wave",
          "109041"
        ],
        [
          "Q wave",
          "109042"
        ],
        [
          "R wave",
          "109043"
        ],
        [
          "S wave",
          "109044"
        ],
        [
          "Start of atrial contraction",
          "109045"
        ],
        [
          "Start of atrial contraction (subsequent)",
          "109046"
        ],
        [
          "Stimulation at rate 1 interval",
          "109047"
        ],
        [
          "Stimulation at rate 2 interval",
          "109048"
        ],
        [
          "Stimulation at rate 3 interval",
          "109049"
        ],
        [
          "Stimulation at rate 4 interval",
          "109050"
        ],
        [
          "T wave",
          "109051"
        ],
        [
          "V wave",
          "109052"
        ],
        [
          "V wave of next beat",
          "109053"
        ],
        [
          "Patient State",
          "109054"
        ],
        [
          "Protocol Stage",
          "109055"
        ],
        [
          "Stress Protocol",
          "109056"
        ],
        [
          "Catheterization Procedure Phase",
          "109057"
        ],
        [
          "Contrast Phase",
          "109058"
        ],
        [
          "Physiological challenges",
          "109059"
        ],
        [
          "Procedure Step Number",
          "109060"
        ],
        [
          "EP Procedure Phase",
          "109061"
        ],
        [
          "Pulse train definition",
          "109063"
        ],
        [
          "End of systole",
          "109070"
        ],
        [
          "Indicator mean transit time",
          "109071"
        ],
        [
          "Tau",
          "109072"
        ],
        [
          "V max myocardial",
          "109073"
        ],
        [
          "Real time acquisition",
          "109080"
        ],
        [
          "Prospective gating",
          "109081"
        ],
        [
          "Retrospective gating",
          "109082"
        ],
        [
          "Paced",
          "109083"
        ],
        [
          "Cardiac Stress State",
          "109091"
        ],
        [
          "Reinjection State",
          "109092"
        ],
        [
          "Redistribution State",
          "109093"
        ],
        [
          "Delayed Redistribution State",
          "109094"
        ],
        [
          "Peak stress state",
          "109095"
        ],
        [
          "Recovery state",
          "109096"
        ],
        [
          "Acquisition Equipment",
          "109101"
        ],
        [
          "Processing Equipment",
          "109102"
        ],
        [
          "Modifying Equipment",
          "109103"
        ],
        [
          "De-identifying Equipment",
          "109104"
        ],
        [
          "Frame Extracting Equipment",
          "109105"
        ],
        [
          "Enhanced Multi-frame Conversion Equipment",
          "109106"
        ],
        [
          "Voice",
          "109110"
        ],
        [
          "Operator's narrative",
          "109111"
        ],
        [
          "Ambient room environment",
          "109112"
        ],
        [
          "Doppler audio",
          "109113"
        ],
        [
          "Phonocardiogram",
          "109114"
        ],
        [
          "Physiological audio signal",
          "109115"
        ],
        [
          "Arterial Pulse Waveform",
          "109116"
        ],
        [
          "Respiration Waveform",
          "109117"
        ],
        [
          "On admission to unit",
          "109120"
        ],
        [
          "On discharge",
          "109121"
        ],
        [
          "On discharge from unit",
          "109122"
        ],
        [
          "Pre-intervention",
          "109123"
        ],
        [
          "Post-intervention",
          "109124"
        ],
        [
          "At last appointment",
          "109125"
        ],
        [
          "Joint position method",
          "109132"
        ],
        [
          "Physical force",
          "109133"
        ],
        [
          "Prior to voiding",
          "109134"
        ],
        [
          "Post voiding",
          "109135"
        ],
        [
          "Neutral musculoskeletal position",
          "109136"
        ],
        [
          "America Kennel Club",
          "109200"
        ],
        [
          "America's Pet Registry Inc.",
          "109201"
        ],
        [
          "American Canine Association",
          "109202"
        ],
        [
          "American Purebred Registry",
          "109203"
        ],
        [
          "American Rare Breed Association",
          "109204"
        ],
        [
          "Animal Registry Unlimited",
          "109205"
        ],
        [
          "Animal Research Foundation",
          "109206"
        ],
        [
          "Canadian Border Collie Association",
          "109207"
        ],
        [
          "Canadian Kennel Club",
          "109208"
        ],
        [
          "Canadian Livestock Records Association",
          "109209"
        ],
        [
          "Canine Federation of Canada",
          "109210"
        ],
        [
          "Continental Kennel Club",
          "109211"
        ],
        [
          "Dog Registry of America",
          "109212"
        ],
        [
          "Federation of International Canines",
          "109213"
        ],
        [
          "International Progressive Dog Breeders' Alliance",
          "109214"
        ],
        [
          "National Kennel Club",
          "109215"
        ],
        [
          "North American Purebred Dog Registry",
          "109216"
        ],
        [
          "United All Breed Registry",
          "109217"
        ],
        [
          "United Kennel Club",
          "109218"
        ],
        [
          "Universal Kennel Club International",
          "109219"
        ],
        [
          "Working Canine Association of Canada",
          "109220"
        ],
        [
          "World Kennel Club",
          "109221"
        ],
        [
          "World Wide Kennel Club",
          "109222"
        ],
        [
          "Overall image quality evaluation",
          "109701"
        ],
        [
          "Grayscale resolution evaluation",
          "109702"
        ],
        [
          "Luminance response evaluation",
          "109703"
        ],
        [
          "Luminance uniformity evaluation",
          "109704"
        ],
        [
          "Chromaticity evaluation",
          "109705"
        ],
        [
          "Pixel faults evaluation",
          "109706"
        ],
        [
          "Veiling glare evaluation",
          "109707"
        ],
        [
          "Geometrical image evaluation",
          "109708"
        ],
        [
          "Angular viewing evaluation",
          "109709"
        ],
        [
          "Clinical evaluation",
          "109710"
        ],
        [
          "TG18-QC Pattern",
          "109801"
        ],
        [
          "TG18-BR Pattern",
          "109802"
        ],
        [
          "TG18-PQC Pattern",
          "109803"
        ],
        [
          "TG18-CT Pattern",
          "109804"
        ],
        [
          "TG18-LN8-01 Pattern",
          "109805"
        ],
        [
          "TG18-LN8-02 Pattern",
          "109806"
        ],
        [
          "TG18-LN8-03 Pattern",
          "109807"
        ],
        [
          "TG18-LN8-04 Pattern",
          "109808"
        ],
        [
          "TG18-LN8-05 Pattern",
          "109809"
        ],
        [
          "TG18-LN8-06 Pattern",
          "109810"
        ],
        [
          "TG18-LN8-07 Pattern",
          "109811"
        ],
        [
          "TG18-LN8-08 Pattern",
          "109812"
        ],
        [
          "TG18-LN8-09 Pattern",
          "109813"
        ],
        [
          "TG18-LN8-10 Pattern",
          "109814"
        ],
        [
          "TG18-LN8-11 Pattern",
          "109815"
        ],
        [
          "TG18-LN8-12 Pattern",
          "109816"
        ],
        [
          "TG18-LN8-13 Pattern",
          "109817"
        ],
        [
          "TG18-LN8-14 Pattern",
          "109818"
        ],
        [
          "TG18-LN8-15 Pattern",
          "109819"
        ],
        [
          "TG18-LN8-16 Pattern",
          "109820"
        ],
        [
          "TG18-LN8-17 Pattern",
          "109821"
        ],
        [
          "TG18-LN8-18 Pattern",
          "109822"
        ],
        [
          "TG18-LN12-01 Pattern",
          "109823"
        ],
        [
          "TG18-LN12-02 Pattern",
          "109824"
        ],
        [
          "TG18-LN12-03 Pattern",
          "109825"
        ],
        [
          "TG18-LN12-04 Pattern",
          "109826"
        ],
        [
          "TG18-LN12-05 Pattern",
          "109827"
        ],
        [
          "TG18-LN12-06 Pattern",
          "109828"
        ],
        [
          "TG18-LN12-07 Pattern",
          "109829"
        ],
        [
          "TG18-LN12-08 Pattern",
          "109830"
        ],
        [
          "TG18-LN12-09 Pattern",
          "109831"
        ],
        [
          "TG18-LN12-10 Pattern",
          "109832"
        ],
        [
          "TG18-LN12-11 Pattern",
          "109833"
        ],
        [
          "TG18-LN12-12 Pattern",
          "109834"
        ],
        [
          "TG18-LN12-13 Pattern",
          "109835"
        ],
        [
          "TG18-LN12-14 Pattern",
          "109836"
        ],
        [
          "TG18-LN12-15 Pattern",
          "109837"
        ],
        [
          "TG18-LN12-16 Pattern",
          "109838"
        ],
        [
          "TG18-LN12-17 Pattern",
          "109839"
        ],
        [
          "TG18-LN12-18 Pattern",
          "109840"
        ],
        [
          "TG18-UN10 Pattern",
          "109841"
        ],
        [
          "TG18-UN80 Pattern",
          "109842"
        ],
        [
          "TG18-UNL10 Pattern",
          "109843"
        ],
        [
          "TG18-UNL80 Pattern",
          "109844"
        ],
        [
          "TG18-AD Pattern",
          "109845"
        ],
        [
          "TG18-MP Pattern",
          "109846"
        ],
        [
          "TG18-RH10 Pattern",
          "109847"
        ],
        [
          "TG18-RH50 Pattern",
          "109848"
        ],
        [
          "TG18-RH89 Pattern",
          "109849"
        ],
        [
          "TG18-RV10 Pattern",
          "109850"
        ],
        [
          "TG18-RV50 Pattern",
          "109851"
        ],
        [
          "TG18-RV89 Pattern",
          "109852"
        ],
        [
          "TG18-PX Pattern",
          "109853"
        ],
        [
          "TG18-CX Pattern",
          "109854"
        ],
        [
          "TG18-LPH10 Pattern",
          "109855"
        ],
        [
          "TG18-LPH50 Pattern",
          "109856"
        ],
        [
          "TG18-LPH89 Pattern",
          "109857"
        ],
        [
          "TG18-LPV10 Pattern",
          "109858"
        ],
        [
          "TG18-LPV50 Pattern",
          "109859"
        ],
        [
          "TG18-LPV89 Pattern",
          "109860"
        ],
        [
          "TG18-AFC Pattern",
          "109861"
        ],
        [
          "TG18-NS10 Pattern",
          "109862"
        ],
        [
          "TG18-NS50 Pattern",
          "109863"
        ],
        [
          "TG18-NS89 Pattern",
          "109864"
        ],
        [
          "TG18-GV Pattern",
          "109865"
        ],
        [
          "TG18-GVN Pattern",
          "109866"
        ],
        [
          "TG18-GQ Pattern",
          "109867"
        ],
        [
          "TG18-GQN Pattern",
          "109868"
        ],
        [
          "TG18-GQB Pattern",
          "109869"
        ],
        [
          "TG18-GA03 Pattern",
          "109870"
        ],
        [
          "TG18-GA05 Pattern",
          "109871"
        ],
        [
          "TG18-GA08 Pattern",
          "109872"
        ],
        [
          "TG18-GA10 Pattern",
          "109873"
        ],
        [
          "TG18-GA15 Pattern",
          "109874"
        ],
        [
          "TG18-GA20 Pattern",
          "109875"
        ],
        [
          "TG18-GA25 Pattern",
          "109876"
        ],
        [
          "TG18-GA30 Pattern",
          "109877"
        ],
        [
          "TG18-CH Image",
          "109878"
        ],
        [
          "TG18-KN Image",
          "109879"
        ],
        [
          "TG18-MM1 Image",
          "109880"
        ],
        [
          "TG18-MM2 Image",
          "109881"
        ],
        [
          "OIQ Pattern",
          "109901"
        ],
        [
          "ANG Pattern",
          "109902"
        ],
        [
          "GD Pattern",
          "109903"
        ],
        [
          "BN01 Pattern",
          "109904"
        ],
        [
          "BN02 Pattern",
          "109905"
        ],
        [
          "BN03 Pattern",
          "109906"
        ],
        [
          "BN04 Pattern",
          "109907"
        ],
        [
          "BN05 Pattern",
          "109908"
        ],
        [
          "BN06 Pattern",
          "109909"
        ],
        [
          "BN07 Pattern",
          "109910"
        ],
        [
          "BN08 Pattern",
          "109911"
        ],
        [
          "BN09 Pattern",
          "109912"
        ],
        [
          "BN10 Pattern",
          "109913"
        ],
        [
          "BN11 Pattern",
          "109914"
        ],
        [
          "BN12 Pattern",
          "109915"
        ],
        [
          "BN13 Pattern",
          "109916"
        ],
        [
          "BN14 Pattern",
          "109917"
        ],
        [
          "BN15 Pattern",
          "109918"
        ],
        [
          "BN16 Pattern",
          "109919"
        ],
        [
          "BN17 Pattern",
          "109920"
        ],
        [
          "BN18 Pattern",
          "109921"
        ],
        [
          "DIN Grayscale Pattern",
          "109931"
        ],
        [
          "DIN Geometry Pattern",
          "109932"
        ],
        [
          "DIN Resolution Pattern",
          "109933"
        ],
        [
          "White Pattern",
          "109941"
        ],
        [
          "SMPTE Pattern",
          "109943"
        ],
        [
          "CRT Display",
          "109991"
        ],
        [
          "Liquid Crystal Display",
          "109992"
        ],
        [
          "Plasma Display",
          "109993"
        ],
        [
          "OLED",
          "109994"
        ],
        [
          "DLP Rear Projection System",
          "109995"
        ],
        [
          "DLP Front Projection System",
          "109996"
        ],
        [
          "CRT Rear Projection System",
          "109997"
        ],
        [
          "CRT Front Projection System",
          "109998"
        ],
        [
          "Other Projection System",
          "109999"
        ],
        [
          "Image Processing",
          "110001"
        ],
        [
          "Quality Control",
          "110002"
        ],
        [
          "Computer Aided Diagnosis",
          "110003"
        ],
        [
          "Computer Aided Detection",
          "110004"
        ],
        [
          "Interpretation",
          "110005"
        ],
        [
          "Transcription",
          "110006"
        ],
        [
          "Report Verification",
          "110007"
        ],
        [
          "Print",
          "110008"
        ],
        [
          "No subsequent Workitems",
          "110009"
        ],
        [
          "Film",
          "110010"
        ],
        [
          "Dictation",
          "110011"
        ],
        [
          "Transcription",
          "110012"
        ],
        [
          "Media Import",
          "110013"
        ],
        [
          "Sheet Film Digitized",
          "110020"
        ],
        [
          "Cine Film Digitized",
          "110021"
        ],
        [
          "Video Tape Digitized",
          "110022"
        ],
        [
          "Paper Digitized",
          "110023"
        ],
        [
          "CD Imported",
          "110024"
        ],
        [
          "DVD Imported",
          "110025"
        ],
        [
          "MOD Imported",
          "110026"
        ],
        [
          "Studies Imported",
          "110027"
        ],
        [
          "Instances Imported",
          "110028"
        ],
        [
          "USB Disk Emulation",
          "110030"
        ],
        [
          "Email",
          "110031"
        ],
        [
          "CD",
          "110032"
        ],
        [
          "DVD",
          "110033"
        ],
        [
          "Compact Flash",
          "110034"
        ],
        [
          "Multi-media Card",
          "110035"
        ],
        [
          "Secure Digital Card",
          "110036"
        ],
        [
          "URI",
          "110037"
        ],
        [
          "Paper Document",
          "110038"
        ],
        [
          "Application Activity",
          "110100"
        ],
        [
          "Audit Log Used",
          "110101"
        ],
        [
          "Begin Transferring DICOM Instances",
          "110102"
        ],
        [
          "DICOM Instances Accessed",
          "110103"
        ],
        [
          "DICOM Instances Transferred",
          "110104"
        ],
        [
          "DICOM Study Deleted",
          "110105"
        ],
        [
          "Export",
          "110106"
        ],
        [
          "Import",
          "110107"
        ],
        [
          "Network Entry",
          "110108"
        ],
        [
          "Order Record",
          "110109"
        ],
        [
          "Patient Record",
          "110110"
        ],
        [
          "Procedure Record",
          "110111"
        ],
        [
          "Query",
          "110112"
        ],
        [
          "Security Alert",
          "110113"
        ],
        [
          "User Authentication",
          "110114"
        ],
        [
          "Application Start",
          "110120"
        ],
        [
          "Application Stop",
          "110121"
        ],
        [
          "Login",
          "110122"
        ],
        [
          "Logout",
          "110123"
        ],
        [
          "Attach",
          "110124"
        ],
        [
          "Detach",
          "110125"
        ],
        [
          "Node Authentication",
          "110126"
        ],
        [
          "Emergency Override Started",
          "110127"
        ],
        [
          "Network Configuration",
          "110128"
        ],
        [
          "Security Configuration",
          "110129"
        ],
        [
          "Hardware Configuration",
          "110130"
        ],
        [
          "Software Configuration",
          "110131"
        ],
        [
          "Use of Restricted Function",
          "110132"
        ],
        [
          "Audit Recording Stopped",
          "110133"
        ],
        [
          "Audit Recording Started",
          "110134"
        ],
        [
          "Object Security Attributes Changed",
          "110135"
        ],
        [
          "Security Roles Changed",
          "110136"
        ],
        [
          "User security Attributes Changed",
          "110137"
        ],
        [
          "Emergency Override Stopped",
          "110138"
        ],
        [
          "Remote Service Operation Started",
          "110139"
        ],
        [
          "Remote Service Operation Stopped",
          "110140"
        ],
        [
          "Local Service Operation Started",
          "110141"
        ],
        [
          "Local Service Operation Stopped",
          "110142"
        ],
        [
          "Application",
          "110150"
        ],
        [
          "Application Launcher",
          "110151"
        ],
        [
          "Destination Role ID",
          "110152"
        ],
        [
          "Source Role ID",
          "110153"
        ],
        [
          "Destination Media",
          "110154"
        ],
        [
          "Source Media",
          "110155"
        ],
        [
          "Study Instance UID",
          "110180"
        ],
        [
          "SOP Class UID",
          "110181"
        ],
        [
          "Node ID",
          "110182"
        ],
        [
          "Issuer of Identifier",
          "110190"
        ],
        [
          "Doctor canceled procedure",
          "110500"
        ],
        [
          "Equipment failure",
          "110501"
        ],
        [
          "Incorrect procedure ordered",
          "110502"
        ],
        [
          "Patient allergic to media/contrast",
          "110503"
        ],
        [
          "Patient died",
          "110504"
        ],
        [
          "Patient refused to continue procedure",
          "110505"
        ],
        [
          "Patient taken for treatment or surgery",
          "110506"
        ],
        [
          "Patient did not arrive",
          "110507"
        ],
        [
          "Patient pregnant",
          "110508"
        ],
        [
          "Change of procedure for correct charging",
          "110509"
        ],
        [
          "Duplicate order",
          "110510"
        ],
        [
          "Nursing unit cancel",
          "110511"
        ],
        [
          "Incorrect side ordered",
          "110512"
        ],
        [
          "Discontinued for unspecified reason",
          "110513"
        ],
        [
          "Incorrect worklist entry selected",
          "110514"
        ],
        [
          "Patient condition prevented continuing",
          "110515"
        ],
        [
          "Equipment change",
          "110516"
        ],
        [
          "Patient Movement",
          "110518"
        ],
        [
          "Operator Error",
          "110519"
        ],
        [
          "Objects incorrectly formatted",
          "110521"
        ],
        [
          "Object Types not supported",
          "110522"
        ],
        [
          "Object Set incomplete",
          "110523"
        ],
        [
          "Media Failure",
          "110524"
        ],
        [
          "Resource pre-empted",
          "110526"
        ],
        [
          "Resource inadequate",
          "110527"
        ],
        [
          "Discontinued Procedure Step rescheduled",
          "110528"
        ],
        [
          "Discontinued Procedure Step rescheduling recommended",
          "110529"
        ],
        [
          "Ventral Diencephalon",
          "110700"
        ],
        [
          "White Matter T1 Hypointensity",
          "110701"
        ],
        [
          "White Matter T2 Hyperintensity",
          "110702"
        ],
        [
          "superior longitudinal fasciculus I",
          "110703"
        ],
        [
          "superior longitudinal fasciculus II",
          "110704"
        ],
        [
          "superior longitudinal fasciculus III",
          "110705"
        ],
        [
          "Perilesional White Matter",
          "110706"
        ],
        [
          "Spin Tagging Perfusion MR Signal Intensity",
          "110800"
        ],
        [
          "Contrast Agent Angio MR Signal Intensity",
          "110801"
        ],
        [
          "Time Of Flight Angio MR Signal Intensity",
          "110802"
        ],
        [
          "Proton Density Weighted MR Signal Intensity",
          "110803"
        ],
        [
          "T1 Weighted MR Signal Intensity",
          "110804"
        ],
        [
          "T2 Weighted MR Signal Intensity",
          "110805"
        ],
        [
          "T2* Weighted MR Signal Intensity",
          "110806"
        ],
        [
          "Field Map MR Signal Intensity",
          "110807"
        ],
        [
          "Fractional Anisotropy",
          "110808"
        ],
        [
          "Relative Anisotropy",
          "110809"
        ],
        [
          "Volumetric Diffusion Dxx Component",
          "110810"
        ],
        [
          "Volumetric Diffusion Dxy Component",
          "110811"
        ],
        [
          "Volumetric Diffusion Dxz Component",
          "110812"
        ],
        [
          "Volumetric Diffusion Dyy Component",
          "110813"
        ],
        [
          "Volumetric Diffusion Dyz Component",
          "110814"
        ],
        [
          "Volumetric Diffusion Dzz Component",
          "110815"
        ],
        [
          "T1 Weighted Dynamic Contrast Enhanced MR Signal Intensity",
          "110816"
        ],
        [
          "T2 Weighted Dynamic Contrast Enhanced MR Signal Intensity",
          "110817"
        ],
        [
          "T2* Weighted Dynamic Contrast Enhanced MR Signal Intensity",
          "110818"
        ],
        [
          "Blood Oxygenation Level",
          "110819"
        ],
        [
          "Nuclear Medicine Projection Activity",
          "110820"
        ],
        [
          "Nuclear Medicine Tomographic Activity",
          "110821"
        ],
        [
          "Spatial Displacement X Component",
          "110822"
        ],
        [
          "Spatial Displacement Y Component",
          "110823"
        ],
        [
          "Spatial Displacement Z Component",
          "110824"
        ],
        [
          "Hemodynamic Resistance",
          "110825"
        ],
        [
          "Indexed Hemodynamic Resistance",
          "110826"
        ],
        [
          "Tissue Velocity",
          "110827"
        ],
        [
          "Flow Velocity",
          "110828"
        ],
        [
          "Flow Variance",
          "110829"
        ],
        [
          "Elasticity",
          "110830"
        ],
        [
          "Perfusion",
          "110831"
        ],
        [
          "Speed of sound",
          "110832"
        ],
        [
          "Ultrasound Attenuation",
          "110833"
        ],
        [
          "RGB R Component",
          "110834"
        ],
        [
          "RGB G Component",
          "110835"
        ],
        [
          "RGB B Component",
          "110836"
        ],
        [
          "YBR FULL Y Component",
          "110837"
        ],
        [
          "YBR FULL CB Component",
          "110838"
        ],
        [
          "YBR FULL CR Component",
          "110839"
        ],
        [
          "YBR PARTIAL Y Component",
          "110840"
        ],
        [
          "YBR PARTIAL CB Component",
          "110841"
        ],
        [
          "YBR PARTIAL CR Component",
          "110842"
        ],
        [
          "YBR ICT Y Component",
          "110843"
        ],
        [
          "YBR ICT CB Component",
          "110844"
        ],
        [
          "YBR ICT CR Component",
          "110845"
        ],
        [
          "YBR RCT Y Component",
          "110846"
        ],
        [
          "YBR RCT CB Component",
          "110847"
        ],
        [
          "YBR RCT CR Component",
          "110848"
        ],
        [
          "Echogenicity",
          "110849"
        ],
        [
          "X-Ray Attenuation",
          "110850"
        ],
        [
          "X-Ray Attenuation Coefficient",
          "110851"
        ],
        [
          "MR signal intensity",
          "110852"
        ],
        [
          "Binary Segmentation",
          "110853"
        ],
        [
          "Fractional Probabilistic Segmentation",
          "110854"
        ],
        [
          "Fractional Occupancy Segmentation",
          "110855"
        ],
        [
          "Linear Displacement",
          "110856"
        ],
        [
          "Photon Energy",
          "110857"
        ],
        [
          "Time",
          "110858"
        ],
        [
          "Angle",
          "110859"
        ],
        [
          "Left-Right Axis",
          "110860"
        ],
        [
          "Head-Foot Axis",
          "110861"
        ],
        [
          "Anterior-Posterior Axis",
          "110862"
        ],
        [
          "Apex-Base Axis",
          "110863"
        ],
        [
          "Anterior-Inferior Axis",
          "110864"
        ],
        [
          "Septum-Wall Axis",
          "110865"
        ],
        [
          "Right To Left",
          "110866"
        ],
        [
          "Left To Right",
          "110867"
        ],
        [
          "Head To Foot",
          "110868"
        ],
        [
          "Foot To Head",
          "110869"
        ],
        [
          "Anterior To Posterior",
          "110870"
        ],
        [
          "Posterior To Anterior",
          "110871"
        ],
        [
          "Apex To Base",
          "110872"
        ],
        [
          "Base To Apex",
          "110873"
        ],
        [
          "Anterior To Inferior",
          "110874"
        ],
        [
          "Inferior To Anterior",
          "110875"
        ],
        [
          "Septum To Wall",
          "110876"
        ],
        [
          "Wall To Septum",
          "110877"
        ],
        [
          "Image Position (Patient) X",
          "110901"
        ],
        [
          "Image Position (Patient) Y",
          "110902"
        ],
        [
          "Image Position (Patient) Z",
          "110903"
        ],
        [
          "Image Orientation (Patient) Row X",
          "110904"
        ],
        [
          "Image Orientation (Patient) Row Y",
          "110905"
        ],
        [
          "Image Orientation (Patient) Row Z",
          "110906"
        ],
        [
          "Image Orientation (Patient) Column X",
          "110907"
        ],
        [
          "Image Orientation (Patient) Column Y",
          "110908"
        ],
        [
          "Image Orientation (Patient) Column Z",
          "110909"
        ],
        [
          "Pixel Data Rows",
          "110910"
        ],
        [
          "Pixel Data Columns",
          "110911"
        ],
        [
          "Algorithm Name",
          "111001"
        ],
        [
          "Algorithm Parameters",
          "111002"
        ],
        [
          "Algorithm Version",
          "111003"
        ],
        [
          "Analysis Performed",
          "111004"
        ],
        [
          "Assessment Category",
          "111005"
        ],
        [
          "Breast composition",
          "111006"
        ],
        [
          "Breast Outline including Pectoral Muscle Tissue",
          "111007"
        ],
        [
          "Calcification Distribution",
          "111008"
        ],
        [
          "Calcification Type",
          "111009"
        ],
        [
          "Center",
          "111010"
        ],
        [
          "Certainty of Feature",
          "111011"
        ],
        [
          "Certainty of Finding",
          "111012"
        ],
        [
          "Certainty of Impression",
          "111013"
        ],
        [
          "Clockface or region",
          "111014"
        ],
        [
          "Composite Feature",
          "111015"
        ],
        [
          "Composite type",
          "111016"
        ],
        [
          "CAD Processing and Findings Summary",
          "111017"
        ],
        [
          "Content Date",
          "111018"
        ],
        [
          "Content Time",
          "111019"
        ],
        [
          "Depth",
          "111020"
        ],
        [
          "Description of Change",
          "111021"
        ],
        [
          "Detection Performed",
          "111022"
        ],
        [
          "Differential Diagnosis/Impression",
          "111023"
        ],
        [
          "Failed Analyses",
          "111024"
        ],
        [
          "Failed Detections",
          "111025"
        ],
        [
          "Horizontal Pixel Spacing",
          "111026"
        ],
        [
          "Image Laterality",
          "111027"
        ],
        [
          "Image Library",
          "111028"
        ],
        [
          "Image Quality Rating",
          "111029"
        ],
        [
          "Image Region",
          "111030"
        ],
        [
          "Image View",
          "111031"
        ],
        [
          "Image View Modifier",
          "111032"
        ],
        [
          "Impression Description",
          "111033"
        ],
        [
          "Individual Impression/Recommendation",
          "111034"
        ],
        [
          "Lesion Density",
          "111035"
        ],
        [
          "Mammography CAD Report",
          "111036"
        ],
        [
          "Margins",
          "111037"
        ],
        [
          "Number of calcifications",
          "111038"
        ],
        [
          "Object type",
          "111039"
        ],
        [
          "Original Source",
          "111040"
        ],
        [
          "Outline",
          "111041"
        ],
        [
          "Pathology",
          "111042"
        ],
        [
          "Patient Orientation Column",
          "111043"
        ],
        [
          "Patient Orientation Row",
          "111044"
        ],
        [
          "Pectoral Muscle Outline",
          "111045"
        ],
        [
          "Percent Fibroglandular Tissue",
          "111046"
        ],
        [
          "Probability of cancer",
          "111047"
        ],
        [
          "Quadrant location",
          "111048"
        ],
        [
          "Qualitative Difference",
          "111049"
        ],
        [
          "Quality Assessment",
          "111050"
        ],
        [
          "Quality Control Standard",
          "111051"
        ],
        [
          "Quality Finding",
          "111052"
        ],
        [
          "Recommended Follow-up",
          "111053"
        ],
        [
          "Recommended Follow-up Date",
          "111054"
        ],
        [
          "Recommended Follow-up Interval",
          "111055"
        ],
        [
          "Rendering Intent",
          "111056"
        ],
        [
          "Scope of Feature",
          "111057"
        ],
        [
          "Selected Region Description",
          "111058"
        ],
        [
          "Single Image Finding",
          "111059"
        ],
        [
          "Study Date",
          "111060"
        ],
        [
          "Study Time",
          "111061"
        ],
        [
          "Successful Analyses",
          "111062"
        ],
        [
          "Successful Detections",
          "111063"
        ],
        [
          "Summary of Detections",
          "111064"
        ],
        [
          "Summary of Analyses",
          "111065"
        ],
        [
          "Vertical Pixel Spacing",
          "111066"
        ],
        [
          "Crosstable",
          "111069"
        ],
        [
          "CAD Operating Point",
          "111071"
        ],
        [
          "Maximum CAD Operating Point",
          "111072"
        ],
        [
          "CAD Operating Point Description",
          "111081"
        ],
        [
          "False Markers per Image",
          "111086"
        ],
        [
          "False Markers per Case",
          "111087"
        ],
        [
          "Case Sensitivity",
          "111088"
        ],
        [
          "Lesion Sensitivity",
          "111089"
        ],
        [
          "Case Specificity",
          "111090"
        ],
        [
          "Image Specificity",
          "111091"
        ],
        [
          "Recommended CAD Operating Point",
          "111092"
        ],
        [
          "CAD Operating Point Table",
          "111093"
        ],
        [
          "Selected region",
          "111099"
        ],
        [
          "Breast geometry",
          "111100"
        ],
        [
          "Image Quality",
          "111101"
        ],
        [
          "Non-lesion",
          "111102"
        ],
        [
          "Density",
          "111103"
        ],
        [
          "Individual Calcification",
          "111104"
        ],
        [
          "Calcification Cluster",
          "111105"
        ],
        [
          "Cooper's ligament changes",
          "111111"
        ],
        [
          "Mass in the skin",
          "111112"
        ],
        [
          "Mass on the skin",
          "111113"
        ],
        [
          "Post Procedure Mammograms for Marker Placement",
          "111120"
        ],
        [
          "Follow-up post biopsy as directed by clinician",
          "111121"
        ],
        [
          "Known biopsy proven malignancy - take appropriate action",
          "111122"
        ],
        [
          "Marker placement",
          "111123"
        ],
        [
          "Personal history of breast cancer with mastectomy",
          "111124"
        ],
        [
          "Known biopsy proven malignancy",
          "111125"
        ],
        [
          "Image detected mass",
          "111126"
        ],
        [
          "Targeted",
          "111127"
        ],
        [
          "Survey",
          "111128"
        ],
        [
          "Clustered microcysts",
          "111129"
        ],
        [
          "Complicated cyst",
          "111130"
        ],
        [
          "Additional projections",
          "111135"
        ],
        [
          "Spot magnification view(s)",
          "111136"
        ],
        [
          "Ultrasound",
          "111137"
        ],
        [
          "Old films for comparison",
          "111138"
        ],
        [
          "Ductography",
          "111139"
        ],
        [
          "Normal interval follow-up",
          "111140"
        ],
        [
          "Any decision to biopsy should be based on clinical assessment",
          "111141"
        ],
        [
          "Follow-up at short interval (1-11 months)",
          "111142"
        ],
        [
          "Biopsy should be considered",
          "111143"
        ],
        [
          "Needle localization and biopsy",
          "111144"
        ],
        [
          "Histology using core biopsy",
          "111145"
        ],
        [
          "Suggestive of malignancy - take appropriate action",
          "111146"
        ],
        [
          "Cytologic analysis",
          "111147"
        ],
        [
          "Biopsy should be strongly considered",
          "111148"
        ],
        [
          "Highly suggestive of malignancy - take appropriate action",
          "111149"
        ],
        [
          "Presentation Required: Rendering device is expected to present",
          "111150"
        ],
        [
          "Presentation Optional: Rendering device may present",
          "111151"
        ],
        [
          "Not for Presentation: Rendering device expected not to present",
          "111152"
        ],
        [
          "Target content items are related temporally",
          "111153"
        ],
        [
          "Target content items are related spatially",
          "111154"
        ],
        [
          "Target content items are related contra-laterally",
          "111155"
        ],
        [
          "Feature detected on the only image",
          "111156"
        ],
        [
          "Feature detected on only one of the images",
          "111157"
        ],
        [
          "Feature detected on multiple images",
          "111158"
        ],
        [
          "Feature detected on images from multiple modalities",
          "111159"
        ],
        [
          "Scar tissue",
          "111168"
        ],
        [
          "J Wire",
          "111170"
        ],
        [
          "Pacemaker",
          "111171"
        ],
        [
          "Paddle",
          "111172"
        ],
        [
          "Collimator",
          "111173"
        ],
        [
          "ID Plate",
          "111174"
        ],
        [
          "Other Marker",
          "111175"
        ],
        [
          "Unspecified",
          "111176"
        ],
        [
          "View and Laterality Marker is missing",
          "111177"
        ],
        [
          "View and Laterality Marker does not have both view and laterality",
          "111178"
        ],
        [
          "View and Laterality Marker does not have approved codes",
          "111179"
        ],
        [
          "View and Laterality Marker is not near the axilla",
          "111180"
        ],
        [
          "View and Laterality Marker overlaps breast tissue",
          "111181"
        ],
        [
          "View and Laterality Marker is partially obscured",
          "111182"
        ],
        [
          "View and Laterality Marker is incorrect",
          "111183"
        ],
        [
          "View and Laterality Marker is off image",
          "111184"
        ],
        [
          "Flash is not near edge of film",
          "111185"
        ],
        [
          "Flash is illigible, does not fit, or is lopsided",
          "111186"
        ],
        [
          "Flash doesn't include patient name and additional patient id",
          "111187"
        ],
        [
          "Flash doesn't include date of examination",
          "111188"
        ],
        [
          "Flash doesn't include facility name and location",
          "111189"
        ],
        [
          "Flash doesn't include technologist identification",
          "111190"
        ],
        [
          "Flash doesn't include cassette/screen/detector identification",
          "111191"
        ],
        [
          "Flash doesn't include mammography unit identification",
          "111192"
        ],
        [
          "Date sticker is missing",
          "111193"
        ],
        [
          "Technical factors missing",
          "111194"
        ],
        [
          "Collimation too close to breast",
          "111195"
        ],
        [
          "Inadequate compression",
          "111196"
        ],
        [
          "MLO Insufficient pectoral muscle",
          "111197"
        ],
        [
          "MLO No fat is visualized posterior to fibroglandular tissues",
          "111198"
        ],
        [
          "MLO Poor separation of deep and superficial breast tissues",
          "111199"
        ],
        [
          "MLO Evidence of motion blur",
          "111200"
        ],
        [
          "MLO Inframammary fold is not open",
          "111201"
        ],
        [
          "CC Not all medial tissue visualized",
          "111202"
        ],
        [
          "CC Nipple not centered on image",
          "111203"
        ],
        [
          "CC Posterior nipple line does not measure within 1 cm of MLO",
          "111204"
        ],
        [
          "Nipple not in profile",
          "111205"
        ],
        [
          "Insufficient implant displacement incorrect",
          "111206"
        ],
        [
          "Image artifact(s)",
          "111207"
        ],
        [
          "Grid artifact(s)",
          "111208"
        ],
        [
          "Positioning",
          "111209"
        ],
        [
          "Motion blur",
          "111210"
        ],
        [
          "Under exposed",
          "111211"
        ],
        [
          "Over exposed",
          "111212"
        ],
        [
          "No image",
          "111213"
        ],
        [
          "Detector artifact(s)",
          "111214"
        ],
        [
          "Artifact(s) other than grid or detector artifact",
          "111215"
        ],
        [
          "Mechanical failure",
          "111216"
        ],
        [
          "Electrical failure",
          "111217"
        ],
        [
          "Software failure",
          "111218"
        ],
        [
          "Inappropriate image processing",
          "111219"
        ],
        [
          "Other failure",
          "111220"
        ],
        [
          "Unknown failure",
          "111221"
        ],
        [
          "Succeeded",
          "111222"
        ],
        [
          "Partially Succeeded",
          "111223"
        ],
        [
          "Failed",
          "111224"
        ],
        [
          "Not Attempted",
          "111225"
        ],
        [
          "Individual Impression / Recommendation Analysis",
          "111233"
        ],
        [
          "Overall Impression / Recommendation Analysis",
          "111234"
        ],
        [
          "Unusable - Quality renders image unusable",
          "111235"
        ],
        [
          "Usable - Does not meet the quality control standard",
          "111236"
        ],
        [
          "Usable - Meets the quality control standard",
          "111237"
        ],
        [
          "Mammography Quality Control Manual 1999, ACR",
          "111238"
        ],
        [
          "Title 21 CFR Section 900, Subpart B",
          "111239"
        ],
        [
          "Institutionally defined quality control standard",
          "111240"
        ],
        [
          "All algorithms succeeded; without findings",
          "111241"
        ],
        [
          "All algorithms succeeded; with findings",
          "111242"
        ],
        [
          "Not all algorithms succeeded; without findings",
          "111243"
        ],
        [
          "Not all algorithms succeeded; with findings",
          "111244"
        ],
        [
          "No algorithms succeeded; without findings",
          "111245"
        ],
        [
          "Adenolipoma",
          "111248"
        ],
        [
          "Ductal hyperplasia",
          "111249"
        ],
        [
          "Adenomyoepithelioma",
          "111250"
        ],
        [
          "Normal axillary node",
          "111251"
        ],
        [
          "Axillary node with calcifications",
          "111252"
        ],
        [
          "Axillary node hyperplasia",
          "111253"
        ],
        [
          "Asynchronous involution",
          "111254"
        ],
        [
          "Benign cyst with blood",
          "111255"
        ],
        [
          "Benign Calcifications",
          "111256"
        ],
        [
          "Intracystic papilloma",
          "111257"
        ],
        [
          "Ductal adenoma",
          "111258"
        ],
        [
          "Diabetic fibrous mastopathy",
          "111259"
        ],
        [
          "Extra abdominal desmoid",
          "111260"
        ],
        [
          "Epidermal inclusion cyst",
          "111262"
        ],
        [
          "Fibroadenomatoid hyperplasia",
          "111263"
        ],
        [
          "Fibroadenolipoma",
          "111264"
        ],
        [
          "Foreign body (reaction)",
          "111265"
        ],
        [
          "Galactocele",
          "111269"
        ],
        [
          "Hemangioma - nonparenchymal, subcutaneous",
          "111271"
        ],
        [
          "Hyperplasia, usual",
          "111273"
        ],
        [
          "Juvenile papillomatosis",
          "111277"
        ],
        [
          "Lactating adenoma",
          "111278"
        ],
        [
          "Lactational change",
          "111279"
        ],
        [
          "Large duct papilloma",
          "111281"
        ],
        [
          "Myofibroblastoma",
          "111283"
        ],
        [
          "Microglandular adenosis",
          "111284"
        ],
        [
          "Multiple Intraductal Papillomas",
          "111285"
        ],
        [
          "No abnormality",
          "111286"
        ],
        [
          "Normal breast tissue",
          "111287"
        ],
        [
          "Neurofibromatosis",
          "111288"
        ],
        [
          "Oil cyst (fat necrosis cyst)",
          "111290"
        ],
        [
          "Post reduction mammoplasty",
          "111291"
        ],
        [
          "Pseudoangiomatous stromal hyperplasia",
          "111292"
        ],
        [
          "Radial scar",
          "111293"
        ],
        [
          "Sclerosing adenosis",
          "111294"
        ],
        [
          "Silicone granuloma",
          "111296"
        ],
        [
          "Nipple Characteristic",
          "111297"
        ],
        [
          "Virginal hyperplasia",
          "111298"
        ],
        [
          "Peripheral duct papillomas",
          "111299"
        ],
        [
          "Axillary node with lymphoma",
          "111300"
        ],
        [
          "Axillary nodal metastases",
          "111301"
        ],
        [
          "Angiosarcoma",
          "111302"
        ],
        [
          "Blood vessel (vascular) invasion",
          "111303"
        ],
        [
          "Carcinoma in children",
          "111304"
        ],
        [
          "Carcinoma in ectopic breast",
          "111305"
        ],
        [
          "Carcinoma with endocrine differentiation",
          "111306"
        ],
        [
          "Basal cell carcinoma of nipple",
          "111307"
        ],
        [
          "Carcinoma with metaplasia",
          "111308"
        ],
        [
          "Cartilaginous and osseous change",
          "111309"
        ],
        [
          "Carcinoma in pregnancy and lactation",
          "111310"
        ],
        [
          "Carcinosarcoma",
          "111311"
        ],
        [
          "Intraductal comedocarcinoma with necrosis",
          "111312"
        ],
        [
          "Intraductal carcinoma, low grade",
          "111313"
        ],
        [
          "Intraductal carcinoma micro-papillary",
          "111314"
        ],
        [
          "Intracystic papillary carcinoma",
          "111315"
        ],
        [
          "Invasive and in-situ carcinoma",
          "111316"
        ],
        [
          "Invasive lobular carcinoma",
          "111317"
        ],
        [
          "Leukemic infiltration",
          "111318"
        ],
        [
          "Lympathic vessel invasion",
          "111320"
        ],
        [
          "Lymphoma",
          "111321"
        ],
        [
          "Occult carcinoma presenting with axillary lymph node metastases",
          "111322"
        ],
        [
          "Metastatic cancer to the breast",
          "111323"
        ],
        [
          "Metastatic cancer to the breast from the colon",
          "111324"
        ],
        [
          "Metastatic cancer to the breast from the lung",
          "111325"
        ],
        [
          "Metastatic melanoma to the breast",
          "111326"
        ],
        [
          "Metastatic cancer to the breast from the ovary",
          "111327"
        ],
        [
          "Metastatic sarcoma to the breast",
          "111328"
        ],
        [
          "Multifocal intraductal carcinoma",
          "111329"
        ],
        [
          "Metastatic disease to axillary node",
          "111330"
        ],
        [
          "Malignant fibrous histiocytoma",
          "111331"
        ],
        [
          "Multifocal invasive ductal carcinoma",
          "111332"
        ],
        [
          "Metastasis to an intramammary lymph node",
          "111333"
        ],
        [
          "Malignant melanoma of nipple",
          "111334"
        ],
        [
          "Neoplasm of the mammary skin",
          "111335"
        ],
        [
          "Papillary carcinoma in-situ",
          "111336"
        ],
        [
          "Recurrent malignancy",
          "111338"
        ],
        [
          "Squamous cell carcinoma of the nipple",
          "111340"
        ],
        [
          "Intraductal carcinoma, high grade",
          "111341"
        ],
        [
          "Invasive cribriform carcinoma",
          "111342"
        ],
        [
          "Angular margins",
          "111343"
        ],
        [
          "Fine pleomorphic calcification",
          "111344"
        ],
        [
          "Macrocalcifications",
          "111345"
        ],
        [
          "Calcifications within a mass",
          "111346"
        ],
        [
          "Calcifications outside of a mass",
          "111347"
        ],
        [
          "Breast background echotexture",
          "111350"
        ],
        [
          "Homogeneous fat echotexture",
          "111351"
        ],
        [
          "Homogeneous fibroglandular echotexture",
          "111352"
        ],
        [
          "Heterogeneous echotexture",
          "111353"
        ],
        [
          "Orientation",
          "111354"
        ],
        [
          "Parallel",
          "111355"
        ],
        [
          "Not parallel",
          "111356"
        ],
        [
          "Lesion boundary",
          "111357"
        ],
        [
          "Abrupt interface",
          "111358"
        ],
        [
          "Echogenic halo",
          "111359"
        ],
        [
          "Echo pattern",
          "111360"
        ],
        [
          "Anechoic",
          "111361"
        ],
        [
          "Hyperechoic",
          "111362"
        ],
        [
          "Complex",
          "111363"
        ],
        [
          "Hypoechoic",
          "111364"
        ],
        [
          "Isoechoic",
          "111365"
        ],
        [
          "Posterior acoustic features",
          "111366"
        ],
        [
          "No posterior acoustic features",
          "111367"
        ],
        [
          "Posterior enhancement",
          "111368"
        ],
        [
          "Posterior shadowing",
          "111369"
        ],
        [
          "Combined posterior enhancement and shadowing",
          "111370"
        ],
        [
          "Identifiable effect on surrounding tissues",
          "111371"
        ],
        [
          "Vascularity",
          "111372"
        ],
        [
          "Vascularity not present",
          "111373"
        ],
        [
          "Vascularity not assessed",
          "111374"
        ],
        [
          "Vascularity present in lesion",
          "111375"
        ],
        [
          "Vascularity present immediately adjacent to lesion",
          "111376"
        ],
        [
          "Diffusely increased vascularity in surrounding tissue",
          "111377"
        ],
        [
          "Correlation to other Findings",
          "111380"
        ],
        [
          "Correlates to physical exam findings",
          "111381"
        ],
        [
          "Correlates to mammography findings",
          "111382"
        ],
        [
          "Correlates to MRI findings",
          "111383"
        ],
        [
          "Correlates to ultrasound findings",
          "111384"
        ],
        [
          "Correlates to other imaging findings",
          "111385"
        ],
        [
          "No correlation to other imaging findings",
          "111386"
        ],
        [
          "No correlation to clinical findings",
          "111387"
        ],
        [
          "Malignancy Type",
          "111388"
        ],
        [
          "Invasive breast carcinoma",
          "111389"
        ],
        [
          "Other malignancy type",
          "111390"
        ],
        [
          "Menstrual Cycle Phase",
          "111391"
        ],
        [
          "1st week",
          "111392"
        ],
        [
          "2nd week",
          "111393"
        ],
        [
          "3rd week",
          "111394"
        ],
        [
          "Estimated Timeframe",
          "111395"
        ],
        [
          "< 3 months ago",
          "111396"
        ],
        [
          "4 months to 1 year ago",
          "111397"
        ],
        [
          "> 1 year ago",
          "111398"
        ],
        [
          "Timeframe uncertain",
          "111399"
        ],
        [
          "Breast Imaging Report",
          "111400"
        ],
        [
          "Reason for procedure",
          "111401"
        ],
        [
          "Clinical Finding",
          "111402"
        ],
        [
          "Baseline screening mammogram",
          "111403"
        ],
        [
          "First mammogram ever",
          "111404"
        ],
        [
          "Implant type",
          "111405"
        ],
        [
          "Number of similar findings",
          "111406"
        ],
        [
          "Implant finding",
          "111407"
        ],
        [
          "Film Screen Mammography",
          "111408"
        ],
        [
          "Digital Mammography",
          "111409"
        ],
        [
          "Surgical consult",
          "111410"
        ],
        [
          "Mammography CAD",
          "111411"
        ],
        [
          "Narrative Summary",
          "111412"
        ],
        [
          "Overall Assessment",
          "111413"
        ],
        [
          "Supplementary Data",
          "111414"
        ],
        [
          "Additional evaluation requested from prior study",
          "111415"
        ],
        [
          "Follow-up at short interval from prior study",
          "111416"
        ],
        [
          "History of breast augmentation, asymptomatic",
          "111417"
        ],
        [
          "Review of an outside study",
          "111418"
        ],
        [
          "Additional evaluation requested from abnormal screening exam",
          "111419"
        ],
        [
          "History of benign breast biopsy",
          "111420"
        ],
        [
          "Personal history of breast cancer with breast conservation therapy",
          "111421"
        ],
        [
          "Physical Examination Results",
          "111423"
        ],
        [
          "Comparison to previous findings",
          "111424"
        ],
        [
          "Intraluminal filling defect",
          "111425"
        ],
        [
          "Multiple filling defect",
          "111426"
        ],
        [
          "Abrupt duct termination",
          "111427"
        ],
        [
          "Extravasation",
          "111428"
        ],
        [
          "Duct narrowing",
          "111429"
        ],
        [
          "Cyst fill",
          "111430"
        ],
        [
          "Instrument Approach",
          "111431"
        ],
        [
          "Inferolateral to superomedial",
          "111432"
        ],
        [
          "Inferomedial to superolateral",
          "111433"
        ],
        [
          "Superolateral to inferomedial",
          "111434"
        ],
        [
          "Superomedial to inferolateral",
          "111435"
        ],
        [
          "Number of passes",
          "111436"
        ],
        [
          "Number of specimens",
          "111437"
        ],
        [
          "Needle in target",
          "111438"
        ],
        [
          "Number of needles around target",
          "111439"
        ],
        [
          "Incision made",
          "111440"
        ],
        [
          "Microclip placed",
          "111441"
        ],
        [
          "Confirmation of target",
          "111442"
        ],
        [
          "Target completely contained in the specimen",
          "111443"
        ],
        [
          "Target partially obtained in the specimen",
          "111444"
        ],
        [
          "Target not in the specimen",
          "111445"
        ],
        [
          "Calcifications seen in the core",
          "111446"
        ],
        [
          "Lesion completely removed",
          "111447"
        ],
        [
          "Lesion partially removed",
          "111448"
        ],
        [
          "Fluid obtained",
          "111449"
        ],
        [
          "Light brown color",
          "111450"
        ],
        [
          "Dark red color",
          "111451"
        ],
        [
          "Dark brown color",
          "111452"
        ],
        [
          "Bright red color",
          "111453"
        ],
        [
          "Blood tinged color",
          "111454"
        ],
        [
          "Occult blood test result",
          "111455"
        ],
        [
          "Action on fluid",
          "111456"
        ],
        [
          "Sent for analysis",
          "111457"
        ],
        [
          "Discarded",
          "111458"
        ],
        [
          "Mass with calcifications",
          "111459"
        ],
        [
          "Complex cyst",
          "111460"
        ],
        [
          "Intracystic lesion",
          "111461"
        ],
        [
          "Solid mass",
          "111462"
        ],
        [
          "Supplementary Data for Intervention",
          "111463"
        ],
        [
          "Procedure Modifier",
          "111464"
        ],
        [
          "Needle Gauge",
          "111465"
        ],
        [
          "Severity of Complication",
          "111466"
        ],
        [
          "Needle Length",
          "111467"
        ],
        [
          "Pathology Results",
          "111468"
        ],
        [
          "Sampling DateTime",
          "111469"
        ],
        [
          "Uninvolved",
          "111470"
        ],
        [
          "Involved",
          "111471"
        ],
        [
          "Nipple involved",
          "111472"
        ],
        [
          "Number of nodes removed",
          "111473"
        ],
        [
          "Number of nodes positive",
          "111474"
        ],
        [
          "Estrogen receptor",
          "111475"
        ],
        [
          "Progesterone receptor",
          "111476"
        ],
        [
          "S Phase",
          "111477"
        ],
        [
          "Non-bloody discharge (from nipple)",
          "111478"
        ],
        [
          "Difficult physical/clinical examination",
          "111479"
        ],
        [
          "Cancer elsewhere",
          "111480"
        ],
        [
          "Saline implant",
          "111481"
        ],
        [
          "Polyurethane implant",
          "111482"
        ],
        [
          "Percutaneous silicone injection",
          "111483"
        ],
        [
          "Combination implant",
          "111484"
        ],
        [
          "Pre-pectoral implant",
          "111485"
        ],
        [
          "Retro-pectoral implant",
          "111486"
        ],
        [
          "Mammographic (crosshair)",
          "111487"
        ],
        [
          "Mammographic (grid)",
          "111488"
        ],
        [
          "Palpation guided",
          "111489"
        ],
        [
          "Vacuum assisted",
          "111490"
        ],
        [
          "Abnormal discharge",
          "111491"
        ],
        [
          "No complications",
          "111492"
        ],
        [
          "Stage 0",
          "111494"
        ],
        [
          "Stage I",
          "111495"
        ],
        [
          "Stage IIA",
          "111496"
        ],
        [
          "Stage IIB",
          "111497"
        ],
        [
          "Stage IIIA",
          "111498"
        ],
        [
          "Stage IIIB",
          "111499"
        ],
        [
          "Stage IIIC",
          "111500"
        ],
        [
          "Stage IV",
          "111501"
        ],
        [
          "Bloom-Richardson Grade",
          "111502"
        ],
        [
          "Normal implants",
          "111503"
        ],
        [
          "Asymmetric implants",
          "111504"
        ],
        [
          "Calcified implant",
          "111505"
        ],
        [
          "Distorted implant",
          "111506"
        ],
        [
          "Silicone-laden lymph nodes",
          "111507"
        ],
        [
          "Free silicone",
          "111508"
        ],
        [
          "Herniated implant",
          "111509"
        ],
        [
          "Explantation",
          "111510"
        ],
        [
          "Relevant Patient Information for Breast Imaging",
          "111511"
        ],
        [
          "Medication History",
          "111512"
        ],
        [
          "Relevant Previous Procedures",
          "111513"
        ],
        [
          "Relevant Indicated Problems",
          "111514"
        ],
        [
          "Relevant Risk Factors",
          "111515"
        ],
        [
          "Medication Type",
          "111516"
        ],
        [
          "Relevant Patient Information",
          "111517"
        ],
        [
          "Age when first menstrual period occurred",
          "111518"
        ],
        [
          "Age at First Full Term Pregnancy",
          "111519"
        ],
        [
          "Age at Menopause",
          "111520"
        ],
        [
          "Age when hysterectomy performed",
          "111521"
        ],
        [
          "Age when left ovary removed",
          "111522"
        ],
        [
          "Age when right ovary removed",
          "111523"
        ],
        [
          "Age Started",
          "111524"
        ],
        [
          "Age Ended",
          "111525"
        ],
        [
          "DateTime Started",
          "111526"
        ],
        [
          "DateTime Ended",
          "111527"
        ],
        [
          "Ongoing",
          "111528"
        ],
        [
          "Brand Name",
          "111529"
        ],
        [
          "Risk Factor modifier",
          "111530"
        ],
        [
          "Previous Procedure",
          "111531"
        ],
        [
          "Pregnancy Status",
          "111532"
        ],
        [
          "Indicated Problem",
          "111533"
        ],
        [
          "Role of person reporting",
          "111534"
        ],
        [
          "DateTime problem observed",
          "111535"
        ],
        [
          "DateTime of last evaluation",
          "111536"
        ],
        [
          "Family Member with Risk Factor",
          "111537"
        ],
        [
          "Age at Occurrence",
          "111538"
        ],
        [
          "Menopausal phase",
          "111539"
        ],
        [
          "Side of Family",
          "111540"
        ],
        [
          "Maternal",
          "111541"
        ],
        [
          "Unspecified gynecological hormone",
          "111542"
        ],
        [
          "Breast feeding history",
          "111543"
        ],
        [
          "Average breast feeding period",
          "111544"
        ],
        [
          "Substance Use History",
          "111545"
        ],
        [
          "Used Substance Type",
          "111546"
        ],
        [
          "Environmental Exposure History",
          "111547"
        ],
        [
          "Environmental Factor",
          "111548"
        ],
        [
          "Previous Reports",
          "111549"
        ],
        [
          "Personal breast cancer history",
          "111550"
        ],
        [
          "History of endometrial cancer",
          "111551"
        ],
        [
          "History of ovarian cancer",
          "111552"
        ],
        [
          "History of high risk lesion on previous biopsy",
          "111553"
        ],
        [
          "Post menopausal patient",
          "111554"
        ],
        [
          "Late child bearing (after 30)",
          "111555"
        ],
        [
          "BRCA1 breast cancer gene",
          "111556"
        ],
        [
          "BRCA2 breast cancer gene",
          "111557"
        ],
        [
          "BRCA3 breast cancer gene",
          "111558"
        ],
        [
          "Weak family history of breast cancer",
          "111559"
        ],
        [
          "Intermediate family history of breast cancer",
          "111560"
        ],
        [
          "Very strong family history of breast cancer",
          "111561"
        ],
        [
          "Family history of prostate cancer",
          "111562"
        ],
        [
          "Family history unknown",
          "111563"
        ],
        [
          "Nipple discharge cytology",
          "111564"
        ],
        [
          "Uterine malformations",
          "111565"
        ],
        [
          "Spontaneous Abortion",
          "111566"
        ],
        [
          "Gynecologic condition",
          "111567"
        ],
        [
          "Gynecologic surgery",
          "111568"
        ],
        [
          "Previous LBW or IUGR birth",
          "111569"
        ],
        [
          "Previous fetal malformation/syndrome",
          "111570"
        ],
        [
          "Previous RH negative or blood dyscrasia at birth",
          "111571"
        ],
        [
          "History of multiple fetuses",
          "111572"
        ],
        [
          "Current pregnancy, known or suspected malformations/syndromes",
          "111573"
        ],
        [
          "Family history, fetal malformation/syndrome",
          "111574"
        ],
        [
          "High",
          "111575"
        ],
        [
          "Medium",
          "111576"
        ],
        [
          "Low",
          "111577"
        ],
        [
          "Dose frequency",
          "111578"
        ],
        [
          "Rate of exposure",
          "111579"
        ],
        [
          "Volume of use",
          "111580"
        ],
        [
          "Relative dose amount",
          "111581"
        ],
        [
          "Relative amount of exposure",
          "111582"
        ],
        [
          "Relative amount of use",
          "111583"
        ],
        [
          "Relative dose frequency",
          "111584"
        ],
        [
          "Relative frequency of exposure",
          "111585"
        ],
        [
          "Relative frequency of use",
          "111586"
        ],
        [
          "No known exposure",
          "111587"
        ],
        [
          "Recall for technical reasons",
          "111590"
        ],
        [
          "Recall for imaging findings",
          "111591"
        ],
        [
          "Recall for patient symptoms/ clinical findings",
          "111592"
        ],
        [
          "LBW or IUGR",
          "111593"
        ],
        [
          "Green filter",
          "111601"
        ],
        [
          "Red filter",
          "111602"
        ],
        [
          "Blue filter",
          "111603"
        ],
        [
          "Yellow-green filter",
          "111604"
        ],
        [
          "Blue-green filter",
          "111605"
        ],
        [
          "Infrared filter",
          "111606"
        ],
        [
          "Polarizing filter",
          "111607"
        ],
        [
          "No filter",
          "111609"
        ],
        [
          "Field 1 for Joslin 3 field",
          "111621"
        ],
        [
          "Field 2 for Joslin 3 field",
          "111622"
        ],
        [
          "Field 3 for Joslin 3 field",
          "111623"
        ],
        [
          "Diffuse direct illumination",
          "111625"
        ],
        [
          "Scheimpflug Camera",
          "111626"
        ],
        [
          "Scotopic light",
          "111627"
        ],
        [
          "Mesopic light",
          "111628"
        ],
        [
          "Photopic light",
          "111629"
        ],
        [
          "Dynamic light",
          "111630"
        ],
        [
          "Average Glandular Dose",
          "111631"
        ],
        [
          "Anode Target Material",
          "111632"
        ],
        [
          "Compression Thickness",
          "111633"
        ],
        [
          "Half Value Layer",
          "111634"
        ],
        [
          "X-Ray Grid",
          "111635"
        ],
        [
          "Entrance Exposure at RP",
          "111636"
        ],
        [
          "Accumulated Average Glandular Dose",
          "111637"
        ],
        [
          "Patient Equivalent Thickness",
          "111638"
        ],
        [
          "Fixed grid",
          "111641"
        ],
        [
          "Focused grid",
          "111642"
        ],
        [
          "Reciprocating grid",
          "111643"
        ],
        [
          "Parallel grid",
          "111644"
        ],
        [
          "Crossed grid",
          "111645"
        ],
        [
          "No grid",
          "111646"
        ],
        [
          "Spectacle Prescription Report",
          "111671"
        ],
        [
          "Add Near",
          "111672"
        ],
        [
          "Add Intermediate",
          "111673"
        ],
        [
          "Add Other",
          "111674"
        ],
        [
          "Horizontal Prism Power",
          "111675"
        ],
        [
          "Horizontal Prism Base",
          "111676"
        ],
        [
          "Vertical Prism Power",
          "111677"
        ],
        [
          "Vertical Prism Base",
          "111678"
        ],
        [
          "Distance Pupillary Distance",
          "111679"
        ],
        [
          "Near Pupillary Distance",
          "111680"
        ],
        [
          "Autorefraction Visual Acuity",
          "111685"
        ],
        [
          "Habitual Visual Acuity",
          "111686"
        ],
        [
          "Prescription Visual Acuity",
          "111687"
        ],
        [
          "Right Eye Rx",
          "111688"
        ],
        [
          "Left Eye Rx",
          "111689"
        ],
        [
          "Macular Grid Thickness and Volume Report",
          "111690"
        ],
        [
          "Number of Images Used for Macular Measurements",
          "111691"
        ],
        [
          "Number of Samples Used per Image",
          "111692"
        ],
        [
          "Analysis Quality Rating",
          "111693"
        ],
        [
          "Image Set Quality Rating",
          "111694"
        ],
        [
          "Interfering Tears or Drops",
          "111695"
        ],
        [
          "Visual Fixation Quality During Acquisition",
          "111696"
        ],
        [
          "Visual Fixation Quality Problem",
          "111697"
        ],
        [
          "Ophthalmic Macular Grid Problem",
          "111698"
        ],
        [
          "Specimen Container Identifier",
          "111700"
        ],
        [
          "Processing type",
          "111701"
        ],
        [
          "DateTime of processing",
          "111702"
        ],
        [
          "Processing step description",
          "111703"
        ],
        [
          "Sampling Method",
          "111704"
        ],
        [
          "Parent Specimen Identifier",
          "111705"
        ],
        [
          "Issuer of Parent Specimen Identifier",
          "111706"
        ],
        [
          "Parent specimen type",
          "111707"
        ],
        [
          "Position Frame of Reference",
          "111708"
        ],
        [
          "Location of sampling site",
          "111709"
        ],
        [
          "Location of sampling site X offset",
          "111710"
        ],
        [
          "Location of sampling site Y offset",
          "111711"
        ],
        [
          "Location of sampling site Z offset",
          "111712"
        ],
        [
          "Location of Specimen",
          "111718"
        ],
        [
          "Location of Specimen X offset",
          "111719"
        ],
        [
          "Location of Specimen Y offset",
          "111720"
        ],
        [
          "Location of Specimen Z offset",
          "111721"
        ],
        [
          "Visual Marking of Specimen",
          "111723"
        ],
        [
          "Issuer of Specimen Identifier",
          "111724"
        ],
        [
          "Dissection with entire specimen submission",
          "111726"
        ],
        [
          "Dissection with representative sections submission",
          "111727"
        ],
        [
          "Specimen storage",
          "111729"
        ],
        [
          "Transmission illumination",
          "111741"
        ],
        [
          "Reflection illumination",
          "111742"
        ],
        [
          "Epifluorescence illumination",
          "111743"
        ],
        [
          "Brightfield illumination",
          "111744"
        ],
        [
          "Darkfield illumination",
          "111745"
        ],
        [
          "Oblique illumination",
          "111746"
        ],
        [
          "Phase contrast illumination",
          "111747"
        ],
        [
          "Differential interference contrast",
          "111748"
        ],
        [
          "Total internal reflection fluorescence",
          "111749"
        ],
        [
          "Ultrasound Contact",
          "111750"
        ],
        [
          "Ultrasound Immersion",
          "111751"
        ],
        [
          "Optical",
          "111752"
        ],
        [
          "Manual Keratometry",
          "111753"
        ],
        [
          "Auto Keratometry",
          "111754"
        ],
        [
          "Simulated Keratometry",
          "111755"
        ],
        [
          "Equivalent K-reading",
          "111756"
        ],
        [
          "Haigis",
          "111760"
        ],
        [
          "Haigis-L",
          "111761"
        ],
        [
          "Holladay 1",
          "111762"
        ],
        [
          "Holladay 2",
          "111763"
        ],
        [
          "Hoffer Q",
          "111764"
        ],
        [
          "Olsen",
          "111765"
        ],
        [
          "SRKII",
          "111766"
        ],
        [
          "SRK-T",
          "111767"
        ],
        [
          "ACD Constant",
          "111768"
        ],
        [
          "Haigis a0",
          "111769"
        ],
        [
          "Haigis a1",
          "111770"
        ],
        [
          "Haigis a2",
          "111771"
        ],
        [
          "Hoffer pACD Constant",
          "111772"
        ],
        [
          "Surgeon Factor",
          "111773"
        ],
        [
          "Front Of Cornea To Front Of Lens",
          "111776"
        ],
        [
          "Back Of Cornea To Front Of Lens",
          "111777"
        ],
        [
          "Single or Anterior Lens",
          "111778"
        ],
        [
          "Posterior Lens",
          "111779"
        ],
        [
          "Measurement From This Device",
          "111780"
        ],
        [
          "External Data Source",
          "111781"
        ],
        [
          "Axial Measurements SOP Instance",
          "111782"
        ],
        [
          "Refractive Measurements SOP Instance",
          "111783"
        ],
        [
          "Standard Deviation of measurements used",
          "111786"
        ],
        [
          "Signal to Noise Ratio",
          "111787"
        ],
        [
          "Spherical projection",
          "111791"
        ],
        [
          "Surface contour mapping",
          "111792"
        ],
        [
          "Visual Field 24-2 Test Pattern",
          "111800"
        ],
        [
          "Visual Field 10-2 Test Pattern",
          "111801"
        ],
        [
          "Visual Field 30-2 Test Pattern",
          "111802"
        ],
        [
          "Visual Field 60-4 Test Pattern",
          "111803"
        ],
        [
          "Visual Field Macula Test Pattern",
          "111804"
        ],
        [
          "Visual Field Central 40 Point Test Pattern",
          "111805"
        ],
        [
          "Visual Field Central 76 Point Test Pattern",
          "111806"
        ],
        [
          "Visual Field Peripheral 60 Point Test Pattern",
          "111807"
        ],
        [
          "Visual Field Full Field 81 Point Test Pattern",
          "111808"
        ],
        [
          "Visual Field Full Field 120 Point Test Pattern",
          "111809"
        ],
        [
          "Visual Field G Test Pattern",
          "111810"
        ],
        [
          "Visual Field M Test Pattern",
          "111811"
        ],
        [
          "Visual Field 07 Test Pattern",
          "111812"
        ],
        [
          "Visual Field LVC Test Pattern",
          "111813"
        ],
        [
          "Visual Field Central Test Pattern",
          "111814"
        ],
        [
          "Visual Field SITA-Standard Test Strategy",
          "111815"
        ],
        [
          "Visual Field SITA-SWAP Test Strategy",
          "111816"
        ],
        [
          "Visual Field SITA-Fast Test Strategy",
          "111817"
        ],
        [
          "Visual Field Full Threshold Test Strategy",
          "111818"
        ],
        [
          "Visual Field FastPac Test Strategy",
          "111819"
        ],
        [
          "Visual Field Full From Prior Test Strategy",
          "111820"
        ],
        [
          "Visual Field Optima Test Strategy",
          "111821"
        ],
        [
          "Visual Field Two-Zone Test Strategy",
          "111822"
        ],
        [
          "Visual Field Three-Zone Test Strategy",
          "111823"
        ],
        [
          "Visual Field Quantify-Defects Test Strategy",
          "111824"
        ],
        [
          "Visual Field TOP Test Strategy",
          "111825"
        ],
        [
          "Visual Field Dynamic Test Strategy",
          "111826"
        ],
        [
          "Visual Field Normal Test Strategy",
          "111827"
        ],
        [
          "Visual Field 1-LT Test Strategy",
          "111828"
        ],
        [
          "Visual Field 2-LT Test Strategy",
          "111829"
        ],
        [
          "Visual Field LVS Test Strategy",
          "111830"
        ],
        [
          "Visual Field GATE Test Strategy",
          "111831"
        ],
        [
          "Visual Field GATEi Test Strategy",
          "111832"
        ],
        [
          "Visual Field 2LT-Dynamic Test Strategy",
          "111833"
        ],
        [
          "Visual Field 2LT-Normal Test Strategy",
          "111834"
        ],
        [
          "Visual Field Fast Threshold Test Strategy",
          "111835"
        ],
        [
          "Visual Field CLIP Test Strategy",
          "111836"
        ],
        [
          "Visual Field CLASS Strategy",
          "111837"
        ],
        [
          "Age corrected",
          "111838"
        ],
        [
          "Threshold related",
          "111839"
        ],
        [
          "Single luminance",
          "111840"
        ],
        [
          "Foveal sensitivity related",
          "111841"
        ],
        [
          "Related to non macular sensitivity",
          "111842"
        ],
        [
          "Automated Optical",
          "111843"
        ],
        [
          "Blind Spot Monitoring",
          "111844"
        ],
        [
          "Macular Fixation Testing",
          "111845"
        ],
        [
          "Observation by Examiner",
          "111846"
        ],
        [
          "Outside normal limits",
          "111847"
        ],
        [
          "Borderline",
          "111848"
        ],
        [
          "Abnormally high sensitivity",
          "111849"
        ],
        [
          "General reduction in sensitivity",
          "111850"
        ],
        [
          "Borderline and general reduction in sensitivity",
          "111851"
        ],
        [
          "Visual Field Index",
          "111852"
        ],
        [
          "Visual Field Loss Due to Diffuse Defect",
          "111853"
        ],
        [
          "Visual Field Loss Due to Local Defect",
          "111854"
        ],
        [
          "Glaucoma Hemifield Test Analysis",
          "111855"
        ],
        [
          "Optical Fixation Measurements",
          "111856"
        ],
        [
          "Macula centered",
          "111900"
        ],
        [
          "Disc centered",
          "111901"
        ],
        [
          "Lesion centered",
          "111902"
        ],
        [
          "Disc-macula centered",
          "111903"
        ],
        [
          "Mid-peripheral-superior",
          "111904"
        ],
        [
          "Mid-peripheral-superior temporal",
          "111905"
        ],
        [
          "Mid-peripheral-temporal",
          "111906"
        ],
        [
          "Mid-peripheral-inferior temporal",
          "111907"
        ],
        [
          "Mid-peripheral-inferior",
          "111908"
        ],
        [
          "Mid-peripheral-inferior nasal",
          "111909"
        ],
        [
          "Mid-peripheral-nasal",
          "111910"
        ],
        [
          "Mid-peripheral-superior nasal",
          "111911"
        ],
        [
          "Peripheral-superior",
          "111912"
        ],
        [
          "Peripheral-superior temporal",
          "111913"
        ],
        [
          "Peripheral-temporal",
          "111914"
        ],
        [
          "Peripheral-inferior temporal",
          "111915"
        ],
        [
          "Peripheral-inferior",
          "111916"
        ],
        [
          "Peripheral-inferior nasal",
          "111917"
        ],
        [
          "Peripheral-nasal",
          "111918"
        ],
        [
          "Peripheral-superior nasal",
          "111919"
        ],
        [
          "Time domain",
          "111920"
        ],
        [
          "Spectral domain",
          "111921"
        ],
        [
          "No corneal compensation",
          "111922"
        ],
        [
          "Corneal birefringence compensation",
          "111923"
        ],
        [
          "Retinal topography",
          "111924"
        ],
        [
          "Retinal nerve fiber layer thickness",
          "111925"
        ],
        [
          "Ganglion cell complex thickness",
          "111926"
        ],
        [
          "Total retinal thickness (ILM to IS-OS)",
          "111927"
        ],
        [
          "Total retinal thickness (ILM to RPE)",
          "111928"
        ],
        [
          "Total retinal thickness (ILM to BM)",
          "111929"
        ],
        [
          "Absolute ophthalmic thickness",
          "111930"
        ],
        [
          "Thickness deviation category from normative data",
          "111931"
        ],
        [
          "Thickness deviation from normative data",
          "111932"
        ],
        [
          "Related ophthalmic thickness map",
          "111933"
        ],
        [
          "Disc-Fovea",
          "111934"
        ],
        [
          "p>5%",
          "111935"
        ],
        [
          "p<5%",
          "111936"
        ],
        [
          "p<2%",
          "111937"
        ],
        [
          "p<1%",
          "111938"
        ],
        [
          "p<0.5%",
          "111939"
        ],
        [
          "Corneal axial power map",
          "111940"
        ],
        [
          "Corneal instantaneous power map",
          "111941"
        ],
        [
          "Corneal refractive power map",
          "111942"
        ],
        [
          "Corneal elevation map",
          "111943"
        ],
        [
          "Corneal wavefront map",
          "111944"
        ],
        [
          "Elevation-based corneal tomographer",
          "111945"
        ],
        [
          "Reflection-based corneal topographer",
          "111946"
        ],
        [
          "Interferometry-based corneal tomographer",
          "111947"
        ],
        [
          "Chest CAD Report",
          "112000"
        ],
        [
          "Opacity",
          "112001"
        ],
        [
          "Series Instance UID",
          "112002"
        ],
        [
          "Associated Chest Component",
          "112003"
        ],
        [
          "Abnormal interstitial pattern",
          "112004"
        ],
        [
          "Radiographic anatomy",
          "112005"
        ],
        [
          "Distribution Descriptor",
          "112006"
        ],
        [
          "Border definition",
          "112007"
        ],
        [
          "Site involvement",
          "112008"
        ],
        [
          "Type of Content",
          "112009"
        ],
        [
          "Texture Descriptor",
          "112010"
        ],
        [
          "Positioner Primary Angle",
          "112011"
        ],
        [
          "Positioner Secondary Angle",
          "112012"
        ],
        [
          "Location in Chest",
          "112013"
        ],
        [
          "Orientation Descriptor",
          "112014"
        ],
        [
          "Border shape",
          "112015"
        ],
        [
          "Baseline Category",
          "112016"
        ],
        [
          "Cavity extent as percent of volume",
          "112017"
        ],
        [
          "Calcification extent as percent of surface",
          "112018"
        ],
        [
          "Calcification extent as percent of volume",
          "112019"
        ],
        [
          "Response Evaluation",
          "112020"
        ],
        [
          "Response Evaluation Method",
          "112021"
        ],
        [
          "RECIST",
          "112022"
        ],
        [
          "Composite Feature Modifier",
          "112023"
        ],
        [
          "Single Image Finding Modifier",
          "112024"
        ],
        [
          "Size Descriptor",
          "112025"
        ],
        [
          "Width Descriptor",
          "112026"
        ],
        [
          "Opacity Descriptor",
          "112027"
        ],
        [
          "Abnormal Distribution of Anatomic Structure",
          "112028"
        ],
        [
          "WHO",
          "112029"
        ],
        [
          "Calcification Descriptor",
          "112030"
        ],
        [
          "Attenuation Coefficient",
          "112031"
        ],
        [
          "Threshold Attenuation Coefficient",
          "112032"
        ],
        [
          "Abnormal opacity",
          "112033"
        ],
        [
          "Calculation Description",
          "112034"
        ],
        [
          "Performance of Pediatric and Adult Chest Radiography, ACR",
          "112035"
        ],
        [
          "ACR Position Statement",
          "112036"
        ],
        [
          "Non-lesion Modifier",
          "112037"
        ],
        [
          "Osseous Modifier",
          "112038"
        ],
        [
          "Tracking Identifier",
          "112039"
        ],
        [
          "Tracking Unique Identifier",
          "112040"
        ],
        [
          "Target Lesion Complete Response",
          "112041"
        ],
        [
          "Target Lesion Partial Response",
          "112042"
        ],
        [
          "Target Lesion Progressive Disease",
          "112043"
        ],
        [
          "Target Lesion Stable Disease",
          "112044"
        ],
        [
          "Non-Target Lesion Complete Response",
          "112045"
        ],
        [
          "Non-Target Lesion Incomplete Response or Stable Disease",
          "112046"
        ],
        [
          "Non-Target Lesion Progressive Disease",
          "112047"
        ],
        [
          "Current Response",
          "112048"
        ],
        [
          "Best Overall Response",
          "112049"
        ],
        [
          "Anatomic Identifier",
          "112050"
        ],
        [
          "Measurement of Response",
          "112051"
        ],
        [
          "Bronchovascular",
          "112052"
        ],
        [
          "Osseous",
          "112053"
        ],
        [
          "Secondary pulmonary lobule",
          "112054"
        ],
        [
          "Agatston scoring method",
          "112055"
        ],
        [
          "Volume scoring method",
          "112056"
        ],
        [
          "Mass scoring method",
          "112057"
        ],
        [
          "Calcium score",
          "112058"
        ],
        [
          "Primary complex",
          "112059"
        ],
        [
          "Oligemia",
          "112060"
        ],
        [
          "Abnormal lines (1D)",
          "112061"
        ],
        [
          "Abnormal lucency",
          "112062"
        ],
        [
          "Abnormal calcifications",
          "112063"
        ],
        [
          "Abnormal texture",
          "112064"
        ],
        [
          "Reticulonodular pattern",
          "112065"
        ],
        [
          "Beaded septum sign",
          "112066"
        ],
        [
          "Nodular pattern",
          "112067"
        ],
        [
          "Pseudoplaque",
          "112068"
        ],
        [
          "Signet-ring sign",
          "112069"
        ],
        [
          "Air bronchiologram",
          "112070"
        ],
        [
          "Air bronchogram",
          "112071"
        ],
        [
          "Air crescent",
          "112072"
        ],
        [
          "Halo sign",
          "112073"
        ],
        [
          "Target Lesion at Baseline",
          "112074"
        ],
        [
          "Non-Target Lesion at Baseline",
          "112075"
        ],
        [
          "Non-Lesion at Baseline",
          "112076"
        ],
        [
          "Vasoconstriction",
          "112077"
        ],
        [
          "Vasodilation",
          "112078"
        ],
        [
          "Architectural distortion",
          "112079"
        ],
        [
          "Mosaic perfusion",
          "112080"
        ],
        [
          "Pleonemia",
          "112081"
        ],
        [
          "Interface",
          "112082"
        ],
        [
          "Line",
          "112083"
        ],
        [
          "Lucency",
          "112084"
        ],
        [
          "Midlung window",
          "112085"
        ],
        [
          "Carina angle",
          "112086"
        ],
        [
          "Centrilobular structures",
          "112087"
        ],
        [
          "Anterior junction line",
          "112088"
        ],
        [
          "Posterior junction line",
          "112089"
        ],
        [
          "Azygoesophageal recess interface",
          "112090"
        ],
        [
          "Paraspinal line",
          "112091"
        ],
        [
          "Posterior tracheal stripe",
          "112092"
        ],
        [
          "Right tracheal stripe",
          "112093"
        ],
        [
          "Stripe",
          "112094"
        ],
        [
          "Hiatus",
          "112095"
        ],
        [
          "Rib Scalene Tubercle",
          "112096"
        ],
        [
          "Vertebral Intervertebral Notch",
          "112097"
        ],
        [
          "Subscapular Fossa",
          "112098"
        ],
        [
          "Scapular Spine",
          "112099"
        ],
        [
          "Scapular Supraspinatus Fossa",
          "112100"
        ],
        [
          "Scapular Infraspinatus Fossa",
          "112101"
        ],
        [
          "Aortic knob",
          "112102"
        ],
        [
          "Arch of the Azygos vein",
          "112103"
        ],
        [
          "Air-fluid level",
          "112104"
        ],
        [
          "Corona radiata",
          "112105"
        ],
        [
          "Honeycomb pattern",
          "112106"
        ],
        [
          "Fleischner's line(s)",
          "112107"
        ],
        [
          "Intralobular lines",
          "112108"
        ],
        [
          "Kerley A line",
          "112109"
        ],
        [
          "Kerley B line",
          "112110"
        ],
        [
          "Kerley C lines",
          "112111"
        ],
        [
          "Parenchymal band",
          "112112"
        ],
        [
          "Reticular pattern",
          "112113"
        ],
        [
          "Septal line(s)",
          "112114"
        ],
        [
          "Subpleural line",
          "112115"
        ],
        [
          "Tramline shadow",
          "112116"
        ],
        [
          "Tubular shadow",
          "112117"
        ],
        [
          "Density",
          "112118"
        ],
        [
          "Dependent opacity",
          "112119"
        ],
        [
          "Ground glass opacity",
          "112120"
        ],
        [
          "Infiltrate",
          "112121"
        ],
        [
          "Micronodule",
          "112122"
        ],
        [
          "Phantom tumor (pseudotumor)",
          "112123"
        ],
        [
          "Shadow",
          "112124"
        ],
        [
          "Small irregular opacities",
          "112125"
        ],
        [
          "Small rounded opacities",
          "112126"
        ],
        [
          "Tree-in-bud sign",
          "112127"
        ],
        [
          "Granular pattern",
          "112128"
        ],
        [
          "Miliary pattern",
          "112129"
        ],
        [
          "Mosaic pattern",
          "112130"
        ],
        [
          "Extremely small",
          "112131"
        ],
        [
          "Very small",
          "112132"
        ],
        [
          "Too small",
          "112133"
        ],
        [
          "Elliptic",
          "112134"
        ],
        [
          "Lobulated",
          "112135"
        ],
        [
          "Spiculated",
          "112136"
        ],
        [
          "Sharply defined",
          "112137"
        ],
        [
          "Distinctly defined",
          "112138"
        ],
        [
          "Well demarcated",
          "112139"
        ],
        [
          "Sharply demarcated",
          "112140"
        ],
        [
          "Poorly demarcated",
          "112141"
        ],
        [
          "Circumscribed",
          "112142"
        ],
        [
          "Air",
          "112143"
        ],
        [
          "Soft tissue",
          "112144"
        ],
        [
          "Calcium",
          "112145"
        ],
        [
          "Acinar",
          "112146"
        ],
        [
          "Air space",
          "112147"
        ],
        [
          "Fibronodular",
          "112148"
        ],
        [
          "Fluffy",
          "112149"
        ],
        [
          "Linear",
          "112150"
        ],
        [
          "Profusion",
          "112151"
        ],
        [
          "Silhouette sign",
          "112152"
        ],
        [
          "Subpleural",
          "112153"
        ],
        [
          "Bat's wing distribution",
          "112154"
        ],
        [
          "Butterfly distribution",
          "112155"
        ],
        [
          "Centrilobular",
          "112156"
        ],
        [
          "Coalescent",
          "112157"
        ],
        [
          "Lobar",
          "112158"
        ],
        [
          "Hyper-acute",
          "112159"
        ],
        [
          "Homogeneous (uniform opacity)",
          "112160"
        ],
        [
          "Inhomogeneous",
          "112161"
        ],
        [
          "Target",
          "112162"
        ],
        [
          "Fibrocalcific",
          "112163"
        ],
        [
          "Flocculent",
          "112164"
        ],
        [
          "Difference in border shape",
          "112165"
        ],
        [
          "Difference in border definition",
          "112166"
        ],
        [
          "Difference in distribution",
          "112167"
        ],
        [
          "Difference in site involvement",
          "112168"
        ],
        [
          "Difference in Type of Content",
          "112169"
        ],
        [
          "Difference in Texture",
          "112170"
        ],
        [
          "Fiducial mark",
          "112171"
        ],
        [
          "Portacath",
          "112172"
        ],
        [
          "Chest tube",
          "112173"
        ],
        [
          "Central line",
          "112174"
        ],
        [
          "Kidney stent",
          "112175"
        ],
        [
          "Pancreatic stent",
          "112176"
        ],
        [
          "Nipple ring",
          "112177"
        ],
        [
          "Coin",
          "112178"
        ],
        [
          "Minimum Attenuation Coefficient",
          "112179"
        ],
        [
          "Maximum Attenuation Coefficient",
          "112180"
        ],
        [
          "Mean Attenuation Coefficient",
          "112181"
        ],
        [
          "Median Attenuation Coefficient",
          "112182"
        ],
        [
          "Standard Deviation of Attenuation Coefficient",
          "112183"
        ],
        [
          "Performance of Pediatric and Adult Thoracic CT",
          "112184"
        ],
        [
          "Performance of CT for Detection of Pulmonary Embolism in Adults",
          "112185"
        ],
        [
          "Performance of High-Resolution CT of the Lungs in Adults",
          "112186"
        ],
        [
          "Unspecified method of calculation",
          "112187"
        ],
        [
          "Two-dimensional method",
          "112188"
        ],
        [
          "Three-dimensional method",
          "112189"
        ],
        [
          "Breast tissue density",
          "112191"
        ],
        [
          "Volume of parenchymal tissue",
          "112192"
        ],
        [
          "Volume of breast",
          "112193"
        ],
        [
          "Mass of parenchymal tissue",
          "112194"
        ],
        [
          "Mass of breast",
          "112195"
        ],
        [
          "Area of Vascular Calcification",
          "112196"
        ],
        [
          "Volume of Vascular Calcification",
          "112197"
        ],
        [
          "Percentage of Vascular Calcification",
          "112198"
        ],
        [
          "Mass of Vascular Calcification",
          "112199"
        ],
        [
          "Average calcification distance in a calcification cluster",
          "112200"
        ],
        [
          "Standard deviation distance of calcifications in a cluster",
          "112201"
        ],
        [
          "Colon CAD Report",
          "112220"
        ],
        [
          "Colon Overall Assessment",
          "112222"
        ],
        [
          "Image Set Properties",
          "112224"
        ],
        [
          "Slice Thickness",
          "112225"
        ],
        [
          "Spacing between slices",
          "112226"
        ],
        [
          "Frame of Reference UID",
          "112227"
        ],
        [
          "Recumbent Patient Position with respect to gravity",
          "112228"
        ],
        [
          "Identifying Segment",
          "112229"
        ],
        [
          "Polyp stalk width",
          "112232"
        ],
        [
          "Distance from anus",
          "112233"
        ],
        [
          "Anatomic non-colon",
          "112238"
        ],
        [
          "C0 - Inadequate Study/Awaiting Prior Comparisons",
          "112240"
        ],
        [
          "C1 - Normal Colon or Benign Lesion",
          "112241"
        ],
        [
          "C2 - Intermediate Polyp or Indeterminate Finding",
          "112242"
        ],
        [
          "C3 - Polyp, Possibly Advanced Adenoma",
          "112243"
        ],
        [
          "C4 - Colonic Mass, Likely Malignant",
          "112244"
        ],
        [
          "ACR Guideline, Performance of Adult CT Colonography",
          "112248"
        ],
        [
          "ACR Standard, CT medical physics performance monitoring",
          "112249"
        ],
        [
          "AP+45",
          "112300"
        ],
        [
          "AP-45",
          "112301"
        ],
        [
          "Anatomical axis of femur",
          "112302"
        ],
        [
          "Acetabular Center of Rotation",
          "112303"
        ],
        [
          "Femur Head Center of Rotation",
          "112304"
        ],
        [
          "Acetabular Cup Shell",
          "112305"
        ],
        [
          "Acetabular Cup Insert",
          "112306"
        ],
        [
          "Acetabular Cup Monoblock",
          "112307"
        ],
        [
          "Femoral Head Ball Component",
          "112308"
        ],
        [
          "Femoral Head Cone Taper Component",
          "112309"
        ],
        [
          "Femoral Stem",
          "112310"
        ],
        [
          "Femoral Stem Distal Component",
          "112311"
        ],
        [
          "Femoral Stem Proximal Component",
          "112312"
        ],
        [
          "Femoral Stem Component",
          "112313"
        ],
        [
          "Neck Component",
          "112314"
        ],
        [
          "Monoblock Stem",
          "112315"
        ],
        [
          "Prosthetic Shaft Augment",
          "112316"
        ],
        [
          "Femoral Head Resurfacing Component",
          "112317"
        ],
        [
          "Pinning",
          "112318"
        ],
        [
          "Sewing",
          "112319"
        ],
        [
          "Bolting",
          "112320"
        ],
        [
          "Wedging",
          "112321"
        ],
        [
          "Distal Centralizer",
          "112325"
        ],
        [
          "Generic 2D Planning",
          "112340"
        ],
        [
          "Generic 3D Planning",
          "112341"
        ],
        [
          "Generic Planning for Hip Replacement",
          "112342"
        ],
        [
          "Generic Planning for Knee Replacement",
          "112343"
        ],
        [
          "Müller Method Planning for Hip Replacement",
          "112344"
        ],
        [
          "Implantation Plan",
          "112345"
        ],
        [
          "Selected Implant Component",
          "112346"
        ],
        [
          "Component ID",
          "112347"
        ],
        [
          "Implant Template",
          "112348"
        ],
        [
          "Component Connection",
          "112350"
        ],
        [
          "Mating Feature Set ID",
          "112351"
        ],
        [
          "Mating Feature ID",
          "112352"
        ],
        [
          "Spatial Registration",
          "112353"
        ],
        [
          "Patient Image",
          "112354"
        ],
        [
          "Assembly",
          "112355"
        ],
        [
          "User Selected Fiducial",
          "112356"
        ],
        [
          "Derived Fiducial",
          "112357"
        ],
        [
          "Information used for planning",
          "112358"
        ],
        [
          "Supporting Information",
          "112359"
        ],
        [
          "Implant Component List",
          "112360"
        ],
        [
          "Patient Data Used During Planning",
          "112361"
        ],
        [
          "Degrees of Freedom Specification",
          "112362"
        ],
        [
          "Degree of Freedom ID",
          "112363"
        ],
        [
          "Related Patient Data Not Used During Planning",
          "112364"
        ],
        [
          "Related Implantation Reports",
          "112365"
        ],
        [
          "Implant Assembly Template",
          "112366"
        ],
        [
          "Planning Information for Intraoperative Usage",
          "112367"
        ],
        [
          "Implantation Patient Positioning",
          "112368"
        ],
        [
          "Fiducial Intent",
          "112369"
        ],
        [
          "Component Type",
          "112370"
        ],
        [
          "Manufacturer Implant Template",
          "112371"
        ],
        [
          "Derived Planning Images",
          "112372"
        ],
        [
          "Other Derived Planning Data",
          "112373"
        ],
        [
          "Connected Implantation Plan Component",
          "112374"
        ],
        [
          "Planning Method",
          "112375"
        ],
        [
          "Degree of Freedom Exact Translational Value",
          "112376"
        ],
        [
          "Degree of Freedom Minimum Translational Value",
          "112377"
        ],
        [
          "Degree of Freedom Maximum Translational Value",
          "112378"
        ],
        [
          "Degree of Freedom Exact Rotational Translation Value",
          "112379"
        ],
        [
          "Degree of Freedom Minimum Rotational Value",
          "112380"
        ],
        [
          "Degree of Freedom Maximum Rotational Value",
          "112381"
        ],
        [
          "Peri-operative Photographic Imaging",
          "112700"
        ],
        [
          "Gross Specimen Imaging",
          "112701"
        ],
        [
          "Slide Microscopy",
          "112702"
        ],
        [
          "Whole Slide Imaging",
          "112703"
        ],
        [
          "WSI 20X RGB",
          "112704"
        ],
        [
          "WSI 40X RGB",
          "112705"
        ],
        [
          "Illumination Method",
          "112706"
        ],
        [
          "Number of focal planes",
          "112707"
        ],
        [
          "Focal plane Z offset",
          "112708"
        ],
        [
          "Magnification selection",
          "112709"
        ],
        [
          "Illumination wavelength",
          "112710"
        ],
        [
          "Illumination spectral band",
          "112711"
        ],
        [
          "Optical filter type",
          "112712"
        ],
        [
          "Tissue selection method",
          "112713"
        ],
        [
          "Multiple planes",
          "112714"
        ],
        [
          "5X",
          "112715"
        ],
        [
          "10X",
          "112716"
        ],
        [
          "20X",
          "112717"
        ],
        [
          "40X",
          "112718"
        ],
        [
          "Nominal empty tile suppression",
          "112719"
        ],
        [
          "High threshold empty tile suppression",
          "112720"
        ],
        [
          "No empty tile suppression",
          "112721"
        ],
        [
          "Of Interest",
          "113000"
        ],
        [
          "Rejected for Quality Reasons",
          "113001"
        ],
        [
          "For Referring Provider",
          "113002"
        ],
        [
          "For Surgery",
          "113003"
        ],
        [
          "For Teaching",
          "113004"
        ],
        [
          "For Conference",
          "113005"
        ],
        [
          "For Therapy",
          "113006"
        ],
        [
          "For Patient",
          "113007"
        ],
        [
          "For Peer Review",
          "113008"
        ],
        [
          "For Research",
          "113009"
        ],
        [
          "Quality Issue",
          "113010"
        ],
        [
          "Document Title Modifier",
          "113011"
        ],
        [
          "Key Object Description",
          "113012"
        ],
        [
          "Best In Set",
          "113013"
        ],
        [
          "Study",
          "113014"
        ],
        [
          "Series",
          "113015"
        ],
        [
          "Performed Procedure Step",
          "113016"
        ],
        [
          "Stage-View",
          "113017"
        ],
        [
          "For Printing",
          "113018"
        ],
        [
          "For Report Attachment",
          "113020"
        ],
        [
          "For Litigation",
          "113021"
        ],
        [
          "Double exposure",
          "113026"
        ],
        [
          "Manifest",
          "113030"
        ],
        [
          "Signed Manifest",
          "113031"
        ],
        [
          "Complete Study Content",
          "113032"
        ],
        [
          "Signed Complete Study Content",
          "113033"
        ],
        [
          "Complete Acquisition Content",
          "113034"
        ],
        [
          "Signed Complete Acquisition Content",
          "113035"
        ],
        [
          "Group of Frames for Display",
          "113036"
        ],
        [
          "Rejected for Patient Safety Reasons",
          "113037"
        ],
        [
          "Incorrect Modality Worklist Entry",
          "113038"
        ],
        [
          "Data Retention Policy Expired",
          "113039"
        ],
        [
          "Lossy Compression",
          "113040"
        ],
        [
          "Apparent Diffusion Coefficient",
          "113041"
        ],
        [
          "Pixel by pixel addition",
          "113042"
        ],
        [
          "Diffusion weighted",
          "113043"
        ],
        [
          "Diffusion Anisotropy",
          "113044"
        ],
        [
          "Diffusion Attenuated",
          "113045"
        ],
        [
          "Pixel by pixel division",
          "113046"
        ],
        [
          "Pixel by pixel mask",
          "113047"
        ],
        [
          "Pixel by pixel Maximum",
          "113048"
        ],
        [
          "Pixel by pixel mean",
          "113049"
        ],
        [
          "Metabolite Maps from spectroscopy data",
          "113050"
        ],
        [
          "Pixel by pixel Minimum",
          "113051"
        ],
        [
          "Mean Transit Time",
          "113052"
        ],
        [
          "Pixel by pixel multiplication",
          "113053"
        ],
        [
          "Negative Enhancement Integral",
          "113054"
        ],
        [
          "Regional Cerebral Blood Flow",
          "113055"
        ],
        [
          "Regional Cerebral Blood Volume",
          "113056"
        ],
        [
          "R-Coefficient",
          "113057"
        ],
        [
          "Proton Density",
          "113058"
        ],
        [
          "Signal Change",
          "113059"
        ],
        [
          "Signal to Noise",
          "113060"
        ],
        [
          "Standard Deviation",
          "113061"
        ],
        [
          "Pixel by pixel subtraction",
          "113062"
        ],
        [
          "T1",
          "113063"
        ],
        [
          "T2*",
          "113064"
        ],
        [
          "T2",
          "113065"
        ],
        [
          "Time Course of Signal",
          "113066"
        ],
        [
          "Temperature encoded",
          "113067"
        ],
        [
          "Student's T-Test",
          "113068"
        ],
        [
          "Time To Peak",
          "113069"
        ],
        [
          "Velocity encoded",
          "113070"
        ],
        [
          "Z-Score",
          "113071"
        ],
        [
          "Multiplanar reformatting",
          "113072"
        ],
        [
          "Curved multiplanar reformatting",
          "113073"
        ],
        [
          "Volume rendering",
          "113074"
        ],
        [
          "Surface rendering",
          "113075"
        ],
        [
          "Segmentation",
          "113076"
        ],
        [
          "Volume editing",
          "113077"
        ],
        [
          "Maximum intensity projection",
          "113078"
        ],
        [
          "Minimum intensity projection",
          "113079"
        ],
        [
          "Glutamate and glutamine",
          "113080"
        ],
        [
          "Choline/Creatine Ratio",
          "113081"
        ],
        [
          "N-acetylaspartate /Creatine Ratio",
          "113082"
        ],
        [
          "N-acetylaspartate /Choline Ratio",
          "113083"
        ],
        [
          "Spatial resampling",
          "113085"
        ],
        [
          "Edge enhancement",
          "113086"
        ],
        [
          "Smoothing",
          "113087"
        ],
        [
          "Gaussian blur",
          "113088"
        ],
        [
          "Unsharp mask",
          "113089"
        ],
        [
          "Image stitching",
          "113090"
        ],
        [
          "Spatially-related frames extracted from the volume",
          "113091"
        ],
        [
          "Temporally-related frames extracted from the set of volumes",
          "113092"
        ],
        [
          "Polar to Rectangular Scan Conversion",
          "113093"
        ],
        [
          "Creatine and Choline",
          "113094"
        ],
        [
          "Lipid and Lactate",
          "113095"
        ],
        [
          "Creatine+Choline/ Citrate Ratio",
          "113096"
        ],
        [
          "Multi-energy proportional weighting",
          "113097"
        ],
        [
          "Basic Application Confidentiality Profile",
          "113100"
        ],
        [
          "Clean Pixel Data Option",
          "113101"
        ],
        [
          "Clean Recognizable Visual Features Option",
          "113102"
        ],
        [
          "Clean Graphics Option",
          "113103"
        ],
        [
          "Clean Structured Content Option",
          "113104"
        ],
        [
          "Clean Descriptors Option",
          "113105"
        ],
        [
          "Retain Longitudinal Temporal Information Full Dates Option",
          "113106"
        ],
        [
          "Retain Longitudinal Temporal Information Modified Dates Option",
          "113107"
        ],
        [
          "Retain Patient Characteristics Option",
          "113108"
        ],
        [
          "Retain Device Identity Option",
          "113109"
        ],
        [
          "Retain UIDs Option",
          "113110"
        ],
        [
          "Retain Safe Private Option",
          "113111"
        ],
        [
          "Radiopharmaceutical Radiation Dose Report",
          "113500"
        ],
        [
          "Radiopharmaceutical Administration",
          "113502"
        ],
        [
          "Radiopharmaceutical Administration Event UID",
          "113503"
        ],
        [
          "Intravenous Extravasation Symptoms",
          "113505"
        ],
        [
          "Estimated Extravasation Activity",
          "113506"
        ],
        [
          "Administered activity",
          "113507"
        ],
        [
          "Pre-Administration Measured Activity",
          "113508"
        ],
        [
          "Post-Administration Measured Activity",
          "113509"
        ],
        [
          "Drug Product Identifier",
          "113510"
        ],
        [
          "Radiopharmaceutical Dispense Unit Identifier",
          "113511"
        ],
        [
          "Radiopharmaceutical Lot Identifier",
          "113512"
        ],
        [
          "Reagent Vial Identifier",
          "113513"
        ],
        [
          "Radionuclide Vial Identifier",
          "113514"
        ],
        [
          "Prescription Identifier",
          "113516"
        ],
        [
          "Organ Dose Information",
          "113517"
        ],
        [
          "Organ Dose",
          "113518"
        ],
        [
          "MIRD Pamphlet 1",
          "113520"
        ],
        [
          "ICRP Publication 53",
          "113521"
        ],
        [
          "ICRP Publication 80",
          "113522"
        ],
        [
          "ICRP Publication 106",
          "113523"
        ],
        [
          "MIRDOSE",
          "113526"
        ],
        [
          "OLINDA-EXM",
          "113527"
        ],
        [
          "Package Insert",
          "113528"
        ],
        [
          "Institutionally Approved Estimates",
          "113529"
        ],
        [
          "Investigational New Drug",
          "113530"
        ],
        [
          "Activity Measurement Device",
          "113540"
        ],
        [
          "Dose Calibrator",
          "113541"
        ],
        [
          "Infusion System",
          "113542"
        ],
        [
          "Generator",
          "113543"
        ],
        [
          "Fasting Duration",
          "113550"
        ],
        [
          "Hydration Volume",
          "113551"
        ],
        [
          "Recent Physical Activity",
          "113552"
        ],
        [
          "Acute unilateral renal blockage",
          "113560"
        ],
        [
          "Low Thyroid Uptake",
          "113561"
        ],
        [
          "High Thyroid Uptake",
          "113562"
        ],
        [
          "Severely Jaundiced",
          "113563"
        ],
        [
          "Extravasation visible in image",
          "113568"
        ],
        [
          "Cockroft-Gault Formula estimation of GFR",
          "113570"
        ],
        [
          "CKD-EPI Formula estimation of GFR",
          "113571"
        ],
        [
          "Glomerular Filtration Rate (MDRD)",
          "113572"
        ],
        [
          "Glomerular Filtration Rate non-black (MDRD)",
          "113573"
        ],
        [
          "Glomerular Filtration Rate black (MDRD)",
          "113574"
        ],
        [
          "Glomerular Filtration Rate female (MDRD)",
          "113575"
        ],
        [
          "Glomerular Filtration Rate Cystatin-based formula",
          "113576"
        ],
        [
          "Glomerular Filtration Rate Creatinine-based formula (Schwartz)",
          "113577"
        ],
        [
          "Small: < 32.0 cm lateral thickness",
          "113601"
        ],
        [
          "Medium: 32.0-38.0 cm lateral thickness",
          "113602"
        ],
        [
          "Large: > 38.0 cm lateral thickness",
          "113603"
        ],
        [
          "Irradiation Event Label",
          "113605"
        ],
        [
          "Label Type",
          "113606"
        ],
        [
          "Series Number",
          "113607"
        ],
        [
          "Acquisition Number",
          "113608"
        ],
        [
          "Instance Number",
          "113609"
        ],
        [
          "Stationary Acquisition",
          "113611"
        ],
        [
          "Stepping Acquisition",
          "113612"
        ],
        [
          "Rotational Acquisition",
          "113613"
        ],
        [
          "Plane A",
          "113620"
        ],
        [
          "Plane B",
          "113621"
        ],
        [
          "Single Plane",
          "113622"
        ],
        [
          "Continuous",
          "113630"
        ],
        [
          "Pulsed",
          "113631"
        ],
        [
          "Strip filter",
          "113650"
        ],
        [
          "Wedge filter",
          "113651"
        ],
        [
          "Butterfly filter",
          "113652"
        ],
        [
          "Flat filter",
          "113653"
        ],
        [
          "Outline of lobulations",
          "113661"
        ],
        [
          "Inner limits of fuzzy margin",
          "113662"
        ],
        [
          "Outer limits of fuzzy margin",
          "113663"
        ],
        [
          "Outline of spiculations",
          "113664"
        ],
        [
          "Linear spiculation",
          "113665"
        ],
        [
          "Pixelated spiculations",
          "113666"
        ],
        [
          "Orthogonal location arc",
          "113669"
        ],
        [
          "Orthogonal location arc inner margin",
          "113670"
        ],
        [
          "Orthogonal location arc outer margin",
          "113671"
        ],
        [
          "Quality Control Intent",
          "113680"
        ],
        [
          "Phantom",
          "113681"
        ],
        [
          "ACR Accreditation Phantom - CT",
          "113682"
        ],
        [
          "ACR Accreditation Phantom - MR",
          "113683"
        ],
        [
          "ACR Accreditation Phantom - Mammography",
          "113684"
        ],
        [
          "ACR Accreditation Phantom - Stereotactic Breast Biopsy",
          "113685"
        ],
        [
          "ACR Accreditation Phantom - ECT",
          "113686"
        ],
        [
          "ACR Accreditation Phantom - PET",
          "113687"
        ],
        [
          "ACR Accreditation Phantom - ECT/PET",
          "113688"
        ],
        [
          "ACR Accreditation Phantom - PET Faceplate",
          "113689"
        ],
        [
          "IEC Head Dosimetry Phantom",
          "113690"
        ],
        [
          "IEC Body Dosimetry Phantom",
          "113691"
        ],
        [
          "NEMA XR21-2000 Phantom",
          "113692"
        ],
        [
          "X-Ray Radiation Dose Report",
          "113701"
        ],
        [
          "Accumulated X-Ray Dose Data",
          "113702"
        ],
        [
          "Projection X-Ray",
          "113704"
        ],
        [
          "Scope of Accumulation",
          "113705"
        ],
        [
          "Irradiation Event X-Ray Data",
          "113706"
        ],
        [
          "Niobium or Niobium compound",
          "113710"
        ],
        [
          "Europium or Europium compound",
          "113711"
        ],
        [
          "Calibration Protocol",
          "113720"
        ],
        [
          "Irradiation Event Type",
          "113721"
        ],
        [
          "Dose Area Product Total",
          "113722"
        ],
        [
          "Calibration Date",
          "113723"
        ],
        [
          "Calibration Responsible Party",
          "113724"
        ],
        [
          "Dose (RP) Total",
          "113725"
        ],
        [
          "Fluoro Dose Area Product Total",
          "113726"
        ],
        [
          "Acquisition Dose Area Product Total",
          "113727"
        ],
        [
          "Fluoro Dose (RP) Total",
          "113728"
        ],
        [
          "Acquisition Dose (RP) Total",
          "113729"
        ],
        [
          "Total Fluoro Time",
          "113730"
        ],
        [
          "Total Number of Radiographic Frames",
          "113731"
        ],
        [
          "Fluoro Mode",
          "113732"
        ],
        [
          "KVP",
          "113733"
        ],
        [
          "X-Ray Tube Current",
          "113734"
        ],
        [
          "Exposure Time",
          "113735"
        ],
        [
          "Exposure",
          "113736"
        ],
        [
          "Distance Source to Reference Point",
          "113737"
        ],
        [
          "Dose (RP)",
          "113738"
        ],
        [
          "Positioner Primary End Angle",
          "113739"
        ],
        [
          "Positioner Secondary End Angle",
          "113740"
        ],
        [
          "Irradiation Duration",
          "113742"
        ],
        [
          "Patient Orientation",
          "113743"
        ],
        [
          "Patient Orientation Modifier",
          "113744"
        ],
        [
          "Patient Table Relationship",
          "113745"
        ],
        [
          "Distance Source to Isocenter",
          "113748"
        ],
        [
          "Distance Source to Detector",
          "113750"
        ],
        [
          "Table Longitudinal Position",
          "113751"
        ],
        [
          "Table Lateral Position",
          "113752"
        ],
        [
          "Table Height Position",
          "113753"
        ],
        [
          "Table Head Tilt Angle",
          "113754"
        ],
        [
          "Table Horizontal Rotation Angle",
          "113755"
        ],
        [
          "Table Cradle Tilt Angle",
          "113756"
        ],
        [
          "X-Ray Filter Material",
          "113757"
        ],
        [
          "X-Ray Filter Thickness Minimum",
          "113758"
        ],
        [
          "Table Longitudinal End Position",
          "113759"
        ],
        [
          "Table Lateral End Position",
          "113760"
        ],
        [
          "Table Height End Position",
          "113761"
        ],
        [
          "Calibration Uncertainty",
          "113763"
        ],
        [
          "Acquisition Plane",
          "113764"
        ],
        [
          "Focal Spot Size",
          "113766"
        ],
        [
          "Average X-Ray Tube Current",
          "113767"
        ],
        [
          "Number of Pulses",
          "113768"
        ],
        [
          "Irradiation Event UID",
          "113769"
        ],
        [
          "Column Angulation",
          "113770"
        ],
        [
          "X-Ray Filters",
          "113771"
        ],
        [
          "X-Ray Filter Type",
          "113772"
        ],
        [
          "X-Ray Filter Thickness Maximum",
          "113773"
        ],
        [
          "Reference Point Definition",
          "113780"
        ],
        [
          "Collimated Field Height",
          "113788"
        ],
        [
          "Collimated Field Width",
          "113789"
        ],
        [
          "Collimated Field Area",
          "113790"
        ],
        [
          "Pulse Rate",
          "113791"
        ],
        [
          "Distance Source to Table Plane",
          "113792"
        ],
        [
          "Pulse Width",
          "113793"
        ],
        [
          "Dose Measurement Device",
          "113794"
        ],
        [
          "Acquired Image",
          "113795"
        ],
        [
          "DLP to E conversion via MC computation",
          "113800"
        ],
        [
          "CTDIfreeair to E conversion via MC computation",
          "113801"
        ],
        [
          "DLP to E conversion via measurement",
          "113802"
        ],
        [
          "CTDIfreeair to E conversion via measurement",
          "113803"
        ],
        [
          "Sequenced Acquisition",
          "113804"
        ],
        [
          "Constant Angle Acquisition",
          "113805"
        ],
        [
          "Stationary Acquisition",
          "113806"
        ],
        [
          "Free Acquisition",
          "113807"
        ],
        [
          "ICRP Pub 60",
          "113808"
        ],
        [
          "Start of X-Ray Irradiation",
          "113809"
        ],
        [
          "End of X-Ray Irradiation",
          "113810"
        ],
        [
          "CT Accumulated Dose Data",
          "113811"
        ],
        [
          "Total Number of Irradiation Events",
          "113812"
        ],
        [
          "CT Dose Length Product Total",
          "113813"
        ],
        [
          "CT Effective Dose Total",
          "113814"
        ],
        [
          "Patient Model",
          "113815"
        ],
        [
          "Condition Effective Dose measured",
          "113816"
        ],
        [
          "Effective Dose Phantom Type",
          "113817"
        ],
        [
          "Dosimeter Type",
          "113818"
        ],
        [
          "CT Acquisition",
          "113819"
        ],
        [
          "CT Acquisition Type",
          "113820"
        ],
        [
          "X-Ray Filter Aluminum Equivalent",
          "113821"
        ],
        [
          "CT Acquisition Parameters",
          "113822"
        ],
        [
          "Number of X-Ray Sources",
          "113823"
        ],
        [
          "Exposure Time",
          "113824"
        ],
        [
          "Scanning Length",
          "113825"
        ],
        [
          "Nominal Single Collimation Width",
          "113826"
        ],
        [
          "Nominal Total Collimation Width",
          "113827"
        ],
        [
          "Pitch Factor",
          "113828"
        ],
        [
          "CT Dose",
          "113829"
        ],
        [
          "Mean CTDIvol",
          "113830"
        ],
        [
          "CT X-Ray Source Parameters",
          "113831"
        ],
        [
          "Identification of the X-Ray Source",
          "113832"
        ],
        [
          "Maximum X-Ray Tube Current",
          "113833"
        ],
        [
          "Exposure Time per Rotation",
          "113834"
        ],
        [
          "CTDIw Phantom Type",
          "113835"
        ],
        [
          "CTDIfreeair Calculation Factor",
          "113836"
        ],
        [
          "Mean CTDIfreeair",
          "113837"
        ],
        [
          "DLP",
          "113838"
        ],
        [
          "Effective Dose",
          "113839"
        ],
        [
          "Effective Dose Conversion Factor",
          "113840"
        ],
        [
          "ICRP Pub 103",
          "113841"
        ],
        [
          "X-Ray Modulation Type",
          "113842"
        ],
        [
          "Exposure Index",
          "113845"
        ],
        [
          "Target Exposure Index",
          "113846"
        ],
        [
          "Deviation Index",
          "113847"
        ],
        [
          "Irradiation Authorizing",
          "113850"
        ],
        [
          "Irradiation Administering",
          "113851"
        ],
        [
          "Irradiation Event",
          "113852"
        ],
        [
          "Irradiation Event UID",
          "113853"
        ],
        [
          "Source of Dose Information",
          "113854"
        ],
        [
          "Total Acquisition Time",
          "113855"
        ],
        [
          "Automated Data Collection",
          "113856"
        ],
        [
          "Manual Entry",
          "113857"
        ],
        [
          "MPPS Content",
          "113858"
        ],
        [
          "Irradiating Device",
          "113859"
        ],
        [
          "15cm from Isocenter toward Source",
          "113860"
        ],
        [
          "30cm in Front of Image Input Surface",
          "113861"
        ],
        [
          "1cm above Tabletop",
          "113862"
        ],
        [
          "30cm above Tabletop",
          "113863"
        ],
        [
          "15cm from Table Centerline",
          "113864"
        ],
        [
          "Entrance exposure to a 4.2 cm breast thickness",
          "113865"
        ],
        [
          "Copied From Image Attributes",
          "113866"
        ],
        [
          "Computed From Image Attributes",
          "113867"
        ],
        [
          "Derived From Human-Readable Reports",
          "113868"
        ],
        [
          "Person Name",
          "113870"
        ],
        [
          "Person ID",
          "113871"
        ],
        [
          "Person ID Issuer",
          "113872"
        ],
        [
          "Organization Name",
          "113873"
        ],
        [
          "Person Role in Organization",
          "113874"
        ],
        [
          "Person Role in Procedure",
          "113875"
        ],
        [
          "Device Role in Procedure",
          "113876"
        ],
        [
          "Device Name",
          "113877"
        ],
        [
          "Device Manufacturer",
          "113878"
        ],
        [
          "Device Model Name",
          "113879"
        ],
        [
          "Device Serial Number",
          "113880"
        ],
        [
          "All Planes",
          "113890"
        ],
        [
          "Length of Reconstructable Volume",
          "113893"
        ],
        [
          "Top Z Location of Reconstructable Volume",
          "113895"
        ],
        [
          "Bottom Z Location of Reconstructable Volume",
          "113896"
        ],
        [
          "Top Z Location of Scanning Length",
          "113897"
        ],
        [
          "Bottom Z Location of Scanning Length",
          "113898"
        ],
        [
          "Exposed Range",
          "113899"
        ],
        [
          "Dose Check Alert Details",
          "113900"
        ],
        [
          "DLP Alert Value Configured",
          "113901"
        ],
        [
          "CTDIvol Alert Value Configured",
          "113902"
        ],
        [
          "DLP Alert Value",
          "113903"
        ],
        [
          "CTDIvol Alert Value",
          "113904"
        ],
        [
          "Accumulated DLP Forward Estimate",
          "113905"
        ],
        [
          "Accumulated CTDIvol Forward Estimate",
          "113906"
        ],
        [
          "Reason for Proceeding",
          "113907"
        ],
        [
          "Dose Check Notification Details",
          "113908"
        ],
        [
          "DLP Notification Value Configured",
          "113909"
        ],
        [
          "CTDIvol Notification Value Configured",
          "113910"
        ],
        [
          "DLP Notification Value",
          "113911"
        ],
        [
          "CTDIvol Notification Value",
          "113912"
        ],
        [
          "DLP Forward Estimate",
          "113913"
        ],
        [
          "CTDIvol Forward Estimate",
          "113914"
        ],
        [
          "Radiation Exposure",
          "113921"
        ],
        [
          "Radioactive Substance Administered",
          "113922"
        ],
        [
          "Radiation Exposure and Protection Information",
          "113923"
        ],
        [
          "Size Specific Dose Estimation",
          "113930"
        ],
        [
          "Measured Lateral Dimension",
          "113931"
        ],
        [
          "Measured AP Dimension",
          "113932"
        ],
        [
          "Derived Effective Diameter",
          "113933"
        ],
        [
          "AAPM 204 Lateral Dimension",
          "113934"
        ],
        [
          "AAPM 204 AP Dimension",
          "113935"
        ],
        [
          "AAPM 204 Sum of Lateral and AP Dimension",
          "113936"
        ],
        [
          "AAPM 204 Effective Diameter Estimated From Patient Age",
          "113937"
        ],
        [
          "System Calculated",
          "113940"
        ],
        [
          "In Detector Plane",
          "113941"
        ],
        [
          "X-Ray Reading Device",
          "113942"
        ],
        [
          "X-Ray Source Data Available",
          "113943"
        ],
        [
          "X-Ray Mechanical Data Available",
          "113944"
        ],
        [
          "X-Ray Detector Data Available",
          "113945"
        ],
        [
          "Projection Eponymous Name",
          "113946"
        ],
        [
          "Detector Type",
          "113947"
        ],
        [
          "Direct Detector",
          "113948"
        ],
        [
          "Indirect Detector",
          "113949"
        ],
        [
          "Storage Detector",
          "113950"
        ],
        [
          "Film",
          "113951"
        ],
        [
          "Table Mount",
          "113952"
        ],
        [
          "Unmounted Detector",
          "113953"
        ],
        [
          "Upright Stand Mount",
          "113954"
        ],
        [
          "C-Arm Mount",
          "113955"
        ],
        [
          "CR/DR Mechanical Configuration",
          "113956"
        ],
        [
          "Fluoroscopy-Guided Projection Radiography System",
          "113957"
        ],
        [
          "Integrated Projection Radiography System",
          "113958"
        ],
        [
          "Cassette-based Projection Radiography System",
          "113959"
        ],
        [
          "Reconstruction Algorithm",
          "113961"
        ],
        [
          "Filtered Back Projection",
          "113962"
        ],
        [
          "Iterative Reconstruction",
          "113963"
        ],
        [
          "Procedure Step To This Point",
          "113970"
        ],
        [
          "Not a number",
          "114000"
        ],
        [
          "Negative Infinity",
          "114001"
        ],
        [
          "Positive Infinity",
          "114002"
        ],
        [
          "Divide by zero",
          "114003"
        ],
        [
          "Underflow",
          "114004"
        ],
        [
          "Overflow",
          "114005"
        ],
        [
          "Measurement failure",
          "114006"
        ],
        [
          "Measurement not attempted",
          "114007"
        ],
        [
          "Calculation failure",
          "114008"
        ],
        [
          "Value out of range",
          "114009"
        ],
        [
          "Value unknown",
          "114010"
        ],
        [
          "Value indeterminate",
          "114011"
        ],
        [
          "Time of flight",
          "114201"
        ],
        [
          "Interferometry",
          "114202"
        ],
        [
          "Laser scanning",
          "114203"
        ],
        [
          "Pattern projection",
          "114204"
        ],
        [
          "Shape from shading",
          "114205"
        ],
        [
          "Shape from motion",
          "114206"
        ],
        [
          "Confocal imaging",
          "114207"
        ],
        [
          "Point Cloud Algorithmic",
          "114208"
        ],
        [
          "Turntable Scan Method",
          "114209"
        ],
        [
          "High resolution",
          "114210"
        ],
        [
          "Fast mode",
          "114211"
        ],
        [
          "Iterative Closest Point",
          "114213"
        ],
        [
          "Freehand",
          "114215"
        ],
        [
          "Checkerboard",
          "114216"
        ],
        [
          "Quotation Mode",
          "121001"
        ],
        [
          "Quoted Source",
          "121002"
        ],
        [
          "Document",
          "121003"
        ],
        [
          "Verbal",
          "121004"
        ],
        [
          "Observer Type",
          "121005"
        ],
        [
          "Person",
          "121006"
        ],
        [
          "Device",
          "121007"
        ],
        [
          "Person Observer Name",
          "121008"
        ],
        [
          "Person Observer's Organization Name",
          "121009"
        ],
        [
          "Person Observer's Role in the Organization",
          "121010"
        ],
        [
          "Person Observer's Role in this Procedure",
          "121011"
        ],
        [
          "Device Observer UID",
          "121012"
        ],
        [
          "Device Observer Name",
          "121013"
        ],
        [
          "Device Observer Manufacturer",
          "121014"
        ],
        [
          "Device Observer Model Name",
          "121015"
        ],
        [
          "Device Observer Serial Number",
          "121016"
        ],
        [
          "Device Observer Physical Location During Observation",
          "121017"
        ],
        [
          "Procedure Study Instance UID",
          "121018"
        ],
        [
          "Procedure Study Component UID",
          "121019"
        ],
        [
          "Placer Number",
          "121020"
        ],
        [
          "Filler Number",
          "121021"
        ],
        [
          "Accession Number",
          "121022"
        ],
        [
          "Procedure Code",
          "121023"
        ],
        [
          "Subject Class",
          "121024"
        ],
        [
          "Patient",
          "121025"
        ],
        [
          "Fetus",
          "121026"
        ],
        [
          "Specimen",
          "121027"
        ],
        [
          "Subject UID",
          "121028"
        ],
        [
          "Subject Name",
          "121029"
        ],
        [
          "Subject ID",
          "121030"
        ],
        [
          "Subject Birth Date",
          "121031"
        ],
        [
          "Subject Sex",
          "121032"
        ],
        [
          "Subject Age",
          "121033"
        ],
        [
          "Subject Species",
          "121034"
        ],
        [
          "Subject Breed",
          "121035"
        ],
        [
          "Mother of fetus",
          "121036"
        ],
        [
          "Fetus number",
          "121037"
        ],
        [
          "Number of Fetuses",
          "121038"
        ],
        [
          "Specimen UID",
          "121039"
        ],
        [
          "Specimen Accession Number",
          "121040"
        ],
        [
          "Specimen Identifier",
          "121041"
        ],
        [
          "Specimen Type",
          "121042"
        ],
        [
          "Slide Identifier",
          "121043"
        ],
        [
          "Slide UID",
          "121044"
        ],
        [
          "Language",
          "121045"
        ],
        [
          "Country of Language",
          "121046"
        ],
        [
          "Language of Value",
          "121047"
        ],
        [
          "Language of Name and Value",
          "121048"
        ],
        [
          "Language of Content Item and Descendants",
          "121049"
        ],
        [
          "Equivalent Meaning of Concept Name",
          "121050"
        ],
        [
          "Equivalent Meaning of Value",
          "121051"
        ],
        [
          "Presence of property",
          "121052"
        ],
        [
          "Present",
          "121053"
        ],
        [
          "Absent",
          "121054"
        ],
        [
          "Path",
          "121055"
        ],
        [
          "Area outline",
          "121056"
        ],
        [
          "Perimeter outline",
          "121057"
        ],
        [
          "Procedure reported",
          "121058"
        ],
        [
          "Presence Undetermined",
          "121059"
        ],
        [
          "History",
          "121060"
        ],
        [
          "Request",
          "121062"
        ],
        [
          "Current Procedure Descriptions",
          "121064"
        ],
        [
          "Procedure Description",
          "121065"
        ],
        [
          "Prior Procedure Descriptions",
          "121066"
        ],
        [
          "Previous Findings",
          "121068"
        ],
        [
          "Previous Finding",
          "121069"
        ],
        [
          "Findings",
          "121070"
        ],
        [
          "Finding",
          "121071"
        ],
        [
          "Impressions",
          "121072"
        ],
        [
          "Impression",
          "121073"
        ],
        [
          "Recommendations",
          "121074"
        ],
        [
          "Recommendation",
          "121075"
        ],
        [
          "Conclusions",
          "121076"
        ],
        [
          "Conclusion",
          "121077"
        ],
        [
          "Addendum",
          "121078"
        ],
        [
          "Baseline",
          "121079"
        ],
        [
          "Best illustration of finding",
          "121080"
        ],
        [
          "Physician",
          "121081"
        ],
        [
          "Nurse",
          "121082"
        ],
        [
          "Technologist",
          "121083"
        ],
        [
          "Radiographer",
          "121084"
        ],
        [
          "Intern",
          "121085"
        ],
        [
          "Resident",
          "121086"
        ],
        [
          "Registrar",
          "121087"
        ],
        [
          "Fellow",
          "121088"
        ],
        [
          "Attending [Consultant]",
          "121089"
        ],
        [
          "Scrub nurse",
          "121090"
        ],
        [
          "Surgeon",
          "121091"
        ],
        [
          "Sonologist",
          "121092"
        ],
        [
          "Sonographer",
          "121093"
        ],
        [
          "Performing",
          "121094"
        ],
        [
          "Referring",
          "121095"
        ],
        [
          "Requesting",
          "121096"
        ],
        [
          "Recording",
          "121097"
        ],
        [
          "Verifying",
          "121098"
        ],
        [
          "Assisting",
          "121099"
        ],
        [
          "Circulating",
          "121100"
        ],
        [
          "Standby",
          "121101"
        ],
        [
          "Other sex",
          "121102"
        ],
        [
          "Undetermined sex",
          "121103"
        ],
        [
          "Ambiguous sex",
          "121104"
        ],
        [
          "Radiation Physicist",
          "121105"
        ],
        [
          "Comment",
          "121106"
        ],
        [
          "Indications for Procedure",
          "121109"
        ],
        [
          "Patient Presentation",
          "121110"
        ],
        [
          "Summary",
          "121111"
        ],
        [
          "Source of Measurement",
          "121112"
        ],
        [
          "Complications",
          "121113"
        ],
        [
          "Performing Physician",
          "121114"
        ],
        [
          "Discharge Summary",
          "121115"
        ],
        [
          "Proximal Finding Site",
          "121116"
        ],
        [
          "Distal Finding Site",
          "121117"
        ],
        [
          "Patient Characteristics",
          "121118"
        ],
        [
          "Cath Lab Procedure Log",
          "121120"
        ],
        [
          "Room identification",
          "121121"
        ],
        [
          "Equipment Identification",
          "121122"
        ],
        [
          "Patient Status or Event",
          "121123"
        ],
        [
          "Procedure Action Item ID",
          "121124"
        ],
        [
          "DateTime of Recording of Log Entry",
          "121125"
        ],
        [
          "Performed Procedure Step SOP Instance UID",
          "121126"
        ],
        [
          "Performed Procedure Step SOP Class UID",
          "121127"
        ],
        [
          "Procedure Action Duration",
          "121128"
        ],
        [
          "Start Procedure Action Item",
          "121130"
        ],
        [
          "End Procedure Action Item",
          "121131"
        ],
        [
          "Suspend Procedure Action Item",
          "121132"
        ],
        [
          "Resume Procedure Action Item",
          "121133"
        ],
        [
          "Observation DateTime Qualifier",
          "121135"
        ],
        [
          "DateTime Unsynchronized",
          "121136"
        ],
        [
          "DateTime Estimated",
          "121137"
        ],
        [
          "Image Acquired",
          "121138"
        ],
        [
          "Modality",
          "121139"
        ],
        [
          "Number of Frames",
          "121140"
        ],
        [
          "Image Type",
          "121141"
        ],
        [
          "Acquisition Duration",
          "121142"
        ],
        [
          "Waveform Acquired",
          "121143"
        ],
        [
          "Document Title",
          "121144"
        ],
        [
          "Description of Material",
          "121145"
        ],
        [
          "Quantity of Material",
          "121146"
        ],
        [
          "Billing Code",
          "121147"
        ],
        [
          "Unit Serial Identifier",
          "121148"
        ],
        [
          "Lot Identifier",
          "121149"
        ],
        [
          "Device Code",
          "121150"
        ],
        [
          "Lesion Identifier",
          "121151"
        ],
        [
          "Person administering drug/contrast",
          "121152"
        ],
        [
          "Lesion Risk",
          "121153"
        ],
        [
          "Intervention attempt identifier",
          "121154"
        ],
        [
          "Deployment",
          "121155"
        ],
        [
          "Percutaneous Entry Action",
          "121156"
        ],
        [
          "Begin Circulatory Support",
          "121157"
        ],
        [
          "End Circulatory Support",
          "121158"
        ],
        [
          "Oxygen Administration Rate",
          "121160"
        ],
        [
          "Begin Oxygen Administration",
          "121161"
        ],
        [
          "End oxygen administration",
          "121162"
        ],
        [
          "By ventilator",
          "121163"
        ],
        [
          "Patient Assessment Performed",
          "121165"
        ],
        [
          "Begin Pacing",
          "121166"
        ],
        [
          "End Pacing",
          "121167"
        ],
        [
          "Begin Ventilation",
          "121168"
        ],
        [
          "End Ventilation",
          "121169"
        ],
        [
          "Tech Note",
          "121171"
        ],
        [
          "Nursing Note",
          "121172"
        ],
        [
          "Physician Note",
          "121173"
        ],
        [
          "Procedure Note",
          "121174"
        ],
        [
          "Key Images",
          "121180"
        ],
        [
          "DICOM Object Catalog",
          "121181"
        ],
        [
          "Referenced Frames",
          "121190"
        ],
        [
          "Referenced Segment",
          "121191"
        ],
        [
          "Device Subject",
          "121192"
        ],
        [
          "Device Subject Name",
          "121193"
        ],
        [
          "Device Subject Manufacturer",
          "121194"
        ],
        [
          "Device Subject Model Name",
          "121195"
        ],
        [
          "Device Subject Serial Number",
          "121196"
        ],
        [
          "Device Subject Physical Location during observation",
          "121197"
        ],
        [
          "Device Subject UID",
          "121198"
        ],
        [
          "Illustration of ROI",
          "121200"
        ],
        [
          "Area Outline",
          "121201"
        ],
        [
          "Area of Defined Region",
          "121202"
        ],
        [
          "Distance",
          "121206"
        ],
        [
          "Height",
          "121207"
        ],
        [
          "Inter-Marker Distance",
          "121208"
        ],
        [
          "Path",
          "121210"
        ],
        [
          "Path length",
          "121211"
        ],
        [
          "Perimeter Outline",
          "121213"
        ],
        [
          "Referenced Segmentation Frame",
          "121214"
        ],
        [
          "Volume estimated from single 2D region",
          "121216"
        ],
        [
          "Volume estimated from three or more non-coplanar 2D regions",
          "121217"
        ],
        [
          "Volume estimated from two non-coplanar 2D regions",
          "121218"
        ],
        [
          "Volume of bounding three dimensional region",
          "121219"
        ],
        [
          "Volume of circumscribed sphere",
          "121220"
        ],
        [
          "Volume of ellipsoid",
          "121221"
        ],
        [
          "Volume of sphere",
          "121222"
        ],
        [
          "Path Vertex",
          "121230"
        ],
        [
          "Volume Surface",
          "121231"
        ],
        [
          "Source series for segmentation",
          "121232"
        ],
        [
          "Source image for segmentation",
          "121233"
        ],
        [
          "Distance from nipple",
          "121242"
        ],
        [
          "Distance from skin",
          "121243"
        ],
        [
          "Distance from chest wall",
          "121244"
        ],
        [
          "Patient exposure to ionizing radiation",
          "121290"
        ],
        [
          "Results communicated",
          "121291"
        ],
        [
          "Simultaneous Doppler",
          "121301"
        ],
        [
          "Simultaneous Hemodynamic",
          "121302"
        ],
        [
          "Simultaneous ECG",
          "121303"
        ],
        [
          "Simultaneous Voice Narrative",
          "121304"
        ],
        [
          "Simultaneous Respiratory Waveform",
          "121305"
        ],
        [
          "Simultaneous Arterial Pulse Waveform",
          "121306"
        ],
        [
          "Simultaneous Phonocardiographic Waveform",
          "121307"
        ],
        [
          "Localizer",
          "121311"
        ],
        [
          "Biopsy localizer",
          "121312"
        ],
        [
          "Other partial views",
          "121313"
        ],
        [
          "Other image of biplane pair",
          "121314"
        ],
        [
          "Other image of stereoscopic pair",
          "121315"
        ],
        [
          "Images related to standalone object",
          "121316"
        ],
        [
          "Spectroscopy",
          "121317"
        ],
        [
          "Spectroscopy Data for Water Phase Correction",
          "121318"
        ],
        [
          "Uncompressed predecessor",
          "121320"
        ],
        [
          "Mask image for image processing operation",
          "121321"
        ],
        [
          "Source image for image processing operation",
          "121322"
        ],
        [
          "Source series for image processing operation",
          "121323"
        ],
        [
          "Source Image",
          "121324"
        ],
        [
          "Lossy compressed image",
          "121325"
        ],
        [
          "Alternate SOP Class instance",
          "121326"
        ],
        [
          "Full fidelity image",
          "121327"
        ],
        [
          "Alternate Photometric Interpretation image",
          "121328"
        ],
        [
          "Source image for montage",
          "121329"
        ],
        [
          "Lossy compressed predecessor",
          "121330"
        ],
        [
          "Equivalent CDA Document",
          "121331"
        ],
        [
          "Complete Rendering for Presentation",
          "121332"
        ],
        [
          "Partial Rendering for Presentation",
          "121333"
        ],
        [
          "Extended Rendering for Presentation",
          "121334"
        ],
        [
          "Source Document",
          "121335"
        ],
        [
          "Anatomic image",
          "121338"
        ],
        [
          "Functional image",
          "121339"
        ],
        [
          "Spectral filtered image",
          "121340"
        ],
        [
          "Device localizer",
          "121341"
        ],
        [
          "Dose Image",
          "121342"
        ],
        [
          "Acquisition frames corresponding to volume",
          "121346"
        ],
        [
          "Volume corresponding to spatially-related acquisition frames",
          "121347"
        ],
        [
          "Temporal Predecessor",
          "121348"
        ],
        [
          "Temporal Successor",
          "121349"
        ],
        [
          "Same acquisition at lower resolution",
          "121350"
        ],
        [
          "Same acquisition at higher resolution",
          "121351"
        ],
        [
          "Same acquisition at different focal depth",
          "121352"
        ],
        [
          "Same acquisition at different spectral band",
          "121353"
        ],
        [
          "Imaged container label",
          "121354"
        ],
        [
          "For Processing predecessor",
          "121358"
        ],
        [
          "Replaced report",
          "121360"
        ],
        [
          "Addended report",
          "121361"
        ],
        [
          "Preliminary report",
          "121362"
        ],
        [
          "Partial report",
          "121363"
        ],
        [
          "Composed from prior doses",
          "121370"
        ],
        [
          "Composed from prior doses and current plan",
          "121371"
        ],
        [
          "Source dose for composing current dose",
          "121372"
        ],
        [
          "Active Ingredient Undiluted Concentration",
          "121380"
        ],
        [
          "Contrast/Bolus Ingredient Opaque",
          "121381"
        ],
        [
          "Quantity administered",
          "121382"
        ],
        [
          "Mass administered",
          "121383"
        ],
        [
          "Derivation",
          "121401"
        ],
        [
          "Normality",
          "121402"
        ],
        [
          "Level of Significance",
          "121403"
        ],
        [
          "Selection Status",
          "121404"
        ],
        [
          "Population description",
          "121405"
        ],
        [
          "Reference Authority",
          "121406"
        ],
        [
          "Normal Range description",
          "121407"
        ],
        [
          "Normal Range Authority",
          "121408"
        ],
        [
          "User chosen value",
          "121410"
        ],
        [
          "Most recent value chosen",
          "121411"
        ],
        [
          "Mean value chosen",
          "121412"
        ],
        [
          "Standard deviation of population",
          "121414"
        ],
        [
          "Percentile Ranking of measurement",
          "121415"
        ],
        [
          "Z-Score of measurement",
          "121416"
        ],
        [
          "2 Sigma deviation of population",
          "121417"
        ],
        [
          "Equation",
          "121420"
        ],
        [
          "Equation Citation",
          "121421"
        ],
        [
          "Table of Values Citation",
          "121422"
        ],
        [
          "Method Citation",
          "121423"
        ],
        [
          "Table of Values",
          "121424"
        ],
        [
          "Index",
          "121425"
        ],
        [
          "Estimated",
          "121427"
        ],
        [
          "Calculated",
          "121428"
        ],
        [
          "Concern",
          "121430"
        ],
        [
          "DateTime Concern Noted",
          "121431"
        ],
        [
          "DateTime Concern Resolved",
          "121432"
        ],
        [
          "DateTime Problem Resolved",
          "121433"
        ],
        [
          "Service Delivery Location",
          "121434"
        ],
        [
          "Service Performer",
          "121435"
        ],
        [
          "Medical Device Used",
          "121436"
        ],
        [
          "Pharmacologic and exercise stress test",
          "121437"
        ],
        [
          "Paced stress test",
          "121438"
        ],
        [
          "Correction of congenital cardiovascular deformity",
          "121439"
        ],
        [
          "RT Patient Setup",
          "121701"
        ],
        [
          "RT Patient Position Acquisition, single plane MV",
          "121702"
        ],
        [
          "RT Patient Position Acquisition, dual plane MV",
          "121703"
        ],
        [
          "RT Patient Position Acquisition, single plane kV",
          "121704"
        ],
        [
          "RT Patient Position Acquisition, dual plane kV",
          "121705"
        ],
        [
          "RT Patient Position Acquisition, dual plane kV/MV",
          "121706"
        ],
        [
          "RT Patient Position Acquisition, CT kV",
          "121707"
        ],
        [
          "RT Patient Position Acquisition, CT MV",
          "121708"
        ],
        [
          "RT Patient Position Acquisition, Optical",
          "121709"
        ],
        [
          "RT Patient Position Acquisition, Ultrasound",
          "121710"
        ],
        [
          "RT Patient Position Acquisition, Spatial Fiducials",
          "121711"
        ],
        [
          "RT Patient Position Registration, single plane",
          "121712"
        ],
        [
          "RT Patient Position Registration, dual plane",
          "121713"
        ],
        [
          "RT Patient Position Registration, 3D CT general",
          "121714"
        ],
        [
          "RT Patient Position Registration, 3D CT marker-based",
          "121715"
        ],
        [
          "RT Patient Position Registration, 3D CT volume-based",
          "121716"
        ],
        [
          "RT Patient Position Registration, 3D on 2D reference",
          "121717"
        ],
        [
          "RT Patient Position Registration, 2D on 3D reference",
          "121718"
        ],
        [
          "RT Patient Position Registration, Optical",
          "121719"
        ],
        [
          "RT Patient Position Registration, Ultrasound",
          "121720"
        ],
        [
          "RT Patient Position Registration, Spatial Fiducials",
          "121721"
        ],
        [
          "RT Patient Position Adjustment",
          "121722"
        ],
        [
          "RT Patient Position In-treatment-session Review",
          "121723"
        ],
        [
          "RT Treatment Simulation with Internal Verification",
          "121724"
        ],
        [
          "RT Treatment Simulation with External Verification",
          "121725"
        ],
        [
          "RT Treatment with Internal Verification",
          "121726"
        ],
        [
          "RT Treatment with External Verification",
          "121727"
        ],
        [
          "RT Treatment QA with Internal Verification",
          "121728"
        ],
        [
          "RT Treatment QA with External Verification",
          "121729"
        ],
        [
          "RT Machine QA",
          "121730"
        ],
        [
          "RT Treatment QA by RT Plan Dose Check",
          "121731"
        ],
        [
          "RT Treatment QA by RT Plan Difference Check",
          "121732"
        ],
        [
          "RT Treatment QA by RT Ion Plan Dose Check",
          "121733"
        ],
        [
          "RT Treatment QA with RT Ion Plan Difference Check",
          "121734"
        ],
        [
          "Treatment Delivery Type",
          "121740"
        ],
        [
          "Patient called to procedure room",
          "122001"
        ],
        [
          "Patient admitted to procedure room",
          "122002"
        ],
        [
          "Patient given pre-procedure instruction",
          "122003"
        ],
        [
          "Patient informed consent given",
          "122004"
        ],
        [
          "Patient advance directive given",
          "122005"
        ],
        [
          "Nil Per Os (NPO) status confirmed",
          "122006"
        ],
        [
          "Patient assisted to table",
          "122007"
        ],
        [
          "Patient prepped and draped",
          "122008"
        ],
        [
          "Patient connected to continuous monitoring",
          "122009"
        ],
        [
          "Patient transferred to holding area",
          "122010"
        ],
        [
          "Patient transferred to surgery",
          "122011"
        ],
        [
          "Patient transferred to CCU",
          "122012"
        ],
        [
          "Patient disoriented",
          "122020"
        ],
        [
          "Patient reports nausea",
          "122021"
        ],
        [
          "Patient reports discomfort",
          "122022"
        ],
        [
          "Patient reports chest pain",
          "122023"
        ],
        [
          "Patient reports no pain",
          "122024"
        ],
        [
          "Patient alert",
          "122025"
        ],
        [
          "Patient restless",
          "122026"
        ],
        [
          "Patient sedated",
          "122027"
        ],
        [
          "Patient asleep",
          "122028"
        ],
        [
          "Patient unresponsive",
          "122029"
        ],
        [
          "Patient has respiratory difficulty",
          "122030"
        ],
        [
          "Patient coughed",
          "122031"
        ],
        [
          "Patient disconnected from continuous monitoring",
          "122032"
        ],
        [
          "Hemostasis achieved",
          "122033"
        ],
        [
          "Hemostasis not achieved - oozing",
          "122034"
        ],
        [
          "Hemostasis not achieved - actively bleeding",
          "122035"
        ],
        [
          "Patient given post-procedure instruction",
          "122036"
        ],
        [
          "Patient discharged from department",
          "122037"
        ],
        [
          "Patient pronounced dead",
          "122038"
        ],
        [
          "Patient transferred to morgue",
          "122039"
        ],
        [
          "Personnel Arrived",
          "122041"
        ],
        [
          "Personnel Departed",
          "122042"
        ],
        [
          "Page Sent To",
          "122043"
        ],
        [
          "Consultation With",
          "122044"
        ],
        [
          "Office called",
          "122045"
        ],
        [
          "Equipment failure",
          "122046"
        ],
        [
          "Equipment brought to procedure room",
          "122047"
        ],
        [
          "Equipment ready",
          "122048"
        ],
        [
          "Equipment removed",
          "122049"
        ],
        [
          "Bioptome",
          "122052"
        ],
        [
          "Valvular Intervention",
          "122053"
        ],
        [
          "Aortic Intervention",
          "122054"
        ],
        [
          "Septal Defect Intervention",
          "122055"
        ],
        [
          "Vascular Intervention",
          "122056"
        ],
        [
          "Myocardial biopsy",
          "122057"
        ],
        [
          "Arterial conduit angiography",
          "122058"
        ],
        [
          "Single plane Angiography",
          "122059"
        ],
        [
          "Bi-plane Angiography",
          "122060"
        ],
        [
          "Percutaneous Coronary Intervention",
          "122061"
        ],
        [
          "15-Lead ECG",
          "122062"
        ],
        [
          "Pre-procedure log",
          "122072"
        ],
        [
          "Current procedure evidence",
          "122073"
        ],
        [
          "Prior report for current patient",
          "122075"
        ],
        [
          "Consumable taken from inventory",
          "122076"
        ],
        [
          "Consumable returned to inventory",
          "122077"
        ],
        [
          "Remaining consumable disposed",
          "122078"
        ],
        [
          "Consumable unusable",
          "122079"
        ],
        [
          "Drug start",
          "122081"
        ],
        [
          "Drug end",
          "122082"
        ],
        [
          "Drug administered",
          "122083"
        ],
        [
          "Contrast start",
          "122084"
        ],
        [
          "Contrast end",
          "122085"
        ],
        [
          "Contrast administered",
          "122086"
        ],
        [
          "Infusate start",
          "122087"
        ],
        [
          "Infusate end",
          "122088"
        ],
        [
          "Device crossed lesion",
          "122089"
        ],
        [
          "Intervention Action",
          "122090"
        ],
        [
          "Volume administered",
          "122091"
        ],
        [
          "Undiluted dose administered",
          "122092"
        ],
        [
          "Concentration",
          "122093"
        ],
        [
          "Rate of administration",
          "122094"
        ],
        [
          "Duration of administration",
          "122095"
        ],
        [
          "Volume unadministered or discarded",
          "122096"
        ],
        [
          "Catheter Curve",
          "122097"
        ],
        [
          "Transmit Frequency",
          "122098"
        ],
        [
          "ST change from baseline",
          "122099"
        ],
        [
          "Aneurysm on cited vessel",
          "122101"
        ],
        [
          "Graft to cited segment, proximal section",
          "122102"
        ],
        [
          "Graft to cited segment, mid section",
          "122103"
        ],
        [
          "Graft to cited segment, distal section",
          "122104"
        ],
        [
          "DateTime of Intervention",
          "122105"
        ],
        [
          "Duration of Intervention",
          "122106"
        ],
        [
          "Baseline Stenosis Measurement",
          "122107"
        ],
        [
          "Post-Intervention Stenosis Measurement",
          "122108"
        ],
        [
          "Baseline TIMI Flow",
          "122109"
        ],
        [
          "Post-Intervention TIMI Flow",
          "122110"
        ],
        [
          "Primary Intervention Device",
          "122111"
        ],
        [
          "Normal Myocardium",
          "122112"
        ],
        [
          "Sacrred Myocardial",
          "122113"
        ],
        [
          "Thinning Myocardium",
          "122114"
        ],
        [
          "Hemodynamics Report",
          "122120"
        ],
        [
          "Atrial pressure measurements",
          "122121"
        ],
        [
          "Ventricular pressure measurements",
          "122122"
        ],
        [
          "Gradient assessment",
          "122123"
        ],
        [
          "Blood velocity measurements",
          "122124"
        ],
        [
          "Blood lab measurements",
          "122125"
        ],
        [
          "Derived Hemodynamic Measurements",
          "122126"
        ],
        [
          "Clinical Context",
          "122127"
        ],
        [
          "Patient Transferred From",
          "122128"
        ],
        [
          "PCI during this procedure",
          "122129"
        ],
        [
          "Dose Area Product",
          "122130"
        ],
        [
          "Degree of Thrombus",
          "122131"
        ],
        [
          "Severity of Calcification",
          "122132"
        ],
        [
          "Lesion Morphology",
          "122133"
        ],
        [
          "Vessel Morphology",
          "122134"
        ],
        [
          "Circulatory Support",
          "122138"
        ],
        [
          "Reason for Exam",
          "122139"
        ],
        [
          "Comparison with Prior Exam Done",
          "122140"
        ],
        [
          "Electrode Placement",
          "122141"
        ],
        [
          "Acquisition Device Type",
          "122142"
        ],
        [
          "Acquisition Device ID",
          "122143"
        ],
        [
          "Quantitative Analysis",
          "122144"
        ],
        [
          "Qualitative Analysis",
          "122145"
        ],
        [
          "Procedure DateTime",
          "122146"
        ],
        [
          "Clinical Interpretation",
          "122147"
        ],
        [
          "Lead ID",
          "122148"
        ],
        [
          "Beat Number",
          "122149"
        ],
        [
          "Compound Statement",
          "122150"
        ],
        [
          "Trend",
          "122151"
        ],
        [
          "Statement",
          "122152"
        ],
        [
          "Statement Modifier",
          "122153"
        ],
        [
          "Conjunctive Term",
          "122154"
        ],
        [
          "Probability",
          "122157"
        ],
        [
          "ECG Global Measurements",
          "122158"
        ],
        [
          "ECG Lead Measurements",
          "122159"
        ],
        [
          "Derived Area, Non-Valve",
          "122160"
        ],
        [
          "Pulmonary Flow",
          "122161"
        ],
        [
          "Systemic Flow",
          "122162"
        ],
        [
          "Discharge DateTime",
          "122163"
        ],
        [
          "Coronary Artery Bypass During This Admission",
          "122164"
        ],
        [
          "Date of Death",
          "122165"
        ],
        [
          "Death During This Admission",
          "122166"
        ],
        [
          "Death During Catheterization",
          "122167"
        ],
        [
          "Type of Myocardial Infarction",
          "122170"
        ],
        [
          "Coronary lesion > = 50% stenosis",
          "122171"
        ],
        [
          "Acute MI Present",
          "122172"
        ],
        [
          "ST Elevation Onset DateTime",
          "122173"
        ],
        [
          "Number of lesion interventions attempted",
          "122175"
        ],
        [
          "Number of lesion interventions successful",
          "122176"
        ],
        [
          "Procedure Result",
          "122177"
        ],
        [
          "Lesion Intervention Information",
          "122178"
        ],
        [
          "Peri-procedural MI occurred",
          "122179"
        ],
        [
          "CK-MB baseline",
          "122180"
        ],
        [
          "CK-MB peak",
          "122181"
        ],
        [
          "R-R interval",
          "122182"
        ],
        [
          "Blood temperature",
          "122183"
        ],
        [
          "Blood Oxygen content",
          "122185"
        ],
        [
          "Blood Carbon dioxide saturation",
          "122187"
        ],
        [
          "Pulmonary Arterial Content (FCpa)",
          "122188"
        ],
        [
          "Pulmonary Venous Content (FCpv)",
          "122189"
        ],
        [
          "Max dp/dt/P",
          "122190"
        ],
        [
          "Ventricular End Diastolic pressure",
          "122191"
        ],
        [
          "Indicator appearance time",
          "122192"
        ],
        [
          "Maximum pressure acceleration",
          "122193"
        ],
        [
          "Ventricular Systolic blood pressure",
          "122194"
        ],
        [
          "Pulse Strength",
          "122195"
        ],
        [
          "C wave pressure",
          "122196"
        ],
        [
          "Gradient pressure, average",
          "122197"
        ],
        [
          "Gradient pressure, peak",
          "122198"
        ],
        [
          "Pressure at dp/dt max",
          "122199"
        ],
        [
          "Diastolic blood velocity, mean",
          "122201"
        ],
        [
          "Diastolic blood velocity, peak",
          "122202"
        ],
        [
          "Systolic blood velocity, mean",
          "122203"
        ],
        [
          "Systolic blood velocity, peak",
          "122204"
        ],
        [
          "Blood velocity, mean",
          "122205"
        ],
        [
          "Blood velocity, minimum",
          "122206"
        ],
        [
          "Blood velocity, peak",
          "122207"
        ],
        [
          "x-descent pressure",
          "122208"
        ],
        [
          "y-descent pressure",
          "122209"
        ],
        [
          "z-point pressure",
          "122210"
        ],
        [
          "Left Ventricular ejection time",
          "122211"
        ],
        [
          "Left Ventricular filling time",
          "122212"
        ],
        [
          "Right Ventricular ejection time",
          "122213"
        ],
        [
          "Right Ventricular filling time",
          "122214"
        ],
        [
          "Total Pulmonary Resistance",
          "122215"
        ],
        [
          "Total Vascular Resistance",
          "122216"
        ],
        [
          "Coronary Flow reserve",
          "122217"
        ],
        [
          "Diastolic/Systolic velocity ratio",
          "122218"
        ],
        [
          "Hyperemic ratio",
          "122219"
        ],
        [
          "Hemodynamic Resistance Index",
          "122220"
        ],
        [
          "Thorax diameter, sagittal",
          "122221"
        ],
        [
          "Procedure Environmental Characteristics",
          "122222"
        ],
        [
          "Room oxygen concentration",
          "122223"
        ],
        [
          "Room temperature",
          "122224"
        ],
        [
          "Room Barometric pressure",
          "122225"
        ],
        [
          "Left to Right Flow",
          "122227"
        ],
        [
          "Right to Left Flow",
          "122228"
        ],
        [
          "Arteriovenous difference",
          "122229"
        ],
        [
          "10 Year CHD Risk",
          "122230"
        ],
        [
          "Comparative Average10 Year CHD Risk",
          "122231"
        ],
        [
          "Comparative Low10 Year CHD Risk",
          "122232"
        ],
        [
          "LDL Cholesterol Score Sheet for Men",
          "122233"
        ],
        [
          "LDL Cholesterol Score Sheet for Women",
          "122234"
        ],
        [
          "Total Cholesterol Score Sheet for Men",
          "122235"
        ],
        [
          "Total Cholesterol Score Sheet for Women",
          "122236"
        ],
        [
          "Corrected Sinus Node Recovery Time",
          "122237"
        ],
        [
          "Max volume normalized to 50mmHg pulse pressure",
          "122238"
        ],
        [
          "Oxygen Consumption",
          "122239"
        ],
        [
          "BSA = 3.207*WT^(0.7285-0.0188 log (WT)) *HT^0.3",
          "122240"
        ],
        [
          "BSA = 0.007184*WT^ 0.425*HT^0.725",
          "122241"
        ],
        [
          "BSA = 0.0235*WT^0.51456*HT^ 0.42246",
          "122242"
        ],
        [
          "BSA = 0.024265*WT^0.5378*HT^0.3964",
          "122243"
        ],
        [
          "BSA = (HT * WT/36) ^0.5",
          "122244"
        ],
        [
          "BSA = 1321+0.3433*WT",
          "122245"
        ],
        [
          "BSA = 0.0004688 * WT ^ (0.8168 - 0.0154 * log(WT))",
          "122246"
        ],
        [
          "VO2male = BSA (138.1 - 11.49 * loge(age) + 0.378 * HRf)",
          "122247"
        ],
        [
          "VO2female = BSA (138.1 - 17.04 * loge(age) + 0.378 * HRf)",
          "122248"
        ],
        [
          "VO2 = VeSTPD * 10 * (FIO2 - FE02)",
          "122249"
        ],
        [
          "VO2 = 152 * BSA",
          "122250"
        ],
        [
          "VO2 = 175 * BSA",
          "122251"
        ],
        [
          "VO2 = 176 * BSA",
          "122252"
        ],
        [
          "Robertson & Reid table",
          "122253"
        ],
        [
          "Fleisch table",
          "122254"
        ],
        [
          "Boothby table",
          "122255"
        ],
        [
          "if (prem age< 3days) P50 = 19.9",
          "122256"
        ],
        [
          "if (age < 1day) P50 = 21.6",
          "122257"
        ],
        [
          "if (age < 30day) P50 = 24.6",
          "122258"
        ],
        [
          "if (age < 18y) P50 = 27.2",
          "122259"
        ],
        [
          "if (age < 40y) P50 = 27.4",
          "122260"
        ],
        [
          "if (age > 60y) P50 = 29.3",
          "122261"
        ],
        [
          "Area = Flow / 44.5 * sqrt(Gradient[mmHg])",
          "122262"
        ],
        [
          "MVA = Flow / 38.0 * sqrt(Gradient[mmHg])",
          "122263"
        ],
        [
          "BMI = Wt / Ht ^ 2",
          "122265"
        ],
        [
          "BSA = 0.007358 * WT ^ 0.425 * HT ^ 0.725",
          "122266"
        ],
        [
          "BSA = 0.010265 * WT ^ 0.423 * HT ^ 0.651",
          "122267"
        ],
        [
          "BSA = 0.008883 * WT ^ 0.444 * HT ^ 0.663",
          "122268"
        ],
        [
          "BSA = 0.038189 * WT ^ 0.423 * HT ^ 0.362",
          "122269"
        ],
        [
          "BSA = 0.009568 * WT ^ 0.473 * HT ^ 0.655",
          "122270"
        ],
        [
          "Skin Condition Warm",
          "122271"
        ],
        [
          "Skin Condition Cool",
          "122272"
        ],
        [
          "Skin Condition Cold",
          "122273"
        ],
        [
          "Skin Condition Dry",
          "122274"
        ],
        [
          "Skin Condition Clammy",
          "122275"
        ],
        [
          "Skin Condition Diaphoretic",
          "122276"
        ],
        [
          "Skin Condition Flush",
          "122277"
        ],
        [
          "Skin Condition Mottled",
          "122278"
        ],
        [
          "Skin Condition Pale",
          "122279"
        ],
        [
          "Airway unobstructed",
          "122281"
        ],
        [
          "Airway partially obstructed",
          "122282"
        ],
        [
          "Airway severely obstructed",
          "122283"
        ],
        [
          "Not Visualized",
          "122288"
        ],
        [
          "Quantitative Arteriography Report",
          "122291"
        ],
        [
          "Quantitative Ventriculography Report",
          "122292"
        ],
        [
          "Guidewire crossing lesion unsuccessful",
          "122301"
        ],
        [
          "Guidewire crossing lesion successful",
          "122302"
        ],
        [
          "Angioplasty balloon inflated",
          "122303"
        ],
        [
          "Angioplasty balloon deflated",
          "122304"
        ],
        [
          "Device deployed",
          "122305"
        ],
        [
          "Stent re-expanded",
          "122306"
        ],
        [
          "Object removed",
          "122307"
        ],
        [
          "Radiation applied",
          "122308"
        ],
        [
          "Radiation removed",
          "122309"
        ],
        [
          "Interventional device placement unsuccessful",
          "122310"
        ],
        [
          "Interventional device placed",
          "122311"
        ],
        [
          "Intervention performed",
          "122312"
        ],
        [
          "Interventional device withdrawn",
          "122313"
        ],
        [
          "Catheter Size",
          "122319"
        ],
        [
          "Injectate Temperature",
          "122320"
        ],
        [
          "Injectate Volume",
          "122321"
        ],
        [
          "Calibration Factor",
          "122322"
        ],
        [
          "IVUS Report",
          "122325"
        ],
        [
          "EEM Diameter",
          "122330"
        ],
        [
          "Plaque Plus Media Thickness",
          "122331"
        ],
        [
          "Lumen Perimeter",
          "122332"
        ],
        [
          "EEM Cross-Sectional Area",
          "122333"
        ],
        [
          "Plaque plus Media Cross-Sectional Area",
          "122334"
        ],
        [
          "In-Stent Neointimal Cross-Sectional Area",
          "122335"
        ],
        [
          "Vascular Volume measurement length",
          "122336"
        ],
        [
          "Relative position",
          "122337"
        ],
        [
          "Stent Volume Obstruction",
          "122339"
        ],
        [
          "Fiducial feature",
          "122340"
        ],
        [
          "Calcium Length",
          "122341"
        ],
        [
          "Lumen Eccentricity Index",
          "122343"
        ],
        [
          "Plaque plus Media Eccentricity Index",
          "122344"
        ],
        [
          "Remodeling Index",
          "122345"
        ],
        [
          "Stent Symmetry Index",
          "122346"
        ],
        [
          "Stent Expansion Index",
          "122347"
        ],
        [
          "Lumen Shape Index",
          "122348"
        ],
        [
          "Lumen Diameter Ratio",
          "122350"
        ],
        [
          "Stent Diameter Ratio",
          "122351"
        ],
        [
          "EEM Diameter Ratio",
          "122352"
        ],
        [
          "Plaque Burden",
          "122354"
        ],
        [
          "Arc of Calcium",
          "122355"
        ],
        [
          "Soft plaque",
          "122356"
        ],
        [
          "In-Stent Neointima",
          "122357"
        ],
        [
          "True Lumen",
          "122360"
        ],
        [
          "False Lumen",
          "122361"
        ],
        [
          "Plaque Rupture",
          "122363"
        ],
        [
          "Stent Gap",
          "122364"
        ],
        [
          "T-1 Worst",
          "122367"
        ],
        [
          "T-2 Secondary",
          "122368"
        ],
        [
          "T-3 Secondary",
          "122369"
        ],
        [
          "T-4 Secondary",
          "122370"
        ],
        [
          "EEM Volume",
          "122371"
        ],
        [
          "Lumen Volume",
          "122372"
        ],
        [
          "In-Stent Neointimal Volume",
          "122374"
        ],
        [
          "Native Plaque Volume",
          "122375"
        ],
        [
          "Total Plaque Volume",
          "122376"
        ],
        [
          "Proximal Reference",
          "122380"
        ],
        [
          "Distal Reference",
          "122381"
        ],
        [
          "Site of Lumen Minimum",
          "122382"
        ],
        [
          "Entire Pullback",
          "122383"
        ],
        [
          "Stented Region",
          "122384"
        ],
        [
          "Proximal Stent Margin",
          "122385"
        ],
        [
          "Distal Stent Margin",
          "122386"
        ],
        [
          "Dissection Classification",
          "122387"
        ],
        [
          "Intra-stent Dissection",
          "122388"
        ],
        [
          "Vulnerable Plaque",
          "122389"
        ],
        [
          "Eroded Plaque",
          "122390"
        ],
        [
          "Relative Stenosis Severity",
          "122391"
        ],
        [
          "Restenotic Lesion",
          "122393"
        ],
        [
          "Fibro-Lipidic Plaque",
          "122394"
        ],
        [
          "Necrotic-Lipidic Plaque",
          "122395"
        ],
        [
          "Intimal Dissection",
          "122398"
        ],
        [
          "Medial Dissection",
          "122399"
        ],
        [
          "Simultaneously Acquired",
          "122400"
        ],
        [
          "Same Anatomy",
          "122401"
        ],
        [
          "Same Indication",
          "122402"
        ],
        [
          "For Attenuation Correction",
          "122403"
        ],
        [
          "Reconstructed",
          "122404"
        ],
        [
          "Algorithm Manufacturer",
          "122405"
        ],
        [
          "Left Atrial Ejection Fraction by Angiography",
          "122406"
        ],
        [
          "Left Atrial ED Volume",
          "122407"
        ],
        [
          "Left Atrial ES Volume",
          "122408"
        ],
        [
          "Contour Realignment",
          "122410"
        ],
        [
          "Threshold Value",
          "122411"
        ],
        [
          "Regional Abnormal Wall Motion",
          "122417"
        ],
        [
          "Calibration Object",
          "122421"
        ],
        [
          "Calibration Method",
          "122422"
        ],
        [
          "Calibration Object Size",
          "122423"
        ],
        [
          "Area Length Method",
          "122428"
        ],
        [
          "Volume Method",
          "122429"
        ],
        [
          "Reference Method",
          "122430"
        ],
        [
          "Regression Slope ED",
          "122431"
        ],
        [
          "Regression Offset ED",
          "122432"
        ],
        [
          "Regression Slope ES",
          "122433"
        ],
        [
          "Regression Offset ES",
          "122434"
        ],
        [
          "Regression Volume Exponent",
          "122435"
        ],
        [
          "Reference Points",
          "122438"
        ],
        [
          "Wall Thickness",
          "122445"
        ],
        [
          "Wall Volume",
          "122446"
        ],
        [
          "Wall Mass",
          "122447"
        ],
        [
          "Wall Stress",
          "122448"
        ],
        [
          "Centerline Wall Motion Analysis",
          "122449"
        ],
        [
          "Normalized Chord Length",
          "122450"
        ],
        [
          "Abnormal Region",
          "122451"
        ],
        [
          "First Chord of Abnormal Region",
          "122452"
        ],
        [
          "Last Chord of Abnormal Region",
          "122453"
        ],
        [
          "Territory Region Severity",
          "122459"
        ],
        [
          "Opposite Region Severity",
          "122461"
        ],
        [
          "LAD Region in RAO Projection",
          "122464"
        ],
        [
          "RCA Region in ROA Projection",
          "122465"
        ],
        [
          "Single LAD Region in RAO Projection",
          "122466"
        ],
        [
          "Single RCA Region in RAO Projection",
          "122467"
        ],
        [
          "Multiple LAD Region in RAO Projection",
          "122468"
        ],
        [
          "Multiple RCA Region in RAO Projection",
          "122469"
        ],
        [
          "LAD Region in LAO Projection",
          "122470"
        ],
        [
          "RCA Region in LAO Projection",
          "122471"
        ],
        [
          "CFX Region in LAO Projection",
          "122472"
        ],
        [
          "Circular Method",
          "122473"
        ],
        [
          "Densitometric Method",
          "122474"
        ],
        [
          "Center of Gravity",
          "122475"
        ],
        [
          "Long Axis Based",
          "122476"
        ],
        [
          "No Realignment",
          "122477"
        ],
        [
          "Vessel Lumen Cross-Sectional Area",
          "122480"
        ],
        [
          "Contour Start",
          "122481"
        ],
        [
          "Contour End",
          "122482"
        ],
        [
          "Sphere",
          "122485"
        ],
        [
          "Geometric Isocenter",
          "122486"
        ],
        [
          "Geometric Non-Isocenter",
          "122487"
        ],
        [
          "Calibration Object Used",
          "122488"
        ],
        [
          "Curve Fitted Reference",
          "122489"
        ],
        [
          "Interpolated Local Reference",
          "122490"
        ],
        [
          "Mean Local Reference",
          "122491"
        ],
        [
          "Radial Based Wall Motion Analysis",
          "122493"
        ],
        [
          "Regional Contribution to Ejection Fraction",
          "122495"
        ],
        [
          "Radial Shortening",
          "122496"
        ],
        [
          "Landmark Based Wall Motion Analysis",
          "122497"
        ],
        [
          "Slice Contribution to Ejection Fraction",
          "122498"
        ],
        [
          "Frame to Frame Analysis",
          "122499"
        ],
        [
          "Area of closed irregular polygon",
          "122501"
        ],
        [
          "Area of a closed NURBS",
          "122502"
        ],
        [
          "Integration of sum of closed areas on contiguous slices",
          "122503"
        ],
        [
          "Calibration",
          "122505"
        ],
        [
          "Left Contour",
          "122507"
        ],
        [
          "Right Contour",
          "122508"
        ],
        [
          "Diameter Graph",
          "122509"
        ],
        [
          "Length Luminal Segment",
          "122510"
        ],
        [
          "Graph Increment",
          "122511"
        ],
        [
          "Site of Maximum Luminal",
          "122516"
        ],
        [
          "Densitometric Luminal Cross-sectional Area Graph",
          "122517"
        ],
        [
          "Position of Proximal Border",
          "122528"
        ],
        [
          "Position of Distal Border",
          "122529"
        ],
        [
          "Plaque Area",
          "122542"
        ],
        [
          "Diameter Symmetry",
          "122544"
        ],
        [
          "Area Symmetry",
          "122545"
        ],
        [
          "Inflow Angle",
          "122546"
        ],
        [
          "Outflow Angle",
          "122547"
        ],
        [
          "Stenotic Flow Reserve",
          "122548"
        ],
        [
          "Poiseuille Resistance",
          "122549"
        ],
        [
          "Turbulence Resistance",
          "122550"
        ],
        [
          "Pressure Drop at SFR",
          "122551"
        ],
        [
          "Segmentation Method",
          "122554"
        ],
        [
          "Estimated Normal Flow",
          "122555"
        ],
        [
          "Area Length Kennedy",
          "122558"
        ],
        [
          "Area Length Dodge",
          "122559"
        ],
        [
          "Area Length Wynne",
          "122560"
        ],
        [
          "Multiple Slices",
          "122562"
        ],
        [
          "Boak",
          "122563"
        ],
        [
          "TS Pyramid",
          "122564"
        ],
        [
          "Two Chamber",
          "122565"
        ],
        [
          "Parallelepiped",
          "122566"
        ],
        [
          "BSA^1.219",
          "122572"
        ],
        [
          "Equidistant method",
          "122574"
        ],
        [
          "User selected method",
          "122575"
        ],
        [
          "Left ventricular posterobasal segment",
          "122582"
        ],
        [
          "Cardiovascular Analysis Report",
          "122600"
        ],
        [
          "Ventricular Analysis",
          "122601"
        ],
        [
          "Myocardial Perfusion Analysis",
          "122602"
        ],
        [
          "Calcium Scoring Analysis",
          "122603"
        ],
        [
          "Flow Quantification",
          "122604"
        ],
        [
          "Vascular Morphological Analysis",
          "122605"
        ],
        [
          "Vascular Functional Analysis",
          "122606"
        ],
        [
          "Thickening Analysis",
          "122607"
        ],
        [
          "Absolute Values Of Ventricular Measurements",
          "122608"
        ],
        [
          "Normalized Values Of Ventricular Measurements",
          "122609"
        ],
        [
          "Reference Point",
          "122611"
        ],
        [
          "Central breathing position",
          "122612"
        ],
        [
          "Peak Ejection Rate",
          "122616"
        ],
        [
          "Peak Ejection Time",
          "122617"
        ],
        [
          "Peak Filling Rate",
          "122618"
        ],
        [
          "Peak Filling Time",
          "122619"
        ],
        [
          "Papillary Muscle Excluded",
          "122620"
        ],
        [
          "Papillary Muscle Included",
          "122621"
        ],
        [
          "Wall Thickness Ratio end-systolic to end-diastolic",
          "122624"
        ],
        [
          "Curve Fit Method",
          "122627"
        ],
        [
          "Baseline Result Correction",
          "122628"
        ],
        [
          "Signal Earliest Peak Time",
          "122631"
        ],
        [
          "Signal Increase Start Time",
          "122633"
        ],
        [
          "Signal Time to Peak",
          "122634"
        ],
        [
          "MR Perfusion Peak",
          "122635"
        ],
        [
          "MR Perfusion Slope",
          "122636"
        ],
        [
          "MR Perfusion Time Integral",
          "122637"
        ],
        [
          "Signal Baseline Start",
          "122638"
        ],
        [
          "Signal Baseline End",
          "122639"
        ],
        [
          "Image Interval",
          "122640"
        ],
        [
          "Velocity Encoding Minimum Value",
          "122642"
        ],
        [
          "Velocity Encoding Maximum Value",
          "122643"
        ],
        [
          "Net Forward Volume",
          "122645"
        ],
        [
          "Area Based Method",
          "122650"
        ],
        [
          "Diameter Based Method",
          "122651"
        ],
        [
          "Volume Based Method",
          "122652"
        ],
        [
          "NASCET",
          "122655"
        ],
        [
          "ECST",
          "122656"
        ],
        [
          "Agatston Score Threshold",
          "122657"
        ],
        [
          "Calcium Mass Threshold",
          "122658"
        ],
        [
          "Calcium Scoring Calibration",
          "122659"
        ],
        [
          "Calcium Volume",
          "122660"
        ],
        [
          "Calcium Mass",
          "122661"
        ],
        [
          "Late Contrast Enhancement",
          "122664"
        ],
        [
          "Time interval since injection of contrast media",
          "122665"
        ],
        [
          "Time relative to R-wave peak",
          "122666"
        ],
        [
          "Blood velocity vs. time of cardiac cycle",
          "122667"
        ],
        [
          "Time interval since detection of contrast bolus",
          "122668"
        ],
        [
          "Papillary Muscle Included/Excluded",
          "122670"
        ],
        [
          "Anterior-Posterior",
          "122675"
        ],
        [
          "endoleak",
          "122680"
        ],
        [
          "Stent Fracture",
          "122683"
        ],
        [
          "Stent Disintegration",
          "122684"
        ],
        [
          "Stent Composition",
          "122685"
        ],
        [
          "Parent Vessel Finding",
          "122686"
        ],
        [
          "Site of Lumen Maximum",
          "122687"
        ],
        [
          "X-Concept",
          "122698"
        ],
        [
          "Y-Concept",
          "122699"
        ],
        [
          "Indications for Pharmacological Stress",
          "122700"
        ],
        [
          "Procedure time base",
          "122701"
        ],
        [
          "Treadmill speed",
          "122702"
        ],
        [
          "Treadmill gradient",
          "122703"
        ],
        [
          "Ergometer power",
          "122704"
        ],
        [
          "Pharmacological Stress Agent Dose Rate",
          "122705"
        ],
        [
          "Rating of Perceived Exertion",
          "122706"
        ],
        [
          "Number of Ectopic Beats",
          "122707"
        ],
        [
          "Double Product",
          "122708"
        ],
        [
          "Activity workload",
          "122709"
        ],
        [
          "Time since start of stage",
          "122710"
        ],
        [
          "Exercise duration after stress agent injection",
          "122711"
        ],
        [
          "Imaging Start Time",
          "122712"
        ],
        [
          "Attenuation correction method",
          "122713"
        ],
        [
          "Pharmacological Stress Agent Dose",
          "122715"
        ],
        [
          "Maximum Power Output Achieved",
          "122716"
        ],
        [
          "Peak activity workload",
          "122717"
        ],
        [
          "Peak Double Product",
          "122718"
        ],
        [
          "OSEM algorithm",
          "122720"
        ],
        [
          "Chang method",
          "122721"
        ],
        [
          "Algorithmic attenuation correction",
          "122726"
        ],
        [
          "NM transmission attenuation correction",
          "122727"
        ],
        [
          "CT-based attenuation correction",
          "122728"
        ],
        [
          "No Attenuation Correction",
          "122729"
        ],
        [
          "Bazett QTc Algorithm",
          "122730"
        ],
        [
          "Hodges QTc Algorithm",
          "122731"
        ],
        [
          "Fridericia QTc Algorithm",
          "122732"
        ],
        [
          "Framingham QTc Algorithm",
          "122733"
        ],
        [
          "Borg RPE Scale",
          "122734"
        ],
        [
          "Borg CR10 Scale",
          "122735"
        ],
        [
          "Overall study quality",
          "122739"
        ],
        [
          "Excellent image quality",
          "122740"
        ],
        [
          "Good image quality",
          "122741"
        ],
        [
          "Poor image quality",
          "122742"
        ],
        [
          "Body habitus attenuation",
          "122743"
        ],
        [
          "Breast attenuation",
          "122744"
        ],
        [
          "Diaphragmatic attenuation",
          "122745"
        ],
        [
          "False positive defect finding",
          "122748"
        ],
        [
          "Non-diagnostic - low heart rate",
          "122750"
        ],
        [
          "Non-diagnostic - resting ST abnormalities",
          "122751"
        ],
        [
          "Non-diagnostic - ventricular pacing or LBBB",
          "122752"
        ],
        [
          "Non-diagnostic ECG",
          "122753"
        ],
        [
          "Strongly positive",
          "122755"
        ],
        [
          "Strongly positive - ST elevation",
          "122756"
        ],
        [
          "ST Depression - Horizontal",
          "122757"
        ],
        [
          "ST Depression - Upsloping",
          "122758"
        ],
        [
          "ST Depression - Downsloping",
          "122759"
        ],
        [
          "Stress test score",
          "122760"
        ],
        [
          "Number of diseased vessel territories",
          "122762"
        ],
        [
          "Weight exceeds equipment limit",
          "122764"
        ],
        [
          "Difference in Ejection Fraction",
          "122768"
        ],
        [
          "Difference in ED LV Volume",
          "122769"
        ],
        [
          "Ratio of achieved to predicted maximal oxygen consumption",
          "122770"
        ],
        [
          "Ratio of achieved to predicted functional capacity",
          "122771"
        ],
        [
          "Aerobic index",
          "122772"
        ],
        [
          "ST/HR Index",
          "122773"
        ],
        [
          "Agreement with prior findings",
          "122775"
        ],
        [
          "Disagreement with prior findings",
          "122776"
        ],
        [
          "Rest thallium/stress technetium procedure",
          "122781"
        ],
        [
          "Rest technetium/stress technetium 1 day procedure",
          "122782"
        ],
        [
          "Rest technetium/stress technetium 2 day procedure",
          "122783"
        ],
        [
          "Stress technetium/rest technetium 1 day procedure",
          "122784"
        ],
        [
          "NM Myocardial Viability procedure",
          "122785"
        ],
        [
          "PET Myocardial Perfusion, Rest only",
          "122791"
        ],
        [
          "PET Myocardial Perfusion, Stress only",
          "122792"
        ],
        [
          "PET Myocardial Perfusion, Rest and Stress",
          "122793"
        ],
        [
          "PET Myocardial Viability, Rest only",
          "122795"
        ],
        [
          "PET Myocardial Viability, Stress only",
          "122796"
        ],
        [
          "PET Myocardial Viability, Rest and Stress",
          "122797"
        ],
        [
          "Anginal Equivalent",
          "122799"
        ],
        [
          "Radiopharmaceutical",
          "123001"
        ],
        [
          "Radiopharmaceutical Start Time",
          "123003"
        ],
        [
          "Radiopharmaceutical Stop Time",
          "123004"
        ],
        [
          "Radiopharmaceutical Volume",
          "123005"
        ],
        [
          "Radionuclide Total Dose",
          "123006"
        ],
        [
          "Radiopharmaceutical Specific Activity",
          "123007"
        ],
        [
          "Radionuclide Syringe Counts",
          "123009"
        ],
        [
          "Radionuclide Residual Syringe Counts",
          "123010"
        ],
        [
          "Contrast/Bolus Agent",
          "123011"
        ],
        [
          "Pre-Medication",
          "123012"
        ],
        [
          "Target Region",
          "123014"
        ],
        [
          "Imaging Direction",
          "123015"
        ],
        [
          "Imaging Conditions",
          "123016"
        ],
        [
          "Caudal 10 degree distal-cranioproximal oblique",
          "123019"
        ],
        [
          "Neighborhood Analysis",
          "123101"
        ],
        [
          "Adaptive Filtering",
          "123102"
        ],
        [
          "Edge Detection",
          "123103"
        ],
        [
          "Morphological Operations",
          "123104"
        ],
        [
          "Histogram Analysis",
          "123105"
        ],
        [
          "Multi-Scale/Resolution Filtering",
          "123106"
        ],
        [
          "Cluster Analysis",
          "123107"
        ],
        [
          "Multispectral Processing",
          "123108"
        ],
        [
          "Manual Processing",
          "123109"
        ],
        [
          "Artificial Intelligence",
          "123110"
        ],
        [
          "Deformable Models",
          "123111"
        ],
        [
          "OB-GYN Ultrasound Procedure Report",
          "125000"
        ],
        [
          "Fetal Biometry Ratios",
          "125001"
        ],
        [
          "Fetal Biometry",
          "125002"
        ],
        [
          "Fetal Long Bones",
          "125003"
        ],
        [
          "Fetal Cranium",
          "125004"
        ],
        [
          "Biometry Group",
          "125005"
        ],
        [
          "Biophysical Profile",
          "125006"
        ],
        [
          "Measurement Group",
          "125007"
        ],
        [
          "Fetus Summary",
          "125008"
        ],
        [
          "Early Gestation",
          "125009"
        ],
        [
          "Identifier",
          "125010"
        ],
        [
          "Pelvis and Uterus",
          "125011"
        ],
        [
          "Growth Percentile rank",
          "125012"
        ],
        [
          "Growth Z-score",
          "125013"
        ],
        [
          "Fetus Characteristics",
          "125015"
        ],
        [
          "Fetal Measurements",
          "125016"
        ],
        [
          "Frame of Reference Identity",
          "125021"
        ],
        [
          "Fiducial Alignment",
          "125022"
        ],
        [
          "Acquisition Equipment Alignment",
          "125023"
        ],
        [
          "Image Content-based Alignment",
          "125024"
        ],
        [
          "Visual Alignment",
          "125025"
        ],
        [
          "Inter-Hemispheric Plane",
          "125030"
        ],
        [
          "Right Hemisphere Most Anterior",
          "125031"
        ],
        [
          "Right Hemisphere Most Posterior",
          "125032"
        ],
        [
          "Right Hemisphere Most Superior",
          "125033"
        ],
        [
          "Right Hemisphere Most Inferior",
          "125034"
        ],
        [
          "Left Hemisphere Most Anterior",
          "125035"
        ],
        [
          "Left Hemisphere Most Posterior",
          "125036"
        ],
        [
          "Left Hemisphere Most Superior",
          "125037"
        ],
        [
          "Left Hemisphere Most Inferior",
          "125038"
        ],
        [
          "Background",
          "125040"
        ],
        [
          "Registration Input",
          "125041"
        ],
        [
          "Vascular Ultrasound Procedure Report",
          "125100"
        ],
        [
          "Vessel Branch",
          "125101"
        ],
        [
          "Graft Type",
          "125102"
        ],
        [
          "Measurement Orientation",
          "125105"
        ],
        [
          "Doppler Angle",
          "125106"
        ],
        [
          "Sample Volume Depth",
          "125107"
        ],
        [
          "Pediatric Cardiac Ultrasound Report",
          "125195"
        ],
        [
          "Fetal Cardiac Ultrasound Report",
          "125196"
        ],
        [
          "Adult Congenital Cardiac Ultrasound Report",
          "125197"
        ],
        [
          "Adult Echocardiography Procedure Report",
          "125200"
        ],
        [
          "Illustration of Finding",
          "125201"
        ],
        [
          "LV Wall Motion Score Index",
          "125202"
        ],
        [
          "Acquisition Protocol",
          "125203"
        ],
        [
          "Area-length biplane",
          "125204"
        ],
        [
          "Area-Length Single Plane",
          "125205"
        ],
        [
          "Cube",
          "125206"
        ],
        [
          "Method of Disks, Biplane",
          "125207"
        ],
        [
          "Method of Disks, Single Plane",
          "125208"
        ],
        [
          "Teichholz",
          "125209"
        ],
        [
          "Area by Pressure Half-Time",
          "125210"
        ],
        [
          "Biplane Ellipse",
          "125211"
        ],
        [
          "Continuity Equation",
          "125212"
        ],
        [
          "Continuity Equation by Mean Velocity",
          "125213"
        ],
        [
          "Continuity Equation by Peak Velocity",
          "125214"
        ],
        [
          "Continuity Equation by Velocity Time Integral",
          "125215"
        ],
        [
          "Proximal Isovelocity Surface Area",
          "125216"
        ],
        [
          "Full Bernoulli",
          "125217"
        ],
        [
          "Simplified Bernoulli",
          "125218"
        ],
        [
          "Doppler Volume Flow",
          "125219"
        ],
        [
          "Planimetry",
          "125220"
        ],
        [
          "Left Ventricle Mass by M-mode",
          "125221"
        ],
        [
          "Left Ventricle Mass by Truncated Ellipse",
          "125222"
        ],
        [
          "4 Point Segment Finding Scale",
          "125223"
        ],
        [
          "5 Point Segment Finding Scale",
          "125224"
        ],
        [
          "5 Point Segment Finding Scale With Graded Hypokinesis",
          "125225"
        ],
        [
          "Single Plane Ellipse",
          "125226"
        ],
        [
          "Modified Simpson",
          "125227"
        ],
        [
          "Bullet Method",
          "125228"
        ],
        [
          "Power Doppler",
          "125230"
        ],
        [
          "3D mode",
          "125231"
        ],
        [
          "Start of drug dose administration",
          "125233"
        ],
        [
          "Start of contrast agent administration",
          "125234"
        ],
        [
          "Destruction of microbubbles",
          "125235"
        ],
        [
          "Onset of exercise",
          "125236"
        ],
        [
          "Cessation of exercise",
          "125237"
        ],
        [
          "Onset of stimulation",
          "125238"
        ],
        [
          "Cessation of stimulation",
          "125239"
        ],
        [
          "Line scan pattern",
          "125240"
        ],
        [
          "Plane scan pattern",
          "125241"
        ],
        [
          "Volume scan pattern",
          "125242"
        ],
        [
          "Non-imaging Doppler ultrasound transducer geometry",
          "125251"
        ],
        [
          "Linear ultrasound transducer geometry",
          "125252"
        ],
        [
          "Curved linear ultrasound transducer geometry",
          "125253"
        ],
        [
          "Sector ultrasound transducer geometry",
          "125254"
        ],
        [
          "Radial ultrasound transducer geometry",
          "125255"
        ],
        [
          "Ring ultrasound transducer geometry",
          "125256"
        ],
        [
          "Fixed beam direction",
          "125257"
        ],
        [
          "Mechanical beam steering",
          "125258"
        ],
        [
          "Phased beam steering",
          "125259"
        ],
        [
          "External Transducer",
          "125261"
        ],
        [
          "Transesophageal Transducer",
          "125262"
        ],
        [
          "Endovaginal Transducer",
          "125263"
        ],
        [
          "Endorectal Transducer",
          "125264"
        ],
        [
          "Intravascular Transducer",
          "125265"
        ],
        [
          "Left Ventricle Mass by Area Length",
          "125270"
        ],
        [
          "Left Ventricle Mass by M-mode - adjusted by Height",
          "125271"
        ],
        [
          "Left Ventricle Mass by Truncated Ellipse - adjusted by Height",
          "125272"
        ],
        [
          "Left Ventricle Mass by Area Length - adjusted by Height",
          "125273"
        ],
        [
          "CARDIOsphere",
          "125901"
        ],
        [
          "Echovist",
          "125902"
        ],
        [
          "Imagify",
          "125903"
        ],
        [
          "Levovist",
          "125904"
        ],
        [
          "Sonazoid",
          "125905"
        ],
        [
          "SonoVue",
          "125906"
        ],
        [
          "Targestar-B",
          "125907"
        ],
        [
          "Targestar-P",
          "125908"
        ],
        [
          "Imaging Measurement Report",
          "126000"
        ],
        [
          "Oncology Measurement Report",
          "126001"
        ],
        [
          "Dynamic Contrast MR Measurement Report",
          "126002"
        ],
        [
          "PET Measurement Report",
          "126003"
        ],
        [
          "Imaging Measurements",
          "126010"
        ],
        [
          "Derived Imaging Measurements",
          "126011"
        ],
        [
          "Multiparametric MRI",
          "126020"
        ],
        [
          "Multiparametric MRI of prostate",
          "126021"
        ],
        [
          "Multiparametric MRI of whole body",
          "126022"
        ],
        [
          "Sum of segmented voxel volumes",
          "126030"
        ],
        [
          "Peak Value Within ROI",
          "126031"
        ],
        [
          "Metabolic Volume",
          "126032"
        ],
        [
          "Total Lesion Glycolysis",
          "126033"
        ],
        [
          "Glycolysis",
          "126034"
        ],
        [
          "Total Lesion Proliferation",
          "126035"
        ],
        [
          "Proliferative Activity",
          "126036"
        ],
        [
          "Standardized Added Metabolic Activity (SAM)",
          "126037"
        ],
        [
          "Standardized Added Metabolic Activity (SAM) Background",
          "126038"
        ],
        [
          "Lesion to Background SUV Ratio",
          "126039"
        ],
        [
          "Background for Lesion to Background SUV Ratio",
          "126040"
        ],
        [
          "Fractal Dimension",
          "126050"
        ],
        [
          "Skewness",
          "126051"
        ],
        [
          "Kurtosis",
          "126052"
        ],
        [
          "Entropy of GLCM",
          "126060"
        ],
        [
          "Energy of GLCM",
          "126061"
        ],
        [
          "Homogeneity of GLCM",
          "126062"
        ],
        [
          "Contrast of GLCM",
          "126063"
        ],
        [
          "Dissimilarity of GLCM",
          "126064"
        ],
        [
          "ASM of GLCM",
          "126065"
        ],
        [
          "Correlation of GLCM",
          "126066"
        ],
        [
          "Gray Level Co-occurrence Matrix (GLCM)",
          "126067"
        ],
        [
          "Subject Time Point Identifier",
          "126070"
        ],
        [
          "Protocol Time Point Identifier",
          "126071"
        ],
        [
          "Time Point Type",
          "126072"
        ],
        [
          "Time Point Order",
          "126073"
        ],
        [
          "Posttreatment",
          "126074"
        ],
        [
          "Eligibility",
          "126075"
        ],
        [
          "RECIST 1.0",
          "126080"
        ],
        [
          "RECIST 1.1",
          "126081"
        ],
        [
          "Real World Value Map used for measurement",
          "126100"
        ],
        [
          "Image Library Group",
          "126200"
        ],
        [
          "Acquisition Date",
          "126201"
        ],
        [
          "Acquisition Time",
          "126202"
        ],
        [
          "PET Radionuclide Incubation Time",
          "126203"
        ],
        [
          "R2-Coefficient",
          "126220"
        ],
        [
          "Perfusion analysis by Stable Xenon CT technique",
          "126300"
        ],
        [
          "Perfusion analysis by IV Iodinated Contrast CT technique",
          "126301"
        ],
        [
          "Perfusion analysis by Arterial Spin Labeling MR technique",
          "126302"
        ],
        [
          "Perfusion analysis by Susceptibility MR technique",
          "126303"
        ],
        [
          "Least Mean Square (LMS) deconvolution",
          "126310"
        ],
        [
          "Singular Value Decomposition (SVD) deconvolution",
          "126311"
        ],
        [
          "Ktrans",
          "126312"
        ],
        [
          "kep",
          "126313"
        ],
        [
          "ve",
          "126314"
        ],
        [
          "IAUC",
          "126320"
        ],
        [
          "IAUC60",
          "126321"
        ],
        [
          "IAUC90",
          "126322"
        ],
        [
          "tau_m",
          "126330"
        ],
        [
          "vp",
          "126331"
        ],
        [
          "Standard Tofts Model",
          "126340"
        ],
        [
          "Extended Tofts Model",
          "126341"
        ],
        [
          "Model-free concentration-time quantitification",
          "126342"
        ],
        [
          "First Pass Leakage Profile (FPLP)",
          "126343"
        ],
        [
          "Shutter-Speed Model (SSM)",
          "126344"
        ],
        [
          "T1 by Multiple Flip Angles",
          "126350"
        ],
        [
          "T1 by Inversion Recovery",
          "126351"
        ],
        [
          "T1 by Fixed Value",
          "126352"
        ],
        [
          "T1 Used For Calculation",
          "126353"
        ],
        [
          "AIF Ignored",
          "126360"
        ],
        [
          "Population Averaged AIF",
          "126361"
        ],
        [
          "User-defined AIF ROI",
          "126362"
        ],
        [
          "Automatically Detected AIF ROI",
          "126363"
        ],
        [
          "Blind Estimation of AIF",
          "126364"
        ],
        [
          "Time of Peak Concentration",
          "126370"
        ],
        [
          "Bolus Arrival Time",
          "126371"
        ],
        [
          "Time of Leading Half-Peak Concentration",
          "126372"
        ],
        [
          "Temporal Derivative Exceeds Threshold",
          "126373"
        ],
        [
          "Temporal Derivative Threshold",
          "126374"
        ],
        [
          "Maximum Slope",
          "126375"
        ],
        [
          "Maximum Difference",
          "126376"
        ],
        [
          "Tracer Concentration",
          "126377"
        ],
        [
          "Contrast Longitudinal Relaxivity",
          "126380"
        ],
        [
          "Regional Blood Flow",
          "126390"
        ],
        [
          "Regional Blood Volume",
          "126391"
        ],
        [
          "Oxygen Extraction Fraction",
          "126392"
        ],
        [
          "R1",
          "126393"
        ],
        [
          "R2",
          "126394"
        ],
        [
          "Standardized Uptake Value",
          "126400"
        ],
        [
          "SUVbw",
          "126401"
        ],
        [
          "SUVlbm",
          "126402"
        ],
        [
          "SUVbsa",
          "126403"
        ],
        [
          "SUVibw",
          "126404"
        ],
        [
          "SUV body weight calculation method",
          "126410"
        ],
        [
          "SUV lean body mass calculation method",
          "126411"
        ],
        [
          "SUV body surface area calculation method",
          "126412"
        ],
        [
          "SUV ideal body weight calculation method",
          "126413"
        ],
        [
          "Pittsburgh compound B C^11^",
          "126500"
        ],
        [
          "Florbetaben F^18^",
          "126501"
        ],
        [
          "T807 F^18^",
          "126502"
        ],
        [
          "Flubatine F^18^",
          "126503"
        ],
        [
          "Monoclonal Antibody (mAb) ^64^Cu",
          "126510"
        ],
        [
          "Monoclonal Antibody (mAb) ^89^Zr",
          "126511"
        ],
        [
          "Trastuzumab ^89^Zr",
          "126512"
        ],
        [
          "Cetuximab ^89^Zr",
          "126513"
        ],
        [
          "J591 ^89^Zr",
          "126514"
        ],
        [
          "cU36 ^89^Zr",
          "126515"
        ],
        [
          "Bevacizumab ^89^Zr",
          "126516"
        ],
        [
          "cG250-F(ab')(2) ^89^Zr",
          "126517"
        ],
        [
          "R1507 ^89^Zr",
          "126518"
        ],
        [
          "E4G10 ^89^Zr",
          "126519"
        ],
        [
          "Df-CD45 ^89^Zr",
          "126520"
        ],
        [
          "^44^Scandium",
          "126600"
        ],
        [
          "^51^Manganese",
          "126601"
        ],
        [
          "^70^Arsenic",
          "126602"
        ],
        [
          "^90^Niobium",
          "126603"
        ],
        [
          "^191m^Iridium",
          "126604"
        ],
        [
          "^43^Scandium",
          "126605"
        ],
        [
          "^152^Terbium",
          "126606"
        ],
        [
          "ATSM Cu^60^",
          "126700"
        ],
        [
          "ATSM Cu^61^",
          "126701"
        ],
        [
          "ATSM Cu^62^",
          "126702"
        ],
        [
          "Choline C^11^",
          "126703"
        ],
        [
          "Fallypride C^11^",
          "126704"
        ],
        [
          "Fallypride F^18^",
          "126705"
        ],
        [
          "FLB 457 C^11^",
          "126706"
        ],
        [
          "Fluorotriopride F^18^",
          "126707"
        ],
        [
          "Fluoromisonidazole (FMISO) F^18^",
          "126708"
        ],
        [
          "Glutamine C^11^",
          "126709"
        ],
        [
          "Glutamine C^14^",
          "126710"
        ],
        [
          "Glutamine F^18^",
          "126711"
        ],
        [
          "Flubatine F^18^",
          "126712"
        ],
        [
          "2FA F^18^",
          "126713"
        ],
        [
          "Nifene F^18^",
          "126714"
        ],
        [
          "CLR1404 I^124^",
          "126715"
        ],
        [
          "CLR1404 I^131^",
          "126716"
        ],
        [
          "IEC6127 Patient Support Continuous Angle",
          "126801"
        ],
        [
          "IEC6127 Table Top Continuous Pitch Angle",
          "126802"
        ],
        [
          "IEC6127 Table Top Continuous Roll Angle",
          "126803"
        ],
        [
          "IEC6127 Table Top Eccentric Axis Distance",
          "126804"
        ],
        [
          "IEC6127 Table Top Continuous Eccentric Angle",
          "126805"
        ],
        [
          "IEC6127 Table Top Lateral Position",
          "126806"
        ],
        [
          "IEC6127 Table Top Longitudinal Position",
          "126807"
        ],
        [
          "IEC6127 Table Top Vertical Position",
          "126808"
        ],
        [
          "IEC6127 Gantry Continuous Roll Angle",
          "126809"
        ],
        [
          "IEC6127 Gantry Continuous Pitch Angle",
          "126810"
        ],
        [
          "IEC6127 Gantry Continuous Yaw Angle",
          "126811"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-statement-taken": {
      "type": "complete",
      "items": [
        [
          "Yes",
          "y"
        ],
        [
          "No",
          "n"
        ],
        [
          "Unknown",
          "unk"
        ],
        [
          "Not Applicable",
          "na"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/device-action": {
      "type": "complete",
      "items": [
        [
          "Implanted",
          "implanted"
        ],
        [
          "Explanted",
          "explanted"
        ],
        [
          "Manipulated",
          "manipulated"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/http-operations": {
      "type": "complete",
      "items": [
        [
          "DELETE",
          "delete"
        ],
        [
          "GET",
          "get"
        ],
        [
          "OPTIONS",
          "options"
        ],
        [
          "PATCH",
          "patch"
        ],
        [
          "POST",
          "post"
        ],
        [
          "PUT",
          "put"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/relationship": {
      "type": "complete",
      "items": [
        [
          "Self",
          "1"
        ],
        [
          "Spouse",
          "2"
        ],
        [
          "Child",
          "3"
        ],
        [
          "Common Law Spouse",
          "4"
        ],
        [
          "Other",
          "5"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/map-group-type-mode": {
      "type": "complete",
      "items": [
        [
          "Not a Default",
          "none"
        ],
        [
          "Default for Type Combination",
          "types"
        ],
        [
          "Default for type + combination",
          "type-and-types"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/document-relationship-type": {
      "type": "complete",
      "items": [
        [
          "Replaces",
          "replaces"
        ],
        [
          "Transforms",
          "transforms"
        ],
        [
          "Signs",
          "signs"
        ],
        [
          "Appends",
          "appends"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/publication-status": {
      "type": "complete",
      "items": [
        [
          "Draft",
          "draft"
        ],
        [
          "Active",
          "active"
        ],
        [
          "Retired",
          "retired"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/report-result-codes": {
      "type": "complete",
      "items": [
        [
          "Pass",
          "pass"
        ],
        [
          "Fail",
          "fail"
        ],
        [
          "Pending",
          "pending"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/variant-state": {
      "type": "complete",
      "items": [
        [
          "positive",
          "positive"
        ],
        [
          "negative",
          "negative"
        ],
        [
          "absent",
          "absent"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/digital-media-type": {
      "type": "complete",
      "items": [
        [
          "Photo",
          "photo"
        ],
        [
          "Video",
          "video"
        ],
        [
          "Audio",
          "audio"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/contact-point-use": {
      "type": "complete",
      "items": [
        [
          "Home",
          "home"
        ],
        [
          "Work",
          "work"
        ],
        [
          "Temp",
          "temp"
        ],
        [
          "Old",
          "old"
        ],
        [
          "Mobile",
          "mobile"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/supplydelivery-status": {
      "type": "complete",
      "items": [
        [
          "In Progress",
          "in-progress"
        ],
        [
          "Delivered",
          "completed"
        ],
        [
          "Abandoned",
          "abandoned"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/event-capability-mode": {
      "type": "complete",
      "items": [
        [
          "Sender",
          "sender"
        ],
        [
          "Receiver",
          "receiver"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/issue-type": {
      "type": "complete",
      "items": [
        [
          "Structural Issue",
          "structure"
        ],
        [
          "Required element missing",
          "required"
        ],
        [
          "Element value invalid",
          "value"
        ],
        [
          "Validation rule failed",
          "invariant"
        ],
        [
          "Login Required",
          "login"
        ],
        [
          "Unknown User",
          "unknown"
        ],
        [
          "Session Expired",
          "expired"
        ],
        [
          "Forbidden",
          "forbidden"
        ],
        [
          "Information  Suppressed",
          "suppressed"
        ],
        [
          "Content not supported",
          "not-supported"
        ],
        [
          "Duplicate",
          "duplicate"
        ],
        [
          "Not Found",
          "not-found"
        ],
        [
          "Content Too Long",
          "too-long"
        ],
        [
          "Invalid Code",
          "code-invalid"
        ],
        [
          "Unacceptable Extension",
          "extension"
        ],
        [
          "Operation Too Costly",
          "too-costly"
        ],
        [
          "Business Rule Violation",
          "business-rule"
        ],
        [
          "Edit Version Conflict",
          "conflict"
        ],
        [
          "Incomplete Results",
          "incomplete"
        ],
        [
          "Lock Error",
          "lock-error"
        ],
        [
          "No Store Available",
          "no-store"
        ],
        [
          "Exception",
          "exception"
        ],
        [
          "Timeout",
          "timeout"
        ],
        [
          "Throttled",
          "throttled"
        ],
        [
          "Informational Note",
          "informational"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/service-place": {
      "type": "complete",
      "items": [
        [
          "Pharmacy",
          "01"
        ],
        [
          "School",
          "03"
        ],
        [
          "Homeless Shelter",
          "04"
        ],
        [
          "Indian Health Service Free-standing Facility",
          "05"
        ],
        [
          "Indian Health Service Provider-based Facility",
          "06"
        ],
        [
          "Tribal 638 Free-Standing Facility",
          "07"
        ],
        [
          "Tribal 638 Provider-Based Facility",
          "08"
        ],
        [
          "Prison/Correctional Facility",
          "09"
        ],
        [
          "Office",
          "11"
        ],
        [
          "Home",
          "12"
        ],
        [
          "Assisted Living Fa",
          "13"
        ],
        [
          "Group Home",
          "14"
        ],
        [
          "Mobile Unit",
          "15"
        ],
        [
          "Off Campus-Outpatient Hospital",
          "19"
        ],
        [
          "Urgent Care Facility",
          "20"
        ],
        [
          "Inpatient Hospital",
          "21"
        ],
        [
          "Ambulance—Land",
          "41"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/metric-calibration-state": {
      "type": "complete",
      "items": [
        [
          "Not Calibrated",
          "not-calibrated"
        ],
        [
          "Calibration Required",
          "calibration-required"
        ],
        [
          "Calibrated",
          "calibrated"
        ],
        [
          "Unspecified",
          "unspecified"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/network-type": {
      "type": "complete",
      "items": [
        [
          "Machine Name",
          "1"
        ],
        [
          "IP Address",
          "2"
        ],
        [
          "Telephone Number",
          "3"
        ],
        [
          "Email address",
          "4"
        ],
        [
          "URI",
          "5"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/resource-aggregation-mode": {
      "type": "complete",
      "items": [
        [
          "Contained",
          "contained"
        ],
        [
          "Bundled",
          "bundled"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/resource-slicing-rules": {
      "type": "complete",
      "items": [
        [
          "Closed",
          "closed"
        ],
        [
          "Open",
          "open"
        ],
        [
          "Open at End",
          "openAtEnd"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/guidance-response-status": {
      "type": "complete",
      "items": [
        [
          "Success",
          "success"
        ],
        [
          "Data Requested",
          "data-requested"
        ],
        [
          "Data Required",
          "data-required"
        ],
        [
          "In Progress",
          "in-progress"
        ],
        [
          "Failure",
          "failure"
        ],
        [
          "Entered In Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/observation-statistics": {
      "type": "complete",
      "items": [
        [
          "Average",
          "average"
        ],
        [
          "Maximum",
          "maximum"
        ],
        [
          "Minimum",
          "minimum"
        ],
        [
          "Count",
          "count"
        ],
        [
          "Total Count",
          "totalcount"
        ],
        [
          "Median",
          "median"
        ],
        [
          "Standard Deviation",
          "std-dev"
        ],
        [
          "Sum",
          "sum"
        ],
        [
          "Variance",
          "variance"
        ],
        [
          "20th Percentile",
          "20-percent"
        ],
        [
          "80th Percentile",
          "80-percent"
        ],
        [
          "Lower Quartile",
          "4-lower"
        ],
        [
          "Upper Quartile",
          "4-upper"
        ],
        [
          "Quartile Deviation",
          "4-dev"
        ],
        [
          "1st Quintile",
          "5-1"
        ],
        [
          "2nd Quintile",
          "5-2"
        ],
        [
          "3rd Quintile",
          "5-3"
        ],
        [
          "4th Quintile",
          "5-4"
        ],
        [
          "Skew",
          "skew"
        ],
        [
          "Kurtosis",
          "kurtosis"
        ],
        [
          "Regression",
          "regression"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/episodeofcare-type": {
      "type": "complete",
      "items": [
        [
          "Home and Community Care",
          "hacc"
        ],
        [
          "Post Acute Care",
          "pac"
        ],
        [
          "Post co-ordinated diabetes program",
          "diab"
        ],
        [
          "Drug and alcohol rehabilitation",
          "da"
        ],
        [
          "Community-based aged care",
          "cacp"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes": {
      "type": "complete",
      "items": [
        [
          "None",
          "a"
        ],
        [
          "Away",
          "b"
        ],
        [
          "Asleep",
          "c"
        ],
        [
          "Vomit",
          "d"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/reaction-event-certainty": {
      "type": "complete",
      "items": [
        [
          "Unlikely",
          "unlikely"
        ],
        [
          "Likely",
          "likely"
        ],
        [
          "Confirmed",
          "confirmed"
        ],
        [
          "Unknown",
          "unknown"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/group-type": {
      "type": "complete",
      "items": [
        [
          "Person",
          "person"
        ],
        [
          "Animal",
          "animal"
        ],
        [
          "Practitioner",
          "practitioner"
        ],
        [
          "Device",
          "device"
        ],
        [
          "Medication",
          "medication"
        ],
        [
          "Substance",
          "substance"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/service-provision-conditions": {
      "type": "complete",
      "items": [
        [
          "Free",
          "free"
        ],
        [
          "Discounts Available",
          "disc"
        ],
        [
          "Fees apply",
          "cost"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/operation-kind": {
      "type": "complete",
      "items": [
        [
          "Operation",
          "operation"
        ],
        [
          "Query",
          "query"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/measurement-principle": {
      "type": "complete",
      "items": [
        [
          "MSP Other",
          "other"
        ],
        [
          "MSP Chemical",
          "chemical"
        ],
        [
          "MSP Electrical",
          "electrical"
        ],
        [
          "MSP Impedance",
          "impedance"
        ],
        [
          "MSP Nuclear",
          "nuclear"
        ],
        [
          "MSP Optical",
          "optical"
        ],
        [
          "MSP Thermal",
          "thermal"
        ],
        [
          "MSP Biological",
          "biological"
        ],
        [
          "MSP Mechanical",
          "mechanical"
        ],
        [
          "MSP Acoustical",
          "acoustical"
        ],
        [
          "MSP Manual",
          "manual"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/subscription-tag": {
      "type": "complete",
      "items": [
        [
          "Queued",
          "queued"
        ],
        [
          "Delivered",
          "delivered"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/medication-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Inactive",
          "inactive"
        ],
        [
          "Entered in Error",
          "entered-in-error"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/http-verb": {
      "type": "complete",
      "items": [
        [
          "GET",
          "GET"
        ],
        [
          "POST",
          "POST"
        ],
        [
          "PUT",
          "PUT"
        ],
        [
          "DELETE",
          "DELETE"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/vision-product": {
      "type": "complete",
      "items": [
        [
          "Lens",
          "lens"
        ],
        [
          "Contact Lens",
          "contact"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/adverse-event-category": {
      "type": "complete",
      "items": [
        [
          "Adverse Event",
          "AE"
        ],
        [
          "Potential Adverse Event",
          "PAE"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/ex-onsettype": {
      "type": "complete",
      "items": [
        [
          "Last Exam",
          "lxm"
        ],
        [
          "Start of Symptoms",
          "sym"
        ],
        [
          "Last Menstruation",
          "lmn"
        ]
      ]
    },
    "http://hl7.org/fhir/ValueSet/endpoint-status": {
      "type": "complete",
      "items": [
        [
          "Active",
          "active"
        ],
        [
          "Suspended",
          "suspended"
        ],
        [
          "Error",
          "error"
        ],
        [
          "Off",
          "off"
        ],
        [
          "Entered in error",
          "entered-in-error"
        ],
        [
          "Test",
          "test"
        ]
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy