PAS Encounter (Da Vinci PAS 2.1.0)
PAS Encounter is a Da Vinci PAS 2.1.0 profile on the FHIR R4 Encounter resource. It marks 22 elements as must-support; the rows below list each constrained element's cardinality and binding strength.
| Profile | profile-encounter |
|---|---|
| Implementation Guide | Da Vinci PAS 2.1.0 |
| Base resource | Encounter |
| Canonical URL | http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-encounter |
| Must-support elements | 22 |
| Constrained elements with bindings | 9 |
| Encounter.meta | 0..1, must support |
| Encounter.meta.lastUpdated | 0..1, must support |
| Encounter.identifier | 0..*, must support |
| Encounter.identifier.system | 1..1, must support |
| Encounter.identifier.value | 1..1, must support |
| Encounter.status | 1..1, must support, binding: required |
| Encounter.statusHistory.status | 1..1, binding: required |
| Encounter.statusHistory.period | 1..1 |
| Encounter.class | 1..1, must support, binding: extensible |
| Encounter.classHistory.class | 1..1, binding: extensible |
| Encounter.classHistory.period | 1..1 |
| Encounter.type | 1..* (base 0..*), must support, binding: required |
| Encounter.subject | 1..1 (base 0..1), must support |
| Encounter.participant | 0..*, must support |
| Encounter.participant.type | 0..*, must support, binding: extensible |
| Encounter.participant.period | 0..1, must support |
| Encounter.participant.individual | 0..1, must support |
| Encounter.period | 0..1, must support |
| Encounter.reasonCode | 0..*, must support, binding: preferred |
| Encounter.reasonReference | 0..*, must support |
| Encounter.diagnosis.condition | 1..1 |
| Encounter.hospitalization | 0..1, must support |
| Encounter.hospitalization.admitSource | 0..1, must support, binding: required |
| Encounter.hospitalization.dischargeDisposition | 0..1, must support, binding: preferred |
| Encounter.location | 0..*, must support |
| Encounter.location.location | 1..1, must support |
| Encounter.serviceProvider | 0..1, must support |
Example
pidgeon data install fhir-davinci-pas-2.1
pidgeon conform --endpoint https://your-fhir-base/fhir --ig davinci-pas-2.1 --ciThe conform run walks the live endpoint and grades sampled resources against the installed Da Vinci PAS profiles. A failed report exits non-zero; --ci also fails the run on must-support gaps (MUSTSUPPORT-*) and stub-profile fallbacks (CONFORM_STUB_PROFILE).
Validation context
- strict Profile validation grades an instance against this profile's snapshot: cardinality findings carry FHIR-PROFILE-CARDINALITY and terminology binding findings carry FHIR-PROFILE-BINDING.(FHIR-PROFILE-CARDINALITY)
- strict Under pidgeon conform --ci, a sampled resource missing one of this profile's must-support elements fails the run with a MUSTSUPPORT-<element> rule id.
- strict If the fhir-davinci-pas-2.1 package is not installed, validation falls back to an embedded subset stub and the report is flagged CONFORM_STUB_PROFILE; under --ci that warning fails the run.(CONFORM_STUB_PROFILE)
This answer, in your terminal
pidgeon conform --endpoint https://your-fhir-base/fhir --ig davinci-pas-2.1 --ciWire it into your AI agent:
claude mcp add pidgeon -- npx -y @pidgeonhealth/mcpDownload Post free to browse this reference with generation attached.