This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions
This profile sets minimum expectations for the Procedure resource to record, search and fetch procedures associated with a patient. It identifies which core elements, extensions, vocabularies and value sets SHALL be present in the resource when using this profile.
Example Usage Scenarios:
The following are example usage scenarios for the DAF-Procedure profile:
The following data-elements are mandatory (i.e data MUST be present). These are presented below in a simple human-readable explanation. Profile specific guidance and an example are provided as well. The Formal Profile Definition below provides the formal summary, definitions, and terminology requirements.
Each Procedure must have:
Profile specific implementation guidance:
The official URL for this profile is:
http://hl7.org/fhir/us/daf/StructureDefinition/daf-core-procedure
This profile was published on Mon Aug 01 00:00:00 AEST 2016 as a draft by Health Level Seven International (FHIR-Infrastructure).
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Procedure
Procedure.patient
Procedure.code
which has an required binding to:
Procedure.performedDateTime
or Procedure.performedPeriod
This structure is derived from Procedure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Procedure | 0..* | |||
subject | S | 1..1 | Reference(Profile daf-core-patient) | |
status | S | 1..1 | code | Binding: ProcedureStatus (required) |
code | S | 1..1 | CodeableConcept | |
coding | S | Coding | Slice: Unordered, Open, by code | |
coding | S | 1..1 | Coding | Binding: DAFProcedureType (required) |
coding | S | 0..1 | Coding | Binding: DAF Procedure Type ICD-10-PCS Codes (required) |
performed[x] | S | 1..1 | dateTime, Period | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Procedure | I | 0..* | An action that is being or was performed on a patient dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources dom-1: If the resource is contained in another resource, it SHALL NOT contain any narrative dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource pro-1: Reason not performed is only permitted if notPerformed indicator is true | |
id | ∑ | 0..1 | id | Logical id of this artifact |
meta | ∑ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!∑ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | ∑ | 0..* | Identifier | External Identifiers for this procedure |
subject | S | 1..1 | Reference(Profile daf-core-patient) | Information about an individual or animal receiving health care services |
status | ?!S | 1..1 | code | in-progress | aborted | completed | entered-in-error Binding: ProcedureStatus (required) |
category | ∑ | 0..1 | CodeableConcept | Classification of the procedure Binding: Procedure Category Codes (SNOMED CT) (example) |
code | S | 1..1 | CodeableConcept | Identification of the procedure Binding: Procedure Codes (SNOMED CT) (example) |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
coding | ∑ | Coding | Code defined by a terminology system Slice: Unordered, Open, by code | |
coding | S | 0..* | Coding | Code defined by a terminology system |
coding | S | 1..1 | Coding | Code defined by a terminology system Binding: DAFProcedureType (required) |
coding | S | 0..1 | Coding | Code defined by a terminology system Binding: DAF Procedure Type ICD-10-PCS Codes (required) |
text | ∑ | 0..1 | string | Plain text representation of the concept |
notPerformed | ?!∑ | 0..1 | boolean | True if procedure was not performed as scheduled |
reasonNotPerformed | I | 0..* | CodeableConcept | Reason procedure was not performed Binding: Procedure Not Performed Reason (SNOMED-CT) (example) |
bodySite | ∑ | 0..* | CodeableConcept | Target body sites Binding: SNOMED CT Body Structures (example) |
reasonReference | ∑ | 0..* | Reference(Condition) | Condition that is the reason the procedure performed |
reasonCode | ∑ | 0..* | CodeableConcept | Coded reason procedure performed Binding: Procedure Reason Codes (example) |
performer | ∑ | 0..* | BackboneElement | The people who performed the procedure |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!∑ | 0..* | Extension | Extensions that cannot be ignored |
actor | ∑ | 0..1 | Reference(Practitioner | Organization | Patient | RelatedPerson) | The reference to the practitioner |
role | ∑ | 0..1 | CodeableConcept | The role the actor was in Binding: Procedure Performer Role Codes (example) |
performed[x] | S | 1..1 | dateTime, Period | Date/Period the procedure was performed |
encounter | ∑ | 0..1 | Reference(Encounter) | The encounter associated with the procedure |
location | ∑ | 0..1 | Reference(Location) | Where the procedure happened |
outcome | ∑ | 0..1 | CodeableConcept | The result of procedure Binding: Procedure Outcome Codes (SNOMED CT) (example) |
report | 0..* | Reference(DiagnosticReport) | Any report resulting from the procedure | |
complication | 0..* | CodeableConcept | Complication following the procedure Binding: Condition/Problem/Diagnosis Codes (example) | |
followUp | 0..* | CodeableConcept | Instructions for follow up Binding: Procedure Follow up Codes (SNOMED CT) (example) | |
request | 0..1 | Reference(CarePlan | DiagnosticRequest | ProcedureRequest | ReferralRequest) | A request for this procedure | |
notes | 0..* | Annotation | Additional information about the procedure | |
focalDevice | 0..* | BackboneElement | Device changed in procedure | |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!∑ | 0..* | Extension | Extensions that cannot be ignored |
action | 0..1 | CodeableConcept | Kind of change to device Binding: Procedure Device Action Codes (required) | |
manipulated | 1..1 | Reference(Device) | Device that was changed | |
usedReference | 0..* | Reference(Device | Medication | Substance) | Items used during procedure | |
usedCode | 0..* | CodeableConcept | Coded items used during the procedure Binding: (unbound) (example) | |
component | 0..* | Reference(MedicationAdministration | Procedure | Observation) | Events related to the procedure | |
Documentation for this format |
yet to be done: Xml template
yet to be done: Json template
This structure is derived from Procedure
Summary
Mandatory: 5 elements
Must-Support: 7 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Differential View
This structure is derived from Procedure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Procedure | 0..* | |||
subject | S | 1..1 | Reference(Profile daf-core-patient) | |
status | S | 1..1 | code | Binding: ProcedureStatus (required) |
code | S | 1..1 | CodeableConcept | |
coding | S | Coding | Slice: Unordered, Open, by code | |
coding | S | 1..1 | Coding | Binding: DAFProcedureType (required) |
coding | S | 0..1 | Coding | Binding: DAF Procedure Type ICD-10-PCS Codes (required) |
performed[x] | S | 1..1 | dateTime, Period | |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Procedure | I | 0..* | An action that is being or was performed on a patient dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources dom-1: If the resource is contained in another resource, it SHALL NOT contain any narrative dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource pro-1: Reason not performed is only permitted if notPerformed indicator is true | |
id | ∑ | 0..1 | id | Logical id of this artifact |
meta | ∑ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!∑ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | ∑ | 0..* | Identifier | External Identifiers for this procedure |
subject | S | 1..1 | Reference(Profile daf-core-patient) | Information about an individual or animal receiving health care services |
status | ?!S | 1..1 | code | in-progress | aborted | completed | entered-in-error Binding: ProcedureStatus (required) |
category | ∑ | 0..1 | CodeableConcept | Classification of the procedure Binding: Procedure Category Codes (SNOMED CT) (example) |
code | S | 1..1 | CodeableConcept | Identification of the procedure Binding: Procedure Codes (SNOMED CT) (example) |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
coding | ∑ | Coding | Code defined by a terminology system Slice: Unordered, Open, by code | |
coding | S | 0..* | Coding | Code defined by a terminology system |
coding | S | 1..1 | Coding | Code defined by a terminology system Binding: DAFProcedureType (required) |
coding | S | 0..1 | Coding | Code defined by a terminology system Binding: DAF Procedure Type ICD-10-PCS Codes (required) |
text | ∑ | 0..1 | string | Plain text representation of the concept |
notPerformed | ?!∑ | 0..1 | boolean | True if procedure was not performed as scheduled |
reasonNotPerformed | I | 0..* | CodeableConcept | Reason procedure was not performed Binding: Procedure Not Performed Reason (SNOMED-CT) (example) |
bodySite | ∑ | 0..* | CodeableConcept | Target body sites Binding: SNOMED CT Body Structures (example) |
reasonReference | ∑ | 0..* | Reference(Condition) | Condition that is the reason the procedure performed |
reasonCode | ∑ | 0..* | CodeableConcept | Coded reason procedure performed Binding: Procedure Reason Codes (example) |
performer | ∑ | 0..* | BackboneElement | The people who performed the procedure |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!∑ | 0..* | Extension | Extensions that cannot be ignored |
actor | ∑ | 0..1 | Reference(Practitioner | Organization | Patient | RelatedPerson) | The reference to the practitioner |
role | ∑ | 0..1 | CodeableConcept | The role the actor was in Binding: Procedure Performer Role Codes (example) |
performed[x] | S | 1..1 | dateTime, Period | Date/Period the procedure was performed |
encounter | ∑ | 0..1 | Reference(Encounter) | The encounter associated with the procedure |
location | ∑ | 0..1 | Reference(Location) | Where the procedure happened |
outcome | ∑ | 0..1 | CodeableConcept | The result of procedure Binding: Procedure Outcome Codes (SNOMED CT) (example) |
report | 0..* | Reference(DiagnosticReport) | Any report resulting from the procedure | |
complication | 0..* | CodeableConcept | Complication following the procedure Binding: Condition/Problem/Diagnosis Codes (example) | |
followUp | 0..* | CodeableConcept | Instructions for follow up Binding: Procedure Follow up Codes (SNOMED CT) (example) | |
request | 0..1 | Reference(CarePlan | DiagnosticRequest | ProcedureRequest | ReferralRequest) | A request for this procedure | |
notes | 0..* | Annotation | Additional information about the procedure | |
focalDevice | 0..* | BackboneElement | Device changed in procedure | |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!∑ | 0..* | Extension | Extensions that cannot be ignored |
action | 0..1 | CodeableConcept | Kind of change to device Binding: Procedure Device Action Codes (required) | |
manipulated | 1..1 | Reference(Device) | Device that was changed | |
usedReference | 0..* | Reference(Device | Medication | Substance) | Items used during procedure | |
usedCode | 0..* | CodeableConcept | Coded items used during the procedure Binding: (unbound) (example) | |
component | 0..* | Reference(MedicationAdministration | Procedure | Observation) | Events related to the procedure | |
Documentation for this format |
XML Template
yet to be done: Xml template
JSON Template
yet to be done: Json template
Downloads: StructureDefinition: (XML, JSON), Schema: XML Schematron
Path | Name | Conformance | ValueSet |
Procedure.language | Common Languages | extensible | Common Languages |
Procedure.status | ProcedureStatus | required | ProcedureStatus |
Procedure.category | Procedure Category Codes (SNOMED CT) | example | Procedure Category Codes (SNOMED CT) |
Procedure.code | Procedure Codes (SNOMED CT) | example | Procedure Codes (SNOMED CT) |
Procedure.code.coding | DAF Procedure Type ICD-10-PCS Codes | required | DAF Procedure Type ICD-10-PCS Codes |
Procedure.code.coding | DAF Procedure Type ICD-10-PCS Codes | required | DAF Procedure Type ICD-10-PCS Codes |
Procedure.reasonNotPerformed | Procedure Not Performed Reason (SNOMED-CT) | example | Procedure Not Performed Reason (SNOMED-CT) |
Procedure.bodySite | SNOMED CT Body Structures | example | SNOMED CT Body Structures |
Procedure.reasonCode | Procedure Reason Codes | example | Procedure Reason Codes |
Procedure.performer.role | Procedure Performer Role Codes | example | Procedure Performer Role Codes |
Procedure.outcome | Procedure Outcome Codes (SNOMED CT) | example | Procedure Outcome Codes (SNOMED CT) |
Procedure.complication | Condition/Problem/Diagnosis Codes | example | Condition/Problem/Diagnosis Codes |
Procedure.followUp | Procedure Follow up Codes (SNOMED CT) | example | Procedure Follow up Codes (SNOMED CT) |
Procedure.focalDevice.action | Procedure Device Action Codes | required | Procedure Device Action Codes |
Procedure.usedCode | ?ext | example |
Id | Path | Details | Requirements |
dom-2 | Procedure | If the resource is contained in another resource, it SHALL NOT contain nested Resources XPath: not(parent::f:contained and f:contained) | |
dom-1 | Procedure | If the resource is contained in another resource, it SHALL NOT contain any narrative XPath: not(parent::f:contained and f:text) | |
dom-4 | Procedure | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated XPath: not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated)) | |
dom-3 | Procedure | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource XPath: not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))])) | |
pro-1 | Procedure | Reason not performed is only permitted if notPerformed indicator is true XPath: not(exists(f:reasonNotPerformed)) or f:notPerformed/@value=true() |