Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrlangford committed Feb 4, 2024
1 parent 7e266cb commit 1ceef12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
9 changes: 0 additions & 9 deletions input/maps/MetaDataTypesHelper.fml

This file was deleted.

8 changes: 4 additions & 4 deletions input/maps/PropietaryEducationLevelToLOINCEducationLevel.fml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
/// title = 'Propietary Educational Level To LOINC Educational Level'
/// status = 'active'

uses "http://openhie.org/fhir/zambia-immunizations/StructureDefinition/patient-educational-level" alias srcObservation as source
uses "http://openhie.org/fhir/zambia-immunizations/StructureDefinition/patient-educational-level" alias tgtObservation as target

imports "http://openhie.org/fhir/zambia-immunizations/StructureMap/MetaDataTypesHelper"
uses "http://hl7.org/fhir/StructureDefinition/Observation" alias srcObservation as source
uses "http://hl7.org/fhir/StructureDefinition/Observation" alias tgtObservation as target

group SetPatientEducationalLevel(source obs : srcObservation, target observation : tgtObservation) {
/*obs.value -> observation.value = create('CodeableConcept') as value then {
Expand All @@ -28,4 +26,6 @@ group SetPatientEducationalLevel(source obs : srcObservation, target observation
valueCodeableConcept -> valueCodeableConcept then mapCodingtoCodeableConcept(valueCodeableConcept) "set code";
} "set code";
} "set";*/

//obs.value : CodeableConcept -> observation.value;
}

0 comments on commit 1ceef12

Please sign in to comment.