From ec0b54877a381648ed95d7670542fb0ff73bd82a Mon Sep 17 00:00:00 2001 From: Luke Duncan Date: Fri, 29 Sep 2023 13:08:48 -0700 Subject: [PATCH] Changed .map to .fml to avoid warnings in IG publisher output. --- ...IMMZ-C-LMToPatient.map => IMMZ-C-LMToPatient.fml} | 0 input/maps/{IMMZ-C-QRToLM.map => IMMZ-C-QRToLM.fml} | 0 ...IMMZ-C-QRToPatient.map => IMMZ-C-QRToPatient.fml} | 0 tools/maps.http | 12 ++++++------ 4 files changed, 6 insertions(+), 6 deletions(-) rename input/maps/{IMMZ-C-LMToPatient.map => IMMZ-C-LMToPatient.fml} (100%) rename input/maps/{IMMZ-C-QRToLM.map => IMMZ-C-QRToLM.fml} (100%) rename input/maps/{IMMZ-C-QRToPatient.map => IMMZ-C-QRToPatient.fml} (100%) diff --git a/input/maps/IMMZ-C-LMToPatient.map b/input/maps/IMMZ-C-LMToPatient.fml similarity index 100% rename from input/maps/IMMZ-C-LMToPatient.map rename to input/maps/IMMZ-C-LMToPatient.fml diff --git a/input/maps/IMMZ-C-QRToLM.map b/input/maps/IMMZ-C-QRToLM.fml similarity index 100% rename from input/maps/IMMZ-C-QRToLM.map rename to input/maps/IMMZ-C-QRToLM.fml diff --git a/input/maps/IMMZ-C-QRToPatient.map b/input/maps/IMMZ-C-QRToPatient.fml similarity index 100% rename from input/maps/IMMZ-C-QRToPatient.map rename to input/maps/IMMZ-C-QRToPatient.fml diff --git a/tools/maps.http b/tools/maps.http index 9aa3f2dacc..9411478186 100644 --- a/tools/maps.http +++ b/tools/maps.http @@ -6,7 +6,7 @@ PUT {{host}}/StructureMap/IMMZ-C-QRToLM HTTP/1.1 Accept: application/fhir+json;fhirVersion=4.0 Content-Type: text/fhir-mapping -< ../input/maps/IMMZ-C-QRToLM.map +< ../input/maps/IMMZ-C-QRToLM.fml ### Test Transform of QR to LM ### after running sushi @@ -14,14 +14,14 @@ POST {{host}}/StructureMap/$transform?source=http://fhir.org/guides/who/smart-im Accept: application/fhir+json;fhirVersion=4.0 Content-Type: application/fhir+json;fhirVersion=4.0 -< ../fsh-generated/resources/QuestionnaireResponse-Example.IMMZ.C.QuestionnaireResponse.1.json +< ../output/QuestionnaireResponse-Example.IMMZ.C.QuestionnaireResponse.1.json ### POST Logical Model PUT {{host}}/StructureDefinition/IMMZCRegisterClient HTTP/1.1 Accept: application/fhir+json;fhirVersion=4.0 Content-Type: application/fhir+json;fhirVersion=4.0 -< ../fsh-generated/resources/StructureDefinition-IMMZCRegisterClient.json +< ../output/StructureDefinition-IMMZCRegisterClient.json ### Get structure def GET {{host}}/StructureDefinition/IMMZCRegisterClient HTTP/1.1 @@ -31,14 +31,14 @@ PUT {{host}}/ConceptMap/IMMZ.C.SexToAdministrativeGender HTTP/1.1 Accept: application/fhir+json;fhirVersion=4.0 Content-Type: application/fhir+json;fhirVersion=4.0 -< ../fsh-generated/resources/ConceptMap-IMMZ.C.SexToAdministrativeGender.json +< ../output/ConceptMap-IMMZ.C.SexToAdministrativeGender.json ### Post the StructureMap with transform included PUT {{host}}/StructureMap/IMMZ-C-LMToPatient HTTP/1.1 Accept: application/fhir+json;fhirVersion=4.0 Content-Type: text/fhir-mapping -< ../input/maps/IMMZ-C-LMToPatient.map +< ../input/maps/IMMZ-C-LMToPatient.fml ### Test Transform of LM to Patient POST {{host}}/StructureMap/$transform?source=http://fhir.org/guides/who/smart-immunization/StructureMap/IMMZCLMToPatient @@ -52,7 +52,7 @@ PUT {{host}}/StructureMap/IMMZ-C-QRToPatient HTTP/1.1 Accept: application/fhir+json;fhirVersion=4.0 Content-Type: text/fhir-mapping -< ../input/maps/IMMZ-C-QRToPatient.map +< ../input/maps/IMMZ-C-QRToPatient.fml ### Test Transform of QR to Patient ### after running sushi