Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

Resource Profile: Procedure

Official URL: https://ancode.app/fhir/StructureDefinition/Procedure Version: 0.2.0
Draft as of 2021-11-30 Computable Name: Procedure

Usage:

  • This Resource Profile is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Procedure

NameFlagsCard.TypeDescription & Constraintsdoco
.. Procedure 0..*ProcedureAn action that is being or was performed on a patient
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... performedQuantity 1..1QuantityExtension
URL: https://ancode.app/fhir/StructureDefinition/PerformedQuantity
... basedOn 1..1Reference(ServiceRequest)A request for this procedure
... code 1..1CodeableConceptIdentification of the procedure
... subject 1..1Reference(Patient)Who the procedure was performed on
... encounter 1..1Reference(Encounter)Encounter created as part of
... performed[x] 1..1PeriodWhen the procedure was performed
.... start 1..1dateTimeStarting time with inclusive boundary
.... end 1..1dateTimeEnd time with inclusive boundary, if not ongoing
... recorder 1..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)Who recorded the procedure
... performer 1..*BackboneElementThe people who performed the procedure
.... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
.... cboHealthcare 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/CBOHealthcare
Binding: CBOHealthcare (required)
.... function 1..1CodeableConceptType of performance
Binding: BRGrauParticipacao (required)
.... actor 1..1Reference(Practitioner | PractitionerRole | Device)The reference to the practitioner
.... onBehalfOf 1..1Reference(Organization)Organization the device or practitioner was acting for
... location 1..1Reference(Location)Where the procedure happened
... reasonCode 0..*CodeableConceptCoded reason procedure performed
Binding: BRCID10 (required)
... bodySite 0..1CodeableConceptTarget body sites
Binding: BRViaAcesso (required)

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Procedure.categoryrequiredBRTecnicaUtilizada
Procedure.performer.functionrequiredBRGrauParticipacao
Procedure.reasonCoderequiredBRCID10 (a valid code from Classificação Internacional de Doenças - Décima Revisão - CID-10)
Procedure.bodySiterequiredBRViaAcesso
NameFlagsCard.TypeDescription & Constraintsdoco
.. Procedure 0..*ProcedureAn action that is being or was performed on a patient
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... performedQuantity 1..1QuantityExtension
URL: https://ancode.app/fhir/StructureDefinition/PerformedQuantity
... basedOn Σ1..1Reference(ServiceRequest)A request for this procedure
... status ?!Σ1..1codepreparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
Binding: EventStatus (required): A code specifying the state of the procedure.

... category Σ1..1CodeableConceptClassification of the procedure
Binding: BRTecnicaUtilizada (required)
... code Σ1..1CodeableConceptIdentification of the procedure
Binding: ProcedureCodes(SNOMEDCT) (example): A code to identify a specific procedure .

... subject Σ1..1Reference(Patient)Who the procedure was performed on
... encounter Σ1..1Reference(Encounter)Encounter created as part of
... performed[x] Σ1..1PeriodWhen the procedure was performed
.... start ΣC1..1dateTimeStarting time with inclusive boundary
.... end ΣC1..1dateTimeEnd time with inclusive boundary, if not ongoing
... recorder Σ1..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)Who recorded the procedure
... performer Σ1..*BackboneElementThe people who performed the procedure
.... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
.... cboHealthcare 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/CBOHealthcare
Binding: CBOHealthcare (required)
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... function Σ1..1CodeableConceptType of performance
Binding: BRGrauParticipacao (required)
.... actor Σ1..1Reference(Practitioner | PractitionerRole | Device)The reference to the practitioner
.... onBehalfOf 1..1Reference(Organization)Organization the device or practitioner was acting for
... location Σ1..1Reference(Location)Where the procedure happened
... reasonCode Σ0..*CodeableConceptCoded reason procedure performed
Binding: BRCID10 (required)
... bodySite Σ0..1CodeableConceptTarget body sites
Binding: BRViaAcesso (required)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Procedure.statusrequiredEventStatus
Procedure.categoryrequiredBRTecnicaUtilizada
Procedure.codeexampleProcedureCodes(SNOMEDCT)
Procedure.performer.functionrequiredBRGrauParticipacao
Procedure.reasonCoderequiredBRCID10 (a valid code from Classificação Internacional de Doenças - Décima Revisão - CID-10)
Procedure.bodySiterequiredBRViaAcesso

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorProcedureIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorProcedureIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where(((id.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorProcedureIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorProcedureIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceProcedureA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Procedure 0..*ProcedureAn action that is being or was performed on a patient
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): IETF language tag

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... performedQuantity 1..1QuantityExtension
URL: https://ancode.app/fhir/StructureDefinition/PerformedQuantity
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierExternal Identifiers for this procedure
... instantiatesCanonical Σ0..*canonical(PlanDefinition | ActivityDefinition | Measure | OperationDefinition | Questionnaire)Instantiates FHIR protocol or definition
... instantiatesUri Σ0..*uriInstantiates external protocol or definition
... basedOn Σ1..1Reference(ServiceRequest)A request for this procedure
... partOf Σ0..*Reference(Procedure | Observation | MedicationAdministration)Part of referenced event
... status ?!Σ1..1codepreparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
Binding: EventStatus (required): A code specifying the state of the procedure.

... statusReason Σ0..1CodeableConceptReason for current status
Binding: ProcedureNotPerformedReason(SNOMED-CT) (example): A code that identifies the reason a procedure was not performed.

... category Σ1..1CodeableConceptClassification of the procedure
Binding: BRTecnicaUtilizada (required)
... code Σ1..1CodeableConceptIdentification of the procedure
Binding: ProcedureCodes(SNOMEDCT) (example): A code to identify a specific procedure .

... subject Σ1..1Reference(Patient)Who the procedure was performed on
... encounter Σ1..1Reference(Encounter)Encounter created as part of
... performed[x] Σ1..1PeriodWhen the procedure was performed
.... id 0..1idUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... start ΣC1..1dateTimeStarting time with inclusive boundary
.... end ΣC1..1dateTimeEnd time with inclusive boundary, if not ongoing
... recorder Σ1..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)Who recorded the procedure
... asserter Σ0..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)Person who asserts this procedure
... performer Σ1..*BackboneElementThe people who performed the procedure
.... id 0..1stringUnique id for inter-element referencing
.... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
.... cboHealthcare 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/CBOHealthcare
Binding: CBOHealthcare (required)
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... function Σ1..1CodeableConceptType of performance
Binding: BRGrauParticipacao (required)
.... actor Σ1..1Reference(Practitioner | PractitionerRole | Device)The reference to the practitioner
.... onBehalfOf 1..1Reference(Organization)Organization the device or practitioner was acting for
... location Σ1..1Reference(Location)Where the procedure happened
... reasonCode Σ0..*CodeableConceptCoded reason procedure performed
Binding: BRCID10 (required)
... reasonReference Σ0..*Reference(Condition | Observation | Procedure | DiagnosticReport | DocumentReference)The justification that the procedure was performed
... bodySite Σ0..1CodeableConceptTarget body sites
Binding: BRViaAcesso (required)
... outcome Σ0..1CodeableConceptThe result of procedure
Binding: ProcedureOutcomeCodes(SNOMEDCT) (example): An outcome of a procedure - whether it was resolved or otherwise.

... report 0..*Reference(DiagnosticReport | DocumentReference | Composition)Any report resulting from the procedure
... complication 0..*CodeableConceptComplication following the procedure
Binding: Condition/Problem/DiagnosisCodes (example): Codes describing complications that resulted from a procedure.


... complicationDetail 0..*Reference(Condition)A condition that is a result of the procedure
... followUp 0..*CodeableConceptInstructions for follow up
Binding: ProcedureFollowUpCodes(SNOMEDCT) (example): Specific follow up required for a procedure e.g. removal of sutures.


... note 0..*AnnotationAdditional information about the procedure
... focalDevice 0..*BackboneElementManipulated, implanted, or removed device
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... action 0..1CodeableConceptKind of change to device
Binding: ProcedureDeviceActionCodes (preferred): A kind of change that happened to the device during the procedure.

.... manipulated 1..1Reference(Device)Device that was changed
... usedReference 0..*Reference(Device | Medication | Substance)Items used during procedure
... usedCode 0..*CodeableConceptCoded items used during the procedure
Binding: FHIRDeviceTypes (example): Codes describing items used during a procedure.



doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Procedure.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Procedure.statusrequiredEventStatus
Procedure.statusReasonexampleProcedureNotPerformedReason(SNOMED-CT)
Procedure.categoryrequiredBRTecnicaUtilizada
Procedure.codeexampleProcedureCodes(SNOMEDCT)
Procedure.performer.functionrequiredBRGrauParticipacao
Procedure.reasonCoderequiredBRCID10 (a valid code from Classificação Internacional de Doenças - Décima Revisão - CID-10)
Procedure.bodySiterequiredBRViaAcesso
Procedure.outcomeexampleProcedureOutcomeCodes(SNOMEDCT)
Procedure.complicationexampleCondition/Problem/DiagnosisCodes
Procedure.followUpexampleProcedureFollowUpCodes(SNOMEDCT)
Procedure.focalDevice.actionpreferredProcedureDeviceActionCodes
Procedure.usedCodeexampleFHIRDeviceTypes

Constraints

IdGradePath(s)DetailsRequirements
dom-r4bwarningProcedure.containedContaining new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
: ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from Procedure

Summary

Mandatory: 16 elements

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from Procedure

NameFlagsCard.TypeDescription & Constraintsdoco
.. Procedure 0..*ProcedureAn action that is being or was performed on a patient
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... performedQuantity 1..1QuantityExtension
URL: https://ancode.app/fhir/StructureDefinition/PerformedQuantity
... basedOn 1..1Reference(ServiceRequest)A request for this procedure
... code 1..1CodeableConceptIdentification of the procedure
... subject 1..1Reference(Patient)Who the procedure was performed on
... encounter 1..1Reference(Encounter)Encounter created as part of
... performed[x] 1..1PeriodWhen the procedure was performed
.... start 1..1dateTimeStarting time with inclusive boundary
.... end 1..1dateTimeEnd time with inclusive boundary, if not ongoing
... recorder 1..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)Who recorded the procedure
... performer 1..*BackboneElementThe people who performed the procedure
.... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
.... cboHealthcare 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/CBOHealthcare
Binding: CBOHealthcare (required)
.... function 1..1CodeableConceptType of performance
Binding: BRGrauParticipacao (required)
.... actor 1..1Reference(Practitioner | PractitionerRole | Device)The reference to the practitioner
.... onBehalfOf 1..1Reference(Organization)Organization the device or practitioner was acting for
... location 1..1Reference(Location)Where the procedure happened
... reasonCode 0..*CodeableConceptCoded reason procedure performed
Binding: BRCID10 (required)
... bodySite 0..1CodeableConceptTarget body sites
Binding: BRViaAcesso (required)

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Procedure.categoryrequiredBRTecnicaUtilizada
Procedure.performer.functionrequiredBRGrauParticipacao
Procedure.reasonCoderequiredBRCID10 (a valid code from Classificação Internacional de Doenças - Décima Revisão - CID-10)
Procedure.bodySiterequiredBRViaAcesso

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Procedure 0..*ProcedureAn action that is being or was performed on a patient
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... performedQuantity 1..1QuantityExtension
URL: https://ancode.app/fhir/StructureDefinition/PerformedQuantity
... basedOn Σ1..1Reference(ServiceRequest)A request for this procedure
... status ?!Σ1..1codepreparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
Binding: EventStatus (required): A code specifying the state of the procedure.

... category Σ1..1CodeableConceptClassification of the procedure
Binding: BRTecnicaUtilizada (required)
... code Σ1..1CodeableConceptIdentification of the procedure
Binding: ProcedureCodes(SNOMEDCT) (example): A code to identify a specific procedure .

... subject Σ1..1Reference(Patient)Who the procedure was performed on
... encounter Σ1..1Reference(Encounter)Encounter created as part of
... performed[x] Σ1..1PeriodWhen the procedure was performed
.... start ΣC1..1dateTimeStarting time with inclusive boundary
.... end ΣC1..1dateTimeEnd time with inclusive boundary, if not ongoing
... recorder Σ1..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)Who recorded the procedure
... performer Σ1..*BackboneElementThe people who performed the procedure
.... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
.... cboHealthcare 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/CBOHealthcare
Binding: CBOHealthcare (required)
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... function Σ1..1CodeableConceptType of performance
Binding: BRGrauParticipacao (required)
.... actor Σ1..1Reference(Practitioner | PractitionerRole | Device)The reference to the practitioner
.... onBehalfOf 1..1Reference(Organization)Organization the device or practitioner was acting for
... location Σ1..1Reference(Location)Where the procedure happened
... reasonCode Σ0..*CodeableConceptCoded reason procedure performed
Binding: BRCID10 (required)
... bodySite Σ0..1CodeableConceptTarget body sites
Binding: BRViaAcesso (required)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Procedure.statusrequiredEventStatus
Procedure.categoryrequiredBRTecnicaUtilizada
Procedure.codeexampleProcedureCodes(SNOMEDCT)
Procedure.performer.functionrequiredBRGrauParticipacao
Procedure.reasonCoderequiredBRCID10 (a valid code from Classificação Internacional de Doenças - Décima Revisão - CID-10)
Procedure.bodySiterequiredBRViaAcesso

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorProcedureIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorProcedureIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where(((id.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorProcedureIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorProcedureIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceProcedureA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Procedure 0..*ProcedureAn action that is being or was performed on a patient
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): IETF language tag

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... performedQuantity 1..1QuantityExtension
URL: https://ancode.app/fhir/StructureDefinition/PerformedQuantity
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierExternal Identifiers for this procedure
... instantiatesCanonical Σ0..*canonical(PlanDefinition | ActivityDefinition | Measure | OperationDefinition | Questionnaire)Instantiates FHIR protocol or definition
... instantiatesUri Σ0..*uriInstantiates external protocol or definition
... basedOn Σ1..1Reference(ServiceRequest)A request for this procedure
... partOf Σ0..*Reference(Procedure | Observation | MedicationAdministration)Part of referenced event
... status ?!Σ1..1codepreparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
Binding: EventStatus (required): A code specifying the state of the procedure.

... statusReason Σ0..1CodeableConceptReason for current status
Binding: ProcedureNotPerformedReason(SNOMED-CT) (example): A code that identifies the reason a procedure was not performed.

... category Σ1..1CodeableConceptClassification of the procedure
Binding: BRTecnicaUtilizada (required)
... code Σ1..1CodeableConceptIdentification of the procedure
Binding: ProcedureCodes(SNOMEDCT) (example): A code to identify a specific procedure .

... subject Σ1..1Reference(Patient)Who the procedure was performed on
... encounter Σ1..1Reference(Encounter)Encounter created as part of
... performed[x] Σ1..1PeriodWhen the procedure was performed
.... id 0..1idUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... start ΣC1..1dateTimeStarting time with inclusive boundary
.... end ΣC1..1dateTimeEnd time with inclusive boundary, if not ongoing
... recorder Σ1..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)Who recorded the procedure
... asserter Σ0..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)Person who asserts this procedure
... performer Σ1..*BackboneElementThe people who performed the procedure
.... id 0..1stringUnique id for inter-element referencing
.... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
.... cboHealthcare 1..1CodeableConceptExtension
URL: https://ancode.app/fhir/StructureDefinition/CBOHealthcare
Binding: CBOHealthcare (required)
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... function Σ1..1CodeableConceptType of performance
Binding: BRGrauParticipacao (required)
.... actor Σ1..1Reference(Practitioner | PractitionerRole | Device)The reference to the practitioner
.... onBehalfOf 1..1Reference(Organization)Organization the device or practitioner was acting for
... location Σ1..1Reference(Location)Where the procedure happened
... reasonCode Σ0..*CodeableConceptCoded reason procedure performed
Binding: BRCID10 (required)
... reasonReference Σ0..*Reference(Condition | Observation | Procedure | DiagnosticReport | DocumentReference)The justification that the procedure was performed
... bodySite Σ0..1CodeableConceptTarget body sites
Binding: BRViaAcesso (required)
... outcome Σ0..1CodeableConceptThe result of procedure
Binding: ProcedureOutcomeCodes(SNOMEDCT) (example): An outcome of a procedure - whether it was resolved or otherwise.

... report 0..*Reference(DiagnosticReport | DocumentReference | Composition)Any report resulting from the procedure
... complication 0..*CodeableConceptComplication following the procedure
Binding: Condition/Problem/DiagnosisCodes (example): Codes describing complications that resulted from a procedure.


... complicationDetail 0..*Reference(Condition)A condition that is a result of the procedure
... followUp 0..*CodeableConceptInstructions for follow up
Binding: ProcedureFollowUpCodes(SNOMEDCT) (example): Specific follow up required for a procedure e.g. removal of sutures.


... note 0..*AnnotationAdditional information about the procedure
... focalDevice 0..*BackboneElementManipulated, implanted, or removed device
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... action 0..1CodeableConceptKind of change to device
Binding: ProcedureDeviceActionCodes (preferred): A kind of change that happened to the device during the procedure.

.... manipulated 1..1Reference(Device)Device that was changed
... usedReference 0..*Reference(Device | Medication | Substance)Items used during procedure
... usedCode 0..*CodeableConceptCoded items used during the procedure
Binding: FHIRDeviceTypes (example): Codes describing items used during a procedure.



doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Procedure.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Procedure.statusrequiredEventStatus
Procedure.statusReasonexampleProcedureNotPerformedReason(SNOMED-CT)
Procedure.categoryrequiredBRTecnicaUtilizada
Procedure.codeexampleProcedureCodes(SNOMEDCT)
Procedure.performer.functionrequiredBRGrauParticipacao
Procedure.reasonCoderequiredBRCID10 (a valid code from Classificação Internacional de Doenças - Décima Revisão - CID-10)
Procedure.bodySiterequiredBRViaAcesso
Procedure.outcomeexampleProcedureOutcomeCodes(SNOMEDCT)
Procedure.complicationexampleCondition/Problem/DiagnosisCodes
Procedure.followUpexampleProcedureFollowUpCodes(SNOMEDCT)
Procedure.focalDevice.actionpreferredProcedureDeviceActionCodes
Procedure.usedCodeexampleFHIRDeviceTypes

Constraints

IdGradePath(s)DetailsRequirements
dom-r4bwarningProcedure.containedContaining new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
: ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from Procedure

Summary

Mandatory: 16 elements

Extensions

This structure refers to these extensions:

 

Other representations of profile: CSV, Excel, Schematron