4.6 Procedure リソース

logo fhir

HomeClinicalProcedure [procedure]

Resource Procedure - Content4.6

An action that is performed on a patient. This can be a physical 'thing' like an operation, or less invasive like counseling or hypnotherapy.

The resource name as it appears in a RESTful URL is [root]/procedure/

An Act whose immediate and primary outcome (post-condition) is the alteration of the physical condition of the subject. Used to record the details of procedures performed on a patient. This includes surgical procedures, diagnostic procedures, endoscopic procedures, biopsies. It excludes things for which there are specific resources, such as immunizations, drug administrations

Resource Content4.6.1

<Procedure xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, narrative, and contained --> <subject><!-- 1..1 Resource(Patient) Subject of this procedure § --></subject> <type><!-- 0..1 CodeableConcept Identification of the procedure § --></type> <bodySite><!-- 0..* CodeableConcept Precise location details § --></bodySite> <indication value="[string]"/><!-- 0..1 Indications for the procedure § --> <performer> <!-- 0..* The people who performed the procedure § --> <person><!-- 0..1 Resource(Practitioner) The reference to the practitioner § --></person> <role><!-- 0..1 CodeableConcept The role the person was in § --></role> </performer> <date><!-- 0..1 Period The date the procedure was performed § --></date> <encounter><!-- 0..1 Resource(Encounter) The encounter during which the procedure was performed § --></encounter> <outcome value="[string]"/><!-- 0..1 Outcome of the procedure § --> <report><!-- 0..* Resource(DiagnosticReport) Any report that results from the procedure --></report> <complication value="[string]"/><!-- 0..1 Complications --> <followUp value="[string]"/><!-- 0..1 Instructions for follow up --> <relatedItem> <!-- 0..* A procedure that is related to this one --> <type value="[code]"/><!-- 0..1 caused-by | caused --> <target><!-- 0..1 Resource(Procedure|MedicationPrescription) The related item - e.g. a procedure --></target> </relatedItem> <notes value="[string]"/><!-- 0..1 Procedure notes --> </Procedure>

Alternate definitions: Schema/Schematron, Resource Profile

Terminology Bindings 4.6.1.1

Questions

  • Should there be a separate entry for duration? Currently this is inferred from date if represented as a Period
  • Indication is currently a string. What to do if you want to indicate that the procedure is because of a Condition? You could use relatedItem, but is it confusing to have indication in multiple places.
  • Should we support a careplan as followup?

Search Parameters 4.6.2

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.