-
The ASC X12 specifications are rather long and manual implementation is error prone. We will look into generating domain model for transaction sets to reduce implementation time.
One such approach …
-
_**Note: [Fhir](https://github.com/ewoutkramer/fhir-net-api) is a specification for sharing health care records electronically**._
_A Linq2Couchbase user observes:_
"FHIR has a special way it s…
-
ValueSet definieren für die Erreger Zusatzcodes:
Abbildung mit einer Erweiterung im entsprechenden ValueSet, müsste vom BAG gepflegt werden, müssten die Businessregel anpasse.
Neue Regeln
Fall1…
-
In attempting to upgrade from 0.5.0, I started receiving a 401 Unauthorized Exception when executing a plan definition. After debugging, I found that the fhirAuthorization clause specified by CDS Hook…
-
Consider which constraints/best practices should be incorporated from e.g. https://oauth.net/fapi/ and see if we can hit common gound.
-
In some specifications, for example in Netherlands, there is a need to express the overall timing of the treatment. Currently, dosage allows for a "flat" set of instructions, but no overarching timing…
-
eventUri is currently defined as an Uri which is not resolvable:
"eventUri" : "http://fhir.ch/ig/ch-alis-43"
See http://hl7.org/fhir/R4/messageheader-definitions.html#MessageHeader.event_x_
acc…
-
X-Request-Id header – I explained this only inside of the RESTful section, but it is applicable anywhere that X-Request-Id is used. X-Reqeust-Id is profiled differently than the example given in the F…
-
http://hl7-fhir.github.io/elementdefinition-definitions.html#ElementDefinition.short says:
```
A concise definition that is shown in the generated XML format that summarizes profiles (used throughout…
-
Allowing the following:
```
define function Foo(t Integer)
define function Foo(t Choice)
```
Results in a potentially ambiguous overload selection and should be discouraged. Add a warning to …