Skip to content

Commit

Permalink
FHIR-46517 - Added imaging example including Range-uv-ips data type. …
Browse files Browse the repository at this point in the history
…Fixed typo in ObservationResultsRadiologyUvIps profile.
  • Loading branch information
rhausam committed Aug 1, 2024
1 parent d3758fe commit cdb5c8e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Instance: ips-example-imaging-5
InstanceOf: Observation
Title: "Observation: imaging Chest X-ray - PA and lateral, with additional sub-observation including numeric range"
Description: "Observation: imaging Chest X-ray - PA and lateral, with additional sub-observation including numeric range"
Usage: #example
* partOf = Reference(TII-ImagingStudy-5-1)
* status = #final
* category = $observation-category#imaging "Imaging"
* code = $loinc#42272-5 "XR Chest PA and Lateral"
* code.text = "Chest X-ray - PA and lateral"
* subject = Reference(Patient/eumfh-39-07)
* effectiveDateTime = "1995-06-08"
* performer[0] = Reference(Practitioner/eumfh-39-07)
* performer[+] = Reference(TII-Organization1)
* valueString = "FINDINGS: Normal cardiomediastinal silhouette. No focal parenchymal process. No pleural effusions. No pneumothorax. No acute osseous abnormalities. IMPRESSION: No acute cardiopulmonary findings."
* component[0].code = $loinc#38181-4 "XR Chest Diameter.lateral"
* component[=].valueRange.low = 27.8 'cm' "cm"
* component[=].valueRange.high = 29.6 'cm' "cm"
2 changes: 1 addition & 1 deletion input/fsh/profiles/ObservationResultsRadiologyUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: """This profile represents the constraints applied to the Observati

This observation may represent the conclusions of a diagnostic procedure such a Chest RX, or it may group the set of results produced by that single or multi-modality procedure.

In the latter case, the main observation (this one) carries the overall conclusion of the study and/or a global interpretation by the observer of the study as value of this observation; and may references the atomic results of the study as "child observations".
In the latter case, the main observation (this one) carries the overall conclusion of the study and/or a global interpretation by the observer of the study as value of this observation; and may reference the atomic results of the study as "child observations".

It allows also providing details about the related study using the partOf element referring to an ImagingStudy resource.
"""
Expand Down
4 changes: 0 additions & 4 deletions input/ignoreWarnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ INFORMATION: Immunization/75680: Immunization.vaccineCode.coding[2].system: A de

# The EDQM codesystem has properties not known to FHIR publication tooling
%No definition can be found for the system http://standardterms.edqm.eu, and the property%

# It is not possible to include examples on datatypes (oddly this error does not arise on other datatypes which lack examples)
WARNING: StructureDefinition.where(url = 'http://hl7.org/fhir/uv/ips/StructureDefinition/Range-uv-ips'): The Implementation Guide contains no examples for this data type profile
WARNING: StructureDefinition.where(url = 'http://hl7.org/fhir/uv/ips/StructureDefinition/SimpleQuantity-uv-ips'): The Implementation Guide contains no examples for this data type profile
4 changes: 4 additions & 0 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ resources:
name: 'Observation: imaging CT Abdomen W contrast IV, sub-observations'
description: 'Observation: imaging CT Abdomen W contrast IV,sub-observations'
exampleCanonical: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips
Observation/ips-example-imaging-5:
name: 'Observation: imaging Chest X-ray - PA and lateral, with additional sub-observation including numeric range'
description: 'Observation: imaging Chest X-ray - PA and lateral, with additional sub-observation including numeric range'
exampleCanonical: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips
ImagingStudy/TII-ImagingStudy-5-1:
name: 'ImagingStudy: referred DICOM study'
description: 'ImagingStudy: referred DICOM study'
Expand Down

0 comments on commit cdb5c8e

Please sign in to comment.