Zambia Immunizations FHIR Implementation Guide
1.0.0 - STU1 Zambia flag

Zambia Immunizations FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Zambia-Immunizations/ and changes regularly. See the Directory of published versions

StructureMap: Propietary Educational Level To LOINC Educational Level

Official URL: http://moh.gov.zm/fhir/immunizations/StructureMap/PropietaryEducationLevelToLOINCEducationLevel Version: 1.0.0
Active as of 2024-09-12 Computable Name: PropietaryEducationLevelToLOINCEducationLevel

Maps the Propietary Educational Level codes To LOINC Educational Level codes.

Generated Narrative: StructureMap PropietaryEducationLevelToLOINCEducationLevel

/// url = 'http://moh.gov.zm/fhir/immunizations/StructureMap/PropietaryEducationLevelToLOINCEducationLevel'
/// name = 'PropietaryEducationLevelToLOINCEducationLevel'
/// title = 'Propietary Educational Level To LOINC Educational Level'
/// status = 'active'

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) <<type+>> {
  obs.value : CodeableConcept as vs -> observation.value = create('CodeableConcept') as vt then {
    vs.coding as coding then {
      coding -> vt = translate(coding, 'http://moh.gov.zm/fhir/immunizations/ConceptMap/ProprietaryEducationLevelToLOINCEducationLevel', 'code') "SetPatientEducationCode";
    } "SetPatientEducationCoding";
  } "SetEducationLevel";
}