Does the Archetype Designer support a local HAPI FHIR server?

Does the Archetype Designer support a local HAPI FHIR server ( FHIR Server Base URL: http://localhost:8080/fhir)? Such a feature would be likely meaningless for production and other simliar scenarios.

image

Thanks.

When setting HAPI Test Server (R4 FHIR) as a Terminology Server for the Archetype Designer, it would also show the same Warning message (No content to map due to end-of-input at [Suorce: (String)“”; line: 1, column: 0]) on the Form tab although the server is reachable and respond as expected.

image


Sorry, I couldn’t snapshot such a hint ( when hovering over the WARNING icon) on the computer and I had to take a photo.

Hi Lin,

AD can access only FHIR TS server(s) reachable through internet.

Hi Lin,

I’ve just configured the HAPI server and it worked, but response is at times super slow (>30s).

Ah, interesting. Thanks, @borut.fabjan.
I’ll try the configuration of the HAPI FHIR test server again.

The list of available ValueSets on the HAPI FHIR test server can be loaded on the pop-up dialog Add binding for terminology:

But the loading process is apparently slow indeed.

image

It doesn’t seem to be able to load or parse the contents of a given ValueSet in its entirety. Not very stable/reliable.

Therefore, the dropdown list of the tab Form couldn’t be populated (i.e., no options):

image

Both the latter two issues above might be due to the slow loading process.

Note:

Core Content of the ValueSet:

...
"compose": {
    "include": [ {
      "system": "http://loinc.org",
      "concept": [ {
        "code": "64794-1",
        "display": "In the 3 months before you got pregnant, how many cigarettes did you smoke on an average day [PhenX]"
      }, {
        "code": "87298-6",
        "display": "Cigarettes smoked per day by Mother--1st trimester"
      }, {
        "code": "87299-4",
        "display": "Cigarettes smoked per day by Mother--2nd trimester"
      }, {
        "code": "64795-8",
        "display": "In the last 3 months of your pregnancy, how many cigarettes did you smoke on an average day [PhenX]"
      } ]
    } ]
  }

When trying another very simple ValueSet (totally irrelevant but just for testing) and it worked perfectly.

image

1 Like