This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Profile for Profile of Procedure for decision support/quality metrics. Removes modifying attributes and specifies which elements must be supported (understood) by CQF-compliant systems. : Clinical Quality Framework (CQF) Procedure Profile
{ "resourceType": "Profile", "id": "cqf-procedure-cqf-procedure", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "http://hl7.org/fhir/Profile/cqf-procedure-cqf-procedure", "name": "Clinical Quality Framework (CQF) Procedure Profile", "publisher": "Health Level Seven, Inc. - CQI WG", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/special/committees/CQI" } ] } ], "description": "Profile of Procedure for decision support/quality metrics. Removes modifying attributes and specifies which elements must be supported (understood) by CQF-compliant systems. : Clinical Quality Framework (CQF) Procedure Profile", "status": "draft", "date": "2014-10-28", "type": "Procedure", "base": "http://hl7.org/fhir/Profile/Procedure", "snapshot": { "element": [ { "path": "Procedure", "name": "cqf-procedure", "short": "The occurrence of a procedure.", "definition": "The occurrence of a procedure.", "min": 1, "max": "1", "mapping": [ { "identity": "rim", "map": "Procedure[moodCode=EVN]" } ] }, { "path": "Procedure.id", "short": "Logical id of this artefact", "definition": "The logical id of the resource, as used in the url for the resoure. Once assigned, this value never changes.", "comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID.", "min": 0, "max": "1", "type": [ { "code": "id" } ] }, { "path": "Procedure.meta", "short": "Metadata about the resource", "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.", "min": 0, "max": "1", "type": [ { "code": "Meta" } ] }, { "path": "Procedure.implicitRules", "short": "A set of rules under which this content was created", "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.", "comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.", "min": 0, "max": "1", "type": [ { "code": "uri" } ], "isModifier": true }, { "path": "Procedure.language", "short": "Language of the resource content", "definition": "The base language in which the resource is written.", "comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource\n\nNot all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", "min": 0, "max": "1", "type": [ { "code": "code" } ], "binding": { "name": "Language", "isExtensible": false, "conformance": "required", "description": "A human language", "referenceUri": "http://tools.ietf.org/html/bcp47" } }, { "path": "Procedure.text", "short": "Text summary of the resource, for human interpretation", "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.", "synonym": [ "narrative", "html", "xhtml", "display" ], "min": 0, "max": "1", "type": [ { "code": "Narrative" } ], "condition": [ "dom-1" ], "mapping": [ { "identity": "rim", "map": "Act.text?" } ] }, { "path": "Procedure.contained", "short": "Contained, inline Resources", "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.", "synonym": [ "inline resources", "anonymous resources", "contained resources" ], "min": 0, "max": "*", "type": [ { "code": "Resource" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "Procedure.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "synonym": [ "extensions", "user content" ], "min": 0, "max": "*", "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "Procedure.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "synonym": [ "extensions", "user content" ], "min": 0, "max": "*", "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "Procedure.identifier", "short": "External Ids for this procedure", "definition": "This records identifiers associated with this procedure that are defined by business processed and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).", "requirements": "Need to allow connection to a wider workflow.", "min": 0, "max": "*", "type": [ { "code": "Identifier" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".id" } ] }, { "path": "Procedure.patient", "short": "Who procedure was performed on", "definition": "The person on whom the procedure was performed.", "min": 1, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Patient" } ], "mustSupport": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": ".participation[typeCode=SBJ].role" } ] }, { "path": "Procedure.type", "short": "Identification of the procedure", "definition": "The specific procedure that is performed. Use text if the exact nature of the procedure can't be coded.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": ".code" } ] }, { "path": "Procedure.bodySite", "short": "Precise location details", "definition": "Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion.", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": ".approachSiteCode" } ] }, { "path": "Procedure.indication", "short": "Reason procedure performed", "definition": "The reason why the procedure was performed. This may be due to a Condition, may be coded entity of some type, or may simply be present as text.", "comments": "e.g. endoscopy for dilatation and biopsy, combination diagnosis and therapuetic.", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": ".reasonCode" } ] }, { "path": "Procedure.performer", "short": "The people who performed the procedure", "definition": "Limited to 'real' people rather than equipment.", "min": 0, "max": "*", "mustSupport": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": ".participation[typeCode=PFM]" } ] }, { "path": "Procedure.performer.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "Procedure.performer.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "synonym": [ "extensions", "user content" ], "min": 0, "max": "*", "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "Procedure.performer.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "synonym": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "Procedure.performer.person", "short": "The reference to the practitioner", "definition": "The practitioner who was involved in the procedure.", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Practitioner" } ], "mustSupport": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": ".role" } ] }, { "path": "Procedure.performer.role", "short": "The role the person was in", "definition": "E.g. surgeon, anaethetist, endoscopist.", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": ".functionCode" } ] }, { "path": "Procedure.date", "short": "The date the procedure was performed", "definition": "The dates over which the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.", "min": 0, "max": "1", "type": [ { "code": "Period" } ], "mustSupport": true, "isSummary": true, "mapping": [ { "identity": "v2", "map": "This should be choice of dateTime|Period" }, { "identity": "rim", "map": ".effectiveTime" } ] }, { "path": "Procedure.encounter", "short": "The encounter when procedure performed", "definition": "The encounter during which the procedure was performed.", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Encounter" } ], "mustSupport": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]" } ] }, { "path": "Procedure.outcome", "short": "What was result of procedure?", "definition": "What was the outcome of the procedure - did it resolve reasons why the procedure was performed?.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".outboundRelationship[typeCode=OUT].target.text" } ] }, { "path": "Procedure.report", "short": "Any report that results from the procedure", "definition": "This could be a histology result. There could potentially be multiple reports - e.g. if this was a procedure that made multiple biopsies.", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/DiagnosticReport" } ], "mapping": [ { "identity": "rim", "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN]" } ] }, { "path": "Procedure.complication", "short": "Complication following the procedure", "definition": "Any complications that occurred during the procedure, or in the immediate post-operative period. These are generally tracked separately from the notes, which typically will describe the procedure itself rather than any 'post procedure' issues.", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "mapping": [ { "identity": "rim", "map": "Need specialization of OUT for this." } ] }, { "path": "Procedure.followUp", "short": "Instructions for follow up", "definition": "If the procedure required specific follow up - e.g. removal of sutures. The followup may be represented as a simple note, or potentially could be more complex in which case the CarePlan resource can be used.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "mapping": [ { "identity": "rim", "map": ".outboundRelationship[typeCode=COMP].target[classCode=ACT, moodCode=INT].text" } ] }, { "path": "Procedure.relatedItem", "short": "A procedure that is related to this one", "definition": "Procedures may be related to other items such as procedures or medications. For example treating wound dehiscence following a previous procedure.", "min": 0, "max": "*", "mapping": [ { "identity": "rim", "map": ".outboundRelationship[typeCode=TRIG and target[classCode=PROC, moodCode=EVN]]" } ] }, { "path": "Procedure.relatedItem.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "Procedure.relatedItem.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "synonym": [ "extensions", "user content" ], "min": 0, "max": "*", "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "Procedure.relatedItem.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "synonym": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "Procedure.relatedItem.type", "short": "caused-by | because-of", "definition": "The nature of the relationship.", "min": 0, "max": "1", "type": [ { "code": "code" } ], "binding": { "name": "ProcedureRelationshipType", "isExtensible": false, "conformance": "required", "description": "The nature of the relationship with this procedure", "referenceReference": { "reference": "http://hl7.org/fhir/vs/procedure-relationship-type" } }, "mapping": [ { "identity": "rim", "map": ".inversionInd" } ] }, { "path": "Procedure.relatedItem.target", "short": "The related item - e.g. a procedure", "definition": "The related item - e.g. a procedure.", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/AllergyIntolerance" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/CarePlan" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Condition" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/DiagnosticReport" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/FamilyHistory" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/ImagingStudy" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Immunization" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/ImmunizationRecommendation" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/MedicationAdministration" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/MedicationDispense" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/MedicationPrescription" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/MedicationStatement" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Observation" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Procedure" } ], "mapping": [ { "identity": "rim", "map": ".target" } ] }, { "path": "Procedure.notes", "short": "Additional information about procedure", "definition": "Any other notes about the procedure - e.g. the operative notes.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "mapping": [ { "identity": "rim", "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value" } ] } ] }, "differential": { "element": [ { "path": "Procedure", "name": "cqf-procedure", "short": "The occurrence of a procedure.", "definition": "The occurrence of a procedure.", "min": 1, "max": "1" }, { "path": "Procedure.patient", "min": 1, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Patient" } ], "mustSupport": true }, { "path": "Procedure.type", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ], "mustSupport": true }, { "path": "Procedure.bodySite", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "mustSupport": true }, { "path": "Procedure.indication", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "mustSupport": true }, { "path": "Procedure.performer", "min": 0, "max": "*", "mustSupport": true }, { "path": "Procedure.performer.person", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Practitioner" } ], "mustSupport": true }, { "path": "Procedure.performer.role", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "mustSupport": true }, { "path": "Procedure.date", "min": 0, "max": "1", "type": [ { "code": "Period" } ], "mustSupport": true }, { "path": "Procedure.encounter", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Encounter" } ], "mustSupport": true }, { "path": "Procedure.report", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/DiagnosticReport" } ] }, { "path": "Procedure.complication", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ] }, { "path": "Procedure.relatedItem", "min": 0, "max": "*" }, { "path": "Procedure.relatedItem.type", "min": 0, "max": "1", "type": [ { "code": "code" } ] }, { "path": "Procedure.relatedItem.target", "min": 0, "max": "1" } ] } }