From a611d72e311238d1036b0fb608faf8a4f7189ec1 Mon Sep 17 00:00:00 2001 From: Rob Hausam Date: Wed, 26 Jun 2024 10:40:42 -0500 Subject: [PATCH] FHIR-45294 - Relax Observation.code binding strength to 'preferred', which allows more flexibility in code choice and is consistent with the ObservationResultsLaboratoryPathologyUvIps profile. --- input/fsh/profiles/ObservationResultsRadiologyUvIps.fsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/fsh/profiles/ObservationResultsRadiologyUvIps.fsh b/input/fsh/profiles/ObservationResultsRadiologyUvIps.fsh index 482fc2cc..b145de4d 100644 --- a/input/fsh/profiles/ObservationResultsRadiologyUvIps.fsh +++ b/input/fsh/profiles/ObservationResultsRadiologyUvIps.fsh @@ -32,7 +32,7 @@ It allows also providing details about the related study using the partOf elemen * category[radiology] = $observation-category#imaging * code only CodeableConceptIPS * code MS -* code from ResultsRadiologyObservationUvIps (extensible) +* code from ResultsRadiologyObservationUvIps (preferred) * code ^label = "Diagnostic Procedure Code" * code ^definition = "Describes what was observed. Sometimes this is called the observation \"name\".\r\nIn this profile the code of the containing observation (the organizer result in the CDA implementation) may correspond to the procedure code (e.g. Chest X-Ray)." * code ^binding.extension.url = "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"