This Server has only ConceptMap/$translate operation part of FHIR.
For example, the following REST GET translate RxNorm 311040 to NDFRT system.
{
"resourceType": "Parameters",
"parameter": [
{
"name": "result",
"valueBoolean": true
},
{
"name": "match",
"part": [
{
"name": "equivalence",
"valueCode": "equivalent"
},
{
"name": "concept",
"valueCoding": {
"system": "http://hl7.org/fhir/ndfrt",
"code": "4014955",
"display": "INSULIN,ASPART,HUMAN 100 UNT/ML INJ"
}
}
]
}
]
}