CLI tooling is needed for creating and maintaining ConceptMaps using CSVs. #927
Labels
Comments
See pull request: |
Done! |
Hey Guys, I was running hapi-fhir-cli, have started verion r4 on localhost:8080, Can I also run version dstu3 on the same port? If yes what is the command? |
Hi, Armstrong. If you'd like to start a server that supports DSTU3 instead of R4, simply use If you'd like to run both an R4 and a DSTU3 server at the same time, the endpoints will have to listen on different ports. Note: please ask questions on our Google Group. See here for details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need some form of CLI tooling that will accept a CSV of mappings and convert them to one or more
ConceptMap
resources/entities. It should be possible to create new mappings, update existing mappings, and logically delete retired mappings using this tool.Additionally, we may also want to export
ConceptMap
resources as CSVs (to be confirmed by @jamesagnew).The text was updated successfully, but these errors were encountered: