Observation

Overview

Profile (Observation) is for providing additional context information in diagnostic domain such as Carbs, EWM etc.,

  • Below is the code that are currently used under this Observation:

    System Code Display
    http://loinc.org 9059-7 Carbohydrate intake Estimated

Canonical url - http://roche.com/fhir/iop/StructureDefinition/Observation

The below overview shows the elements of the resource, data type and the cardinality of each. Further details like "Binding"/"Fixed values"/"contraints" etc can be found on clicking on each element.

Structure definition :

idΣ0..1id
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
textI0..1Narrative
containedI0..*Resource
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
identifierΣ I0..0Identifier
basedOnΣ I0..0Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)
partOfΣ I0..0Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy | GenomicStudy)
statusΣ ?!1..1codeBinding
category0..0CodeableConceptBinding
codeΣ I1..1CodeableConceptBinding
subjectΣ I0..1Reference(Patient | Group | Device | Location | Organization | Procedure | Practitioner | Medication | Substance | BiologicallyDerivedProduct | NutritionProduct)
focusΣ I0..0Reference(Resource)
encounterΣ I0..0Reference(Encounter)
effectiveDateTimedateTime
issuedΣ0..0instant
performerΣ I0..0Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)
valueQuantityQuantity
dataAbsentReasonI0..0CodeableConceptBinding
interpretation0..0CodeableConceptBinding
note0..0Annotation
bodySiteI0..0CodeableConcept
bodyStructureI0..0Reference(BodyStructure)
method0..0CodeableConcept
specimenI0..0Reference(Specimen | Group)
deviceI0..1Reference(Device | DeviceMetric)
hasMemberΣ I0..0Reference(Observation | QuestionnaireResponse | MolecularSequence)
derivedFromΣ I0..0Reference(DocumentReference | ImagingStudy | ImagingSelection | QuestionnaireResponse | Observation | MolecularSequence | GenomicStudy)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
codeΣ I1..1CodeableConceptBinding
dataAbsentReason0..0CodeableConceptBinding
interpretation0..0CodeableConceptBinding
referenceRange0..0see (referenceRange)

Attribute description :

Attribute Description Terminology reference
status status of observation resource status
code Standard code associated to the measured observation. observation-codes
Subject Subject on which the observation was measured.
effectiveDateTime The date time observed value is asserted as being true.
valueQuantity Numerical value of the measurement.
device Reference to the device with which the observation was measured.
Component Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. observation-codes

Data Flow for Observation profile :

Could not find subject. Project was not found for BG-diagram.

Data Flow for write action :

Could not find subject. Project was not found for BG-dataflow.
1. 'Devices_DeviceModel' needs to be send as first resource (if not available prior) 2. 'Devices_Device' should be send next with reference to parent resource 'Devices_DeviceModel'(if not available prior) 3. 'Patient' needs to be send prior to observation (if not available prior) 4. Once the Device and patient resources are in place, we will have the Observation profile send having reference to the Device resource (Observation.device), patient resource (Observation.subject) and Observation resource (Observation.hasMember)