GATEKEEPER Implementation Guide
0.1.0 - CI Build 150

GATEKEEPER Implementation Guide, published by GATEKEEPER project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/gatekeeper-project/gk-fhir-ig/ and changes regularly. See the Directory of published versions

Resource Profile: Observtion - Research Study Puglia Pilot (GateKeeper)

Official URL: http://hl7.eu/fhir/ig/gk/StructureDefinition/Observation-eu-pgl-gk Version: 0.1.0
Draft as of 2024-02-22 Computable Name: ObservationPugliaGK

This profile represents the constraints applied to the Observation resource used for a case study in the Puglia Pilot.

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 Observation

NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation S0..*ObservationMeasurements and simple assertions
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... workflow-researchStudy S1..1Reference(ResearchStudy)Associated research study
URL: http://hl7.org/fhir/StructureDefinition/workflow-researchStudy
... status S1..1coderegistered | preliminary | final | amended +
... subject S1..1Reference(Patient)Who and/or what the observation is about
... effective[x] SC1..1dateTime, Period, Timing, instantClinically relevant time/time-period for observation
GK-obs-pgl-eft-1: If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
GK-obs-pgl-eft-2: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
... value[x] SC1..1Quantity, CodeableConcept, string, boolean, integer, Range, Ratio, SampledData, time, dateTime, PeriodActual result
GK-obs-pgl-vl-1: If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
GK-obs-pgl-vl-2: If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
GK-obs-pgl-vl-3: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
GK-obs-pgl-vl-4: If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Observation.coderequiredVsPugliaResearchStudyObservationsGK
http://hl7.eu/fhir/ig/gk/ValueSet/ValueSet-PugliaResearchStudyObservations-gk
from this IG

Constraints

IdGradePath(s)DetailsRequirements
GK-obs-pgl-eft-1errorObservation.effective[x]If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci') and Observation.effective.ofType(dateTime)
GK-obs-pgl-eft-2errorObservation.effective[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
: (Observation.code.coding.code = 'healthcare-costs-drugs' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number' or Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.effective.ofType(Period) and Observation.effectivePeriod.start.exists() and Observation.effectivePeriod.end.exists()
GK-obs-pgl-vl-1errorObservation.value[x]If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
: Observation.code.coding.code = '30525-0' and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'a'
GK-obs-pgl-vl-2errorObservation.value[x]If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
: (Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number') and Observation.value.ofType(integer)
GK-obs-pgl-vl-3errorObservation.value[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'urn:iso:std:iso:4217' and Observation.valueQuantity.code = 'EUR'
GK-obs-pgl-vl-4errorObservation.value[x]If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'
: (Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'd'
NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation SC0..*ObservationMeasurements and simple assertions
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... workflow-researchStudy S1..1Reference(ResearchStudy)Associated research study
URL: http://hl7.org/fhir/StructureDefinition/workflow-researchStudy
... status ?!SΣ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): Codes providing the status of an observation.

... code SΣ1..1CodeableConceptType of observation (code / type)
Binding: Research Study Observations - Puglia (Gatekeeper) (required)
... subject SΣ1..1Reference(Patient)Who and/or what the observation is about
... effective[x] SΣC1..1Clinically relevant time/time-period for observation
GK-obs-pgl-eft-1: If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
GK-obs-pgl-eft-2: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
.... effectiveTimingTiming
.... effectiveInstantinstant
... value[x] SΣC1..1Actual result
GK-obs-pgl-vl-1: If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
GK-obs-pgl-vl-2: If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
GK-obs-pgl-vl-3: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
GK-obs-pgl-vl-4: If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'
.... valueQuantityQuantity
.... valueCodeableConceptCodeableConcept
.... valueStringstring
.... valueBooleanboolean
.... valueIntegerinteger
.... valueRangeRange
.... valueRatioRatio
.... valueSampledDataSampledData
.... valueTimetime
.... valueDateTimedateTime
.... valuePeriodPeriod

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Observation.statusrequiredObservationStatus
http://hl7.org/fhir/ValueSet/observation-status|4.0.1
from the FHIR Standard
Observation.coderequiredVsPugliaResearchStudyObservationsGK
http://hl7.eu/fhir/ig/gk/ValueSet/ValueSet-PugliaResearchStudyObservations-gk
from this IG

Constraints

IdGradePath(s)DetailsRequirements
GK-obs-pgl-eft-1errorObservation.effective[x]If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci') and Observation.effective.ofType(dateTime)
GK-obs-pgl-eft-2errorObservation.effective[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
: (Observation.code.coding.code = 'healthcare-costs-drugs' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number' or Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.effective.ofType(Period) and Observation.effectivePeriod.start.exists() and Observation.effectivePeriod.end.exists()
GK-obs-pgl-vl-1errorObservation.value[x]If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
: Observation.code.coding.code = '30525-0' and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'a'
GK-obs-pgl-vl-2errorObservation.value[x]If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
: (Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number') and Observation.value.ofType(integer)
GK-obs-pgl-vl-3errorObservation.value[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'urn:iso:std:iso:4217' and Observation.valueQuantity.code = 'EUR'
GK-obs-pgl-vl-4errorObservation.value[x]If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'
: (Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'd'
NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation SC0..*ObservationMeasurements and simple assertions
... 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): A human language.

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
... workflow-researchStudy S1..1Reference(ResearchStudy)Associated research study
URL: http://hl7.org/fhir/StructureDefinition/workflow-researchStudy
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness Identifier for observation
... basedOn Σ0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)Fulfills plan, proposal or order
... partOf Σ0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)Part of referenced event
... status ?!SΣ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): Codes providing the status of an observation.

... category 0..*CodeableConceptClassification of type of observation
Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories.


... code SΣ1..1CodeableConceptType of observation (code / type)
Binding: Research Study Observations - Puglia (Gatekeeper) (required)
... subject SΣ1..1Reference(Patient)Who and/or what the observation is about
... focus Σ0..*Reference(Resource)What the observation is about, when it is not about the subject of record
... encounter Σ0..1Reference(Encounter)Healthcare event during which this observation is made
... effective[x] SΣC1..1Clinically relevant time/time-period for observation
GK-obs-pgl-eft-1: If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
GK-obs-pgl-eft-2: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
.... effectiveTimingTiming
.... effectiveInstantinstant
... issued Σ0..1instantDate/Time this version was made available
... performer Σ0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)Who is responsible for the observation
... value[x] SΣC1..1Actual result
GK-obs-pgl-vl-1: If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
GK-obs-pgl-vl-2: If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
GK-obs-pgl-vl-3: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
GK-obs-pgl-vl-4: If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'
.... valueQuantityQuantity
.... valueCodeableConceptCodeableConcept
.... valueStringstring
.... valueBooleanboolean
.... valueIntegerinteger
.... valueRangeRange
.... valueRatioRatio
.... valueSampledDataSampledData
.... valueTimetime
.... valueDateTimedateTime
.... valuePeriodPeriod
... dataAbsentReason C0..1CodeableConceptWhy the result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


... note 0..*AnnotationComments about the observation
... bodySite 0..1CodeableConceptObserved body part
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.

... method 0..1CodeableConceptHow it was done
Binding: ObservationMethods (example): Methods for simple observations.

... specimen 0..1Reference(Specimen)Specimen used for this observation
... device 0..1Reference(Device | DeviceMetric)(Measurement) Device
... referenceRange C0..*BackboneElementProvides guide for interpretation
.... 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
.... low C0..1SimpleQuantityLow Range, if relevant
.... high C0..1SimpleQuantityHigh Range, if relevant
.... type 0..1CodeableConceptReference range qualifier
Binding: ObservationReferenceRangeMeaningCodes (preferred): Code for the meaning of a reference range.

.... appliesTo 0..*CodeableConceptReference range population
Binding: ObservationReferenceRangeAppliesToCodes (example): Codes identifying the population the reference range applies to.


.... age 0..1RangeApplicable age range, if relevant
.... text 0..1stringText based reference range in an observation
... hasMember Σ0..*Reference(Observation | QuestionnaireResponse | MolecularSequence)Related resource that belongs to the Observation group
... derivedFrom Σ0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)Related measurements the observation is made from
... component Σ0..*BackboneElementComponent results
.... 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
.... code Σ1..1CodeableConceptType of component observation (code / type)
Binding: LOINCCodes (example): Codes identifying names of simple observations.

.... value[x] Σ0..1Actual component result
..... valueQuantityQuantity
..... valueCodeableConceptCodeableConcept
..... valueStringstring
..... valueBooleanboolean
..... valueIntegerinteger
..... valueRangeRange
..... valueRatioRatio
..... valueSampledDataSampledData
..... valueTimetime
..... valueDateTimedateTime
..... valuePeriodPeriod
.... dataAbsentReason C0..1CodeableConceptWhy the component result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

.... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


.... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Observation.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Observation.statusrequiredObservationStatus
http://hl7.org/fhir/ValueSet/observation-status|4.0.1
from the FHIR Standard
Observation.categorypreferredObservationCategoryCodes
http://hl7.org/fhir/ValueSet/observation-category
from the FHIR Standard
Observation.coderequiredVsPugliaResearchStudyObservationsGK
http://hl7.eu/fhir/ig/gk/ValueSet/ValueSet-PugliaResearchStudyObservations-gk
from this IG
Observation.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.bodySiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
from the FHIR Standard
Observation.methodexampleObservationMethods
http://hl7.org/fhir/ValueSet/observation-methods
from the FHIR Standard
Observation.referenceRange.typepreferredObservationReferenceRangeMeaningCodes
http://hl7.org/fhir/ValueSet/referencerange-meaning
from the FHIR Standard
Observation.referenceRange.appliesToexampleObservationReferenceRangeAppliesToCodes
http://hl7.org/fhir/ValueSet/referencerange-appliesto
from the FHIR Standard
Observation.component.codeexampleLOINCCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
from the FHIR Standard
Observation.component.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
GK-obs-pgl-eft-1errorObservation.effective[x]If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci') and Observation.effective.ofType(dateTime)
GK-obs-pgl-eft-2errorObservation.effective[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
: (Observation.code.coding.code = 'healthcare-costs-drugs' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number' or Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.effective.ofType(Period) and Observation.effectivePeriod.start.exists() and Observation.effectivePeriod.end.exists()
GK-obs-pgl-vl-1errorObservation.value[x]If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
: Observation.code.coding.code = '30525-0' and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'a'
GK-obs-pgl-vl-2errorObservation.value[x]If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
: (Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number') and Observation.value.ofType(integer)
GK-obs-pgl-vl-3errorObservation.value[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'urn:iso:std:iso:4217' and Observation.valueQuantity.code = 'EUR'
GK-obs-pgl-vl-4errorObservation.value[x]If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'
: (Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'd'

This structure is derived from Observation

Summary

Mandatory: 5 elements
Must-Support: 6 elements

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from Observation

NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation S0..*ObservationMeasurements and simple assertions
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... workflow-researchStudy S1..1Reference(ResearchStudy)Associated research study
URL: http://hl7.org/fhir/StructureDefinition/workflow-researchStudy
... status S1..1coderegistered | preliminary | final | amended +
... subject S1..1Reference(Patient)Who and/or what the observation is about
... effective[x] SC1..1dateTime, Period, Timing, instantClinically relevant time/time-period for observation
GK-obs-pgl-eft-1: If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
GK-obs-pgl-eft-2: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
... value[x] SC1..1Quantity, CodeableConcept, string, boolean, integer, Range, Ratio, SampledData, time, dateTime, PeriodActual result
GK-obs-pgl-vl-1: If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
GK-obs-pgl-vl-2: If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
GK-obs-pgl-vl-3: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
GK-obs-pgl-vl-4: If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Observation.coderequiredVsPugliaResearchStudyObservationsGK
http://hl7.eu/fhir/ig/gk/ValueSet/ValueSet-PugliaResearchStudyObservations-gk
from this IG

Constraints

IdGradePath(s)DetailsRequirements
GK-obs-pgl-eft-1errorObservation.effective[x]If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci') and Observation.effective.ofType(dateTime)
GK-obs-pgl-eft-2errorObservation.effective[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
: (Observation.code.coding.code = 'healthcare-costs-drugs' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number' or Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.effective.ofType(Period) and Observation.effectivePeriod.start.exists() and Observation.effectivePeriod.end.exists()
GK-obs-pgl-vl-1errorObservation.value[x]If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
: Observation.code.coding.code = '30525-0' and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'a'
GK-obs-pgl-vl-2errorObservation.value[x]If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
: (Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number') and Observation.value.ofType(integer)
GK-obs-pgl-vl-3errorObservation.value[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'urn:iso:std:iso:4217' and Observation.valueQuantity.code = 'EUR'
GK-obs-pgl-vl-4errorObservation.value[x]If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'
: (Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'd'

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation SC0..*ObservationMeasurements and simple assertions
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... workflow-researchStudy S1..1Reference(ResearchStudy)Associated research study
URL: http://hl7.org/fhir/StructureDefinition/workflow-researchStudy
... status ?!SΣ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): Codes providing the status of an observation.

... code SΣ1..1CodeableConceptType of observation (code / type)
Binding: Research Study Observations - Puglia (Gatekeeper) (required)
... subject SΣ1..1Reference(Patient)Who and/or what the observation is about
... effective[x] SΣC1..1Clinically relevant time/time-period for observation
GK-obs-pgl-eft-1: If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
GK-obs-pgl-eft-2: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
.... effectiveTimingTiming
.... effectiveInstantinstant
... value[x] SΣC1..1Actual result
GK-obs-pgl-vl-1: If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
GK-obs-pgl-vl-2: If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
GK-obs-pgl-vl-3: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
GK-obs-pgl-vl-4: If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'
.... valueQuantityQuantity
.... valueCodeableConceptCodeableConcept
.... valueStringstring
.... valueBooleanboolean
.... valueIntegerinteger
.... valueRangeRange
.... valueRatioRatio
.... valueSampledDataSampledData
.... valueTimetime
.... valueDateTimedateTime
.... valuePeriodPeriod

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Observation.statusrequiredObservationStatus
http://hl7.org/fhir/ValueSet/observation-status|4.0.1
from the FHIR Standard
Observation.coderequiredVsPugliaResearchStudyObservationsGK
http://hl7.eu/fhir/ig/gk/ValueSet/ValueSet-PugliaResearchStudyObservations-gk
from this IG

Constraints

IdGradePath(s)DetailsRequirements
GK-obs-pgl-eft-1errorObservation.effective[x]If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci') and Observation.effective.ofType(dateTime)
GK-obs-pgl-eft-2errorObservation.effective[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
: (Observation.code.coding.code = 'healthcare-costs-drugs' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number' or Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.effective.ofType(Period) and Observation.effectivePeriod.start.exists() and Observation.effectivePeriod.end.exists()
GK-obs-pgl-vl-1errorObservation.value[x]If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
: Observation.code.coding.code = '30525-0' and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'a'
GK-obs-pgl-vl-2errorObservation.value[x]If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
: (Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number') and Observation.value.ofType(integer)
GK-obs-pgl-vl-3errorObservation.value[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'urn:iso:std:iso:4217' and Observation.valueQuantity.code = 'EUR'
GK-obs-pgl-vl-4errorObservation.value[x]If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'
: (Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'd'

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation SC0..*ObservationMeasurements and simple assertions
... 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): A human language.

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
... workflow-researchStudy S1..1Reference(ResearchStudy)Associated research study
URL: http://hl7.org/fhir/StructureDefinition/workflow-researchStudy
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness Identifier for observation
... basedOn Σ0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)Fulfills plan, proposal or order
... partOf Σ0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)Part of referenced event
... status ?!SΣ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): Codes providing the status of an observation.

... category 0..*CodeableConceptClassification of type of observation
Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories.


... code SΣ1..1CodeableConceptType of observation (code / type)
Binding: Research Study Observations - Puglia (Gatekeeper) (required)
... subject SΣ1..1Reference(Patient)Who and/or what the observation is about
... focus Σ0..*Reference(Resource)What the observation is about, when it is not about the subject of record
... encounter Σ0..1Reference(Encounter)Healthcare event during which this observation is made
... effective[x] SΣC1..1Clinically relevant time/time-period for observation
GK-obs-pgl-eft-1: If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
GK-obs-pgl-eft-2: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
.... effectiveTimingTiming
.... effectiveInstantinstant
... issued Σ0..1instantDate/Time this version was made available
... performer Σ0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)Who is responsible for the observation
... value[x] SΣC1..1Actual result
GK-obs-pgl-vl-1: If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
GK-obs-pgl-vl-2: If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
GK-obs-pgl-vl-3: If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
GK-obs-pgl-vl-4: If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'
.... valueQuantityQuantity
.... valueCodeableConceptCodeableConcept
.... valueStringstring
.... valueBooleanboolean
.... valueIntegerinteger
.... valueRangeRange
.... valueRatioRatio
.... valueSampledDataSampledData
.... valueTimetime
.... valueDateTimedateTime
.... valuePeriodPeriod
... dataAbsentReason C0..1CodeableConceptWhy the result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


... note 0..*AnnotationComments about the observation
... bodySite 0..1CodeableConceptObserved body part
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.

... method 0..1CodeableConceptHow it was done
Binding: ObservationMethods (example): Methods for simple observations.

... specimen 0..1Reference(Specimen)Specimen used for this observation
... device 0..1Reference(Device | DeviceMetric)(Measurement) Device
... referenceRange C0..*BackboneElementProvides guide for interpretation
.... 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
.... low C0..1SimpleQuantityLow Range, if relevant
.... high C0..1SimpleQuantityHigh Range, if relevant
.... type 0..1CodeableConceptReference range qualifier
Binding: ObservationReferenceRangeMeaningCodes (preferred): Code for the meaning of a reference range.

.... appliesTo 0..*CodeableConceptReference range population
Binding: ObservationReferenceRangeAppliesToCodes (example): Codes identifying the population the reference range applies to.


.... age 0..1RangeApplicable age range, if relevant
.... text 0..1stringText based reference range in an observation
... hasMember Σ0..*Reference(Observation | QuestionnaireResponse | MolecularSequence)Related resource that belongs to the Observation group
... derivedFrom Σ0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)Related measurements the observation is made from
... component Σ0..*BackboneElementComponent results
.... 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
.... code Σ1..1CodeableConceptType of component observation (code / type)
Binding: LOINCCodes (example): Codes identifying names of simple observations.

.... value[x] Σ0..1Actual component result
..... valueQuantityQuantity
..... valueCodeableConceptCodeableConcept
..... valueStringstring
..... valueBooleanboolean
..... valueIntegerinteger
..... valueRangeRange
..... valueRatioRatio
..... valueSampledDataSampledData
..... valueTimetime
..... valueDateTimedateTime
..... valuePeriodPeriod
.... dataAbsentReason C0..1CodeableConceptWhy the component result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

.... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


.... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Observation.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Observation.statusrequiredObservationStatus
http://hl7.org/fhir/ValueSet/observation-status|4.0.1
from the FHIR Standard
Observation.categorypreferredObservationCategoryCodes
http://hl7.org/fhir/ValueSet/observation-category
from the FHIR Standard
Observation.coderequiredVsPugliaResearchStudyObservationsGK
http://hl7.eu/fhir/ig/gk/ValueSet/ValueSet-PugliaResearchStudyObservations-gk
from this IG
Observation.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.bodySiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
from the FHIR Standard
Observation.methodexampleObservationMethods
http://hl7.org/fhir/ValueSet/observation-methods
from the FHIR Standard
Observation.referenceRange.typepreferredObservationReferenceRangeMeaningCodes
http://hl7.org/fhir/ValueSet/referencerange-meaning
from the FHIR Standard
Observation.referenceRange.appliesToexampleObservationReferenceRangeAppliesToCodes
http://hl7.org/fhir/ValueSet/referencerange-appliesto
from the FHIR Standard
Observation.component.codeexampleLOINCCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
from the FHIR Standard
Observation.component.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
GK-obs-pgl-eft-1errorObservation.effective[x]If Observation.code.coding.code is '30525-0' or 'risk-score-ddci' or 'risk-score-cci', the Type of effective[x] MUST be dateTime.
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci') and Observation.effective.ofType(dateTime)
GK-obs-pgl-eft-2errorObservation.effective[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits' or 'hospitalizations-number' or 'hospitalizations-unplanned-number' or 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of effective[x] MUST be Period and start and end MUST be present.
: (Observation.code.coding.code = 'healthcare-costs-drugs' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number' or Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.effective.ofType(Period) and Observation.effectivePeriod.start.exists() and Observation.effectivePeriod.end.exists()
GK-obs-pgl-vl-1errorObservation.value[x]If Observation.code.coding.code is '30525-0', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'a'
: Observation.code.coding.code = '30525-0' and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'a'
GK-obs-pgl-vl-2errorObservation.value[x]If Observation.code.coding.code is 'risk-score-ddci' or 'risk-score-cci' or 'hospitalizations-number' or 'hospitalizations-unplanned-number', the Type of value[x] MUST be integer
: (Observation.code.coding.code = 'risk-score-ddci' or Observation.code.coding.code = 'risk-score-cci' or Observation.code.coding.code = 'hospitalizations-number' or Observation.code.coding.code = 'hospitalizations-unplanned-number') and Observation.value.ofType(integer)
GK-obs-pgl-vl-3errorObservation.value[x]If Observation.code.coding.code is 'healthcare-costs-drugs' or 'healthcare-costs-hospitalizations' or 'healthcare-costs-hospitalizations-unplanned' or 'healthcare-costs-outpatient-visits', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'urn:iso:std:iso:4217' and valueQuantity.code MUST be 'EUR'
: (Observation.code.coding.code = '30525-0' or Observation.code.coding.code = 'healthcare-costs-hospitalizations' or Observation.code.coding.code = 'healthcare-costs-hospitalizations-unplanned' or Observation.code.coding.code = 'healthcare-costs-outpatient-visits') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'urn:iso:std:iso:4217' and Observation.valueQuantity.code = 'EUR'
GK-obs-pgl-vl-4errorObservation.value[x]If Observation.code.coding.code is 'hospitalizations-length-of-stay' or 'hospitalizations-unplanned-length-of-stay', the Type of value[x] MUST be Quatity and valueQuantity.value, valueQuantity.system and valueQuantity.code MUST be present and valueQuantity.system MUST be 'http://unitsofmeasure.org' and valueQuantity.code MUST be 'd'
: (Observation.code.coding.code = 'hospitalizations-length-of-stay' or Observation.code.coding.code = 'hospitalizations-unplanned-length-of-stay') and Observation.value.ofType(Quatity) and Observation.valueQuantity.value.exists() and Observation.valueQuantity.system.exists() and Observation.valueQuantity.code.exists() and Observation.valueQuantity.system = 'http://unitsofmeasure.org' and Observation.valueQuantity.code = 'd'

This structure is derived from Observation

Summary

Mandatory: 5 elements
Must-Support: 6 elements

Extensions

This structure refers to these extensions:

 

Other representations of profile: CSV, Excel, Schematron