Skip to content

Commit

Permalink
FHIR-46401 Remove media profile (and links to)
Browse files Browse the repository at this point in the history
  • Loading branch information
jddamore committed Jul 29, 2024
1 parent 3362e77 commit e429536
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 52 deletions.
5 changes: 0 additions & 5 deletions input/fsh/CapabilityStatement-uv-ips.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ Usage: #definition
* rest.resource[=].supportedProfile = "http://hl7.org/fhir/uv/ips/StructureDefinition/Immunization-uv-ips"
* rest.resource[=].supportedProfile.extension.url = "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
* rest.resource[=].supportedProfile.extension.valueCode = #SHOULD
* rest.resource[+].type = #Media
* rest.resource[=].profile = "http://hl7.org/fhir/StructureDefinition/Media"
* rest.resource[=].supportedProfile = "http://hl7.org/fhir/uv/ips/StructureDefinition/Media-observation-uv-ips"
* rest.resource[=].supportedProfile.extension.url = "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
* rest.resource[=].supportedProfile.extension.valueCode = #SHOULD
* rest.resource[+].type = #Medication
* rest.resource[=].profile = "http://hl7.org/fhir/StructureDefinition/Medication"
* rest.resource[=].supportedProfile = "http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips"
Expand Down
17 changes: 0 additions & 17 deletions input/fsh/instances/media-example-smile.fsh

This file was deleted.

3 changes: 0 additions & 3 deletions input/fsh/profiles/BundleUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Description: "This profile represents the constraints applied to the Bundle reso
diagnosticreport 0..* and
imagingstudy 0..* and
immunization 0..* and
media 0..* and
medication 0..* and
medicationrequest 0..* and
medicationstatement 0..* and
Expand Down Expand Up @@ -79,8 +78,6 @@ Description: "This profile represents the constraints applied to the Bundle reso
* entry[imagingstudy].resource only ImagingStudyUvIps
* entry[immunization].resource 1..
* entry[immunization].resource only ImmunizationUvIps
* entry[media].resource 1..
* entry[media].resource only MediaObservationUvIps
* entry[medication].resource 1..
* entry[medication].resource only MedicationIPS
* entry[medicationrequest].resource 1..
Expand Down
4 changes: 1 addition & 3 deletions input/fsh/profiles/CompositionUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,10 @@ The IPS dataset is minimal and non-exhaustive; specialty-agnostic and condition-
* section[sectionResults].entry contains
results-observation-laboratory-pathology 0..* MS and
results-observation-radiology 0..* MS and
results-diagnosticReport 0..* MS and
results-media 0..*
results-diagnosticReport 0..* MS
* section[sectionResults].entry[results-observation-laboratory-pathology] only Reference(ObservationResultsLaboratoryPathologyUvIps)
* section[sectionResults].entry[results-observation-radiology] only Reference(ObservationResultsRadiologyUvIps)
* section[sectionResults].entry[results-diagnosticReport] only Reference(DiagnosticReportUvIps)
* section[sectionResults].entry[results-media] only Reference(MediaObservationUvIps)
* section[sectionVitalSigns] ^extension[0].url = "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name"
* section[sectionVitalSigns] ^extension[=].valueString = "Vital Signs Section"
* section[sectionVitalSigns] ^label = "Vital signs"
Expand Down
20 changes: 0 additions & 20 deletions input/fsh/profiles/MediaObservationUvIps.fsh

This file was deleted.

4 changes: 0 additions & 4 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,3 @@ resources:
name: 'DiagnosticReport: hemoglobin example'
description: 'DiagnosticReport: hemoglobin example'
exampleCanonical: http://hl7.org/fhir/uv/ips/StructureDefinition/DiagnosticReport-uv-ips
Media/media-example-smile:
name: 'Media: example'
description: 'Media: example'
exampleCanonical: http://hl7.org/fhir/uv/ips/StructureDefinition/Media-observation-uv-ips

0 comments on commit e429536

Please sign in to comment.