diff --git a/org.hl7.fhir.convertors/CONVERTORS.md b/org.hl7.fhir.convertors/README.md similarity index 100% rename from org.hl7.fhir.convertors/CONVERTORS.md rename to org.hl7.fhir.convertors/README.md diff --git a/org.hl7.fhir.convertors/readme.md b/org.hl7.fhir.convertors/readme.md deleted file mode 100644 index c9faf8154..000000000 --- a/org.hl7.fhir.convertors/readme.md +++ /dev/null @@ -1,32 +0,0 @@ -About the version conversion routines - -The version conversion routines are maintained as part of -the development of the standard, but always under considerable -time pressure. Implementers should regard these as 'scaffolds' for -an actual reliable conversion routine. - -The FHIR project maintains and tests conversions on the following -resources, from old versions to R5: -* CodeSystem -* ValueSet -* ConceptMap -* StructureDefinition -* StructureMap -* ImplementationGuide -* CapabilityStatement -* OperationDefinition -* NamingSystem - -These can be relied on and are subject to extensive testing. - -In addition to this, some of the conversions have test cases -for particular resources and particular version combinations. -Where test cases exist, they will continue to pass and be -maintained. - -So: -* test the conversion routines before using them in production -* contribute test cases to ensure that your use cases continue to be reliable - -Test cases are welcome - make them as PRs to the core library, or even better, -to the FHIR test cases library \ No newline at end of file