spark_auto_mapper_fhir.resources.observation
¶
Module Contents¶
Classes¶
Observation |
- class spark_auto_mapper_fhir.resources.observation.Observation(*, id_=None, meta=None, implicitRules=None, language=None, text=None, contained=None, extension=None, modifierExtension=None, identifier=None, basedOn=None, partOf=None, status, category=None, code, subject=None, focus=None, encounter=None, effectiveDateTime=None, effectivePeriod=None, effectiveTiming=None, effectiveInstant=None, issued=None, performer=None, valueQuantity=None, valueCodeableConcept=None, valueString=None, valueBoolean=None, valueInteger=None, valueRange=None, valueRatio=None, valueSampledData=None, valueTime=None, valueDateTime=None, valuePeriod=None, dataAbsentReason=None, interpretation=None, note=None, bodySite=None, method=None, specimen=None, device=None, referenceRange=None, hasMember=None, derivedFrom=None, component=None)¶
Bases:
spark_auto_mapper_fhir.base_types.fhir_resource_base.FhirResourceBase
Observation observation.xsd
Measurements and simple assertions made about a patient, device or other
- subject.
If the element is present, it must have either a @value, an @id, or extensions
Measurements and simple assertions made about a patient, device or other
- subject.
If the element is present, it must have either a @value, an @id, or extensions
- param id_
The logical id of the resource, as used in the URL for the resource. Once
- assigned, this value never changes.
- param meta
The metadata about the resource. This is content that is maintained by the
infrastructure. Changes to the content might not always be associated with version changes to the resource.
- param implicitRules
A reference to a set of rules that were followed when the resource was
constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
- param language
The base language in which the resource is written.
- param text
A human-readable narrative that contains a summary of the resource and can 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.
- param contained
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.
- param extension
May be used to represent additional information that is not part of the basic
definition of the resource. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- param modifierExtension
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 and/or the understanding of the containing element’s descendants. Usually modifier elements provide negation or qualification. 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.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- param identifier
A unique identifier assigned to this observation.
- param basedOn
A plan, proposal or order that is fulfilled in whole or in part by this event.
For example, a MedicationRequest may require a patient to have laboratory test performed before it is dispensed.
- param partOf
A larger event of which this particular Observation is a component or step.
- For example, an observation as part of a procedure.
- param status
The status of the result value.
- param category
A code that classifies the general type of observation being made.
- param code
Describes what was observed. Sometimes this is called the observation “name”.
- param subject
The patient, or group of patients, location, or device this observation is
about and into whose record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the focus element or the code itself specifies the actual focus of the observation.
- param focus
The actual focus of an observation when it is not the patient of record
representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother’s record. The focus of an observation could also be an existing condition, an intervention, the subject’s diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child’s tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.
- param encounter
The healthcare event (e.g. a patient and healthcare provider interaction)
- during which this observation is made.
- param effectiveDateTime
None
- param effectivePeriod
None
- param effectiveTiming
None
- param effectiveInstant
None
- param issued
The date and time this version of the observation was made available to
- providers, typically after the results have been reviewed and verified.
- param performer
Who was responsible for asserting the observed value as “true”.
- param valueQuantity
None
- param valueCodeableConcept
None
- param valueString
None
- param valueBoolean
None
- param valueInteger
None
- param valueRange
None
- param valueRatio
None
- param valueSampledData
None
- param valueTime
None
- param valueDateTime
None
- param valuePeriod
None
- param dataAbsentReason
Provides a reason why the expected value in the element Observation.value[x]
- is missing.
- param interpretation
A categorical assessment of an observation value. For example, high, low,
- normal.
- param note
Comments about the observation or the results.
- param bodySite
Indicates the site on the subject’s body where the observation was made (i.e.
- the target site).
- param method
Indicates the mechanism used to perform the observation.
- param specimen
The specimen that was used when this observation was made.
- param device
The device used to generate the observation data.
- param referenceRange
Guidance on how to interpret the value by comparison to a normal or
recommended range. Multiple reference ranges are interpreted as an “OR”. In other words, to represent two distinct target populations, two referenceRange elements would be used.
- param hasMember
This observation is a group observation (e.g. a battery, a panel of tests, a
set of vital sign measurements) that includes the target as a member of the group.
- param derivedFrom
The target resource that represents a measurement from which this observation
value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.
- param component
Some observations have multiple component observations. These component
observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.
- Parameters
id_ (Optional[spark_auto_mapper_fhir.fhir_types.id.FhirId]) –
meta (Optional[spark_auto_mapper_fhir.complex_types.meta.Meta]) –
implicitRules (Optional[spark_auto_mapper_fhir.fhir_types.uri.FhirUri]) –
language (Optional[spark_auto_mapper_fhir.value_sets.common_languages.CommonLanguagesCode]) –
text (Optional[spark_auto_mapper_fhir.complex_types.narrative.Narrative]) –
contained (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.resource_container.ResourceContainer]]) –
extension (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase]]) –
modifierExtension (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase]]) –
identifier (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.identifier.Identifier]]) –
basedOn (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.reference.Reference[Union[spark_auto_mapper_fhir.resources.care_plan.CarePlan, spark_auto_mapper_fhir.resources.device_request.DeviceRequest, spark_auto_mapper_fhir.resources.immunization_recommendation.ImmunizationRecommendation, spark_auto_mapper_fhir.resources.medication_request.MedicationRequest, spark_auto_mapper_fhir.resources.nutrition_order.NutritionOrder, spark_auto_mapper_fhir.resources.service_request.ServiceRequest]]]]) –
partOf (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.reference.Reference[Union[spark_auto_mapper_fhir.resources.medication_administration.MedicationAdministration, spark_auto_mapper_fhir.resources.medication_dispense.MedicationDispense, spark_auto_mapper_fhir.resources.medication_statement.MedicationStatement, spark_auto_mapper_fhir.resources.procedure.Procedure, spark_auto_mapper_fhir.resources.immunization.Immunization, spark_auto_mapper_fhir.resources.imaging_study.ImagingStudy]]]]) –
status (spark_auto_mapper_fhir.value_sets.observation_status.ObservationStatusCode) –
category (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.observation_category_codes.ObservationCategoryCodesCode]]]) –
code (spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.loinc_codes.LOINCCodesCode]) –
subject (Optional[spark_auto_mapper_fhir.complex_types.reference.Reference[Union[spark_auto_mapper_fhir.resources.patient.Patient, spark_auto_mapper_fhir.resources.group.Group, spark_auto_mapper_fhir.resources.device.Device, spark_auto_mapper_fhir.resources.location.Location]]]) –
focus (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.reference.Reference[spark_auto_mapper_fhir.resources.resource.Resource]]]) –
encounter (Optional[spark_auto_mapper_fhir.complex_types.reference.Reference[spark_auto_mapper_fhir.resources.encounter.Encounter]]) –
effectiveDateTime (Optional[spark_auto_mapper_fhir.fhir_types.date_time.FhirDateTime]) –
effectivePeriod (Optional[spark_auto_mapper_fhir.complex_types.period.Period]) –
effectiveTiming (Optional[spark_auto_mapper_fhir.backbone_elements.timing.Timing]) –
effectiveInstant (Optional[spark_auto_mapper_fhir.fhir_types.instant.FhirInstant]) –
issued (Optional[spark_auto_mapper_fhir.fhir_types.instant.FhirInstant]) –
performer (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.reference.Reference[Union[spark_auto_mapper_fhir.resources.practitioner.Practitioner, spark_auto_mapper_fhir.resources.practitioner_role.PractitionerRole, spark_auto_mapper_fhir.resources.organization.Organization, spark_auto_mapper_fhir.resources.care_team.CareTeam, spark_auto_mapper_fhir.resources.patient.Patient, spark_auto_mapper_fhir.resources.related_person.RelatedPerson]]]]) –
valueQuantity (Optional[spark_auto_mapper_fhir.complex_types.quantity.Quantity]) –
valueCodeableConcept (Optional[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode]]) –
valueString (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
valueBoolean (Optional[spark_auto_mapper_fhir.fhir_types.boolean.FhirBoolean]) –
valueInteger (Optional[spark_auto_mapper_fhir.fhir_types.integer.FhirInteger]) –
valueRange (Optional[spark_auto_mapper_fhir.complex_types.range.Range]) –
valueRatio (Optional[spark_auto_mapper_fhir.complex_types.ratio.Ratio]) –
valueSampledData (Optional[spark_auto_mapper_fhir.complex_types.sampled_data.SampledData]) –
valueTime (Optional[spark_auto_mapper_fhir.fhir_types.time.FhirTime]) –
valueDateTime (Optional[spark_auto_mapper_fhir.fhir_types.date_time.FhirDateTime]) –
valuePeriod (Optional[spark_auto_mapper_fhir.complex_types.period.Period]) –
dataAbsentReason (Optional[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.data_absent_reason.DataAbsentReasonCode]]) –
interpretation (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.observation_interpretation_codes.ObservationInterpretationCodesCode]]]) –
note (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.annotation.Annotation]]) –
bodySite (Optional[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.snomedct_body_structures.SNOMEDCTBodyStructuresCode]]) –
method (Optional[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.observation_methods.ObservationMethodsCode]]) –
specimen (Optional[spark_auto_mapper_fhir.complex_types.reference.Reference[spark_auto_mapper_fhir.resources.specimen.Specimen]]) –
device (Optional[spark_auto_mapper_fhir.complex_types.reference.Reference[Union[spark_auto_mapper_fhir.resources.device.Device, spark_auto_mapper_fhir.resources.device_metric.DeviceMetric]]]) –
referenceRange (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.backbone_elements.observation_reference_range.ObservationReferenceRange]]) –
hasMember (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.reference.Reference[Union[Observation, spark_auto_mapper_fhir.resources.questionnaire_response.QuestionnaireResponse, spark_auto_mapper_fhir.resources.molecular_sequence.MolecularSequence]]]]) –
derivedFrom (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.reference.Reference[Union[spark_auto_mapper_fhir.resources.document_reference.DocumentReference, spark_auto_mapper_fhir.resources.imaging_study.ImagingStudy, spark_auto_mapper_fhir.resources.media.Media, spark_auto_mapper_fhir.resources.questionnaire_response.QuestionnaireResponse, Observation, spark_auto_mapper_fhir.resources.molecular_sequence.MolecularSequence]]]]) –
component (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.backbone_elements.observation_component.ObservationComponent]]) –
- get_schema(self, include_extension)¶
- Parameters
include_extension (bool) –
- Return type
Optional[Union[pyspark.sql.types.StructType, pyspark.sql.types.DataType]]