-
After upgrading from 0.4.1 to 0.4.2, there seems to be an issue parsing the Measure template. We've been using the LiquidEngine to parse the measure. After upgrading, we get the error below:
`org.h…
-
**Real Submitter**
HL7 Austria TC FHIR
**Resource(s)/Profiles incl. Version**
[AT Core Organization](https://fhir.hl7.at/r5-core-main/StructureDefinition-at-core-organization.html)
[Organization…
-
In my IG, I have:
```
{
"id": "uscore",
"packageId": "hl7.fhir.us.core",
"version": "3.1.1",
"uri": "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"…
-
Add something like
```html
```
to pagebegin, so that browsers and tools can recognize the web page is a FHIR IG publication
-
### User Story
As a Report Stream developer
I want to fully test all mapped fields for an OML message type,
so that our integration tests will alert for fields which have been modified.
### Descript…
-
Hi everyone!
I am trying to convert CDA to FHIR with the FHIR Validator, as explained [there](https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Mapping+Language#UsingtheFHIRMappingLanguage-run…
nriss updated
3 months ago
-
Hi Team,
We are getting the below error while validating resources against the http://hl7.org/fhir/StructureDefinition/Endpoint StructureDefinition. In managingOrganization section we provided ref…
-
The FHIR spec describes at a few places the use of a FHIR version inside the canonical URL. (http://hl7.org/fhir/versioning.html#mp-version and http://hl7.org/fhir/versions.html#extensions. This is ab…
-
Taking https://github.com/HL7/cda-core-2.0 the creation of the IG fails with the following command
```
java -Xms2g -Xmx2g -jar org.hl7.fhir.publisher.jar -ig ./ig.ini
```
The output ends with …
-
**Describe the bug**
`.copy()` of `org.hl7.fhir.dstu3.model.MedicationAdministration` does not copy a dosage.extension of type Duration
**To Reproduce**
* Create MedicationAdministration instance…