http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result|8.0.0-ballot
The US Core Observation Clinical Result Profile is based upon the core FHIR Observation Resource and, along with the US Core DiagnosticReport Profile, meets the US Core Data for Interoperability (USCDI) requirements for *Diagnostic Imaging* and *Clinical Tests* Data Classes. This profile sets minimum expectations for the Observation resource to record and search non-laboratory clinical test results (e.g., radiology and other clinical observations generated from procedures). An example would be when a gastroenterologist reports the size of a polyp observed during a colonoscopy. This profile is the basis for the US Core Laboratory Result Observation Profile, which defines additional data elements to record and search laboratory test results.\n\nThe US Core Observation Clinical Result Profile sets minimum expectations to promote interoperability and adoption through common implementation. It identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and constrains the way the elements are used when using this profile. It provides the floor for standards development for specific use cases.
description: The US Core Observation Clinical Result Profile is based upon the core FHIR Observation Resource and, along with the US Core DiagnosticReport Profile, meets the US Core Data for Interoperability (USCDI) requirements for *Diagnostic Imaging* and *Clinical Tests* Data Classes. This profile sets minimum expectations for the Observation resource to record and search non-laboratory clinical test results (e.g., radiology and other clinical observations generated from procedures). An example would be when a gastroenterologist reports the size of a polyp observed during a colonoscopy. This profile is the basis for the US Core Laboratory Result Observation Profile, which defines additional data elements to record and search laboratory test results.\n\nThe US Core Observation Clinical Result Profile sets minimum expectations to promote interoperability and adoption through common implementation. It identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and constrains the way the elements are used when using this profile. It provides the floor for standards development for specific use cases. derivation: constraint name: USCoreObservationClinicalResultProfile type: Observation elements: category: mustSupport: true index: 1 slicing: rules: open discriminator: - {path: $this, type: value} min: 1 slices: us-core: match: {} schema: short: Classification of type of observation mustSupport: true binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-clinical-result-observation-category'} index: 2 encounter: {short: Encounter associated with Observation, mustSupport: true, index: 5} value: constraint: us-core-3: {human: SHALL use UCUM for coded quantity units., severity: error, expression: 'ofType(Quantity).system.empty() or ofType(Quantity).system = ''http://unitsofmeasure.org'''} short: Result Value mustSupport: true choices: [] index: 10 status: {mustSupport: true, index: 0} effective: constraint: us-core-1: {human: Datetime must be at least to day., severity: error, expression: $this is dateTime implies $this.toString().length() >= 10} mustSupport: true choices: [] index: 7 code: {short: Clinical Test or Procedure Name, mustSupport: true, index: 3} subject: {mustSupport: true, index: 4} performer: {mustSupport: true, index: 8} dataAbsentReason: {mustSupport: true, index: 11} class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result base: http://hl7.org/fhir/StructureDefinition/Observation version: 8.0.0-ballot required: [subject, category]