dotasek

Results 69 comments of dotasek

# org.hl7.fhir.r4 ================= ## org.hl7.fhir.r4.conformance ### ProfileUtilities * see dstu3 ### ShExGenerator * see dstu3 ## org.hl7.fhir.r4.context ### BaseWorkerContext * see dstu3 SimpleWorkerContext ### CanonicalResourceManager * Caches canonical resources. Should...

# org.hl7.fhir.r4b ================== ## org.hl7.fhir.r4b.comparison ### CanonicalResourceComparison * compares CanonicalResources via getId(). Could likely use getIdPart() ### ComparisonRenderer * uses getId() from CodeSystem and ValueSet. Could likely use getIdPart() ###...

# org.hl7.fhir.r5 ================= ## org.hl7.fhir.r5.comparison ### CanonicalResourceComparer * see r4b ### ComparisonRenderer * see r4b ### ComparisonSession * see r4b ### ResourceComparer * see r4b ## org.hl7.fhir.r5.conformance ### ProfileUtilities *...

# org.hl7.fhir.validation ========================= ## org.hl7.fhir.conversion.tests ### R3R4ConversionTests * test(String, byte[]) writes to filenames based on getId(). Not failing yet, but could cause trouble with _history. * otherwise getId() is used...

@david-simons one more consideration, which I'll have to check myself: what happens with a mixture of input files? ``` BloodPressureVitalSign.structuredefinition.xml BMIVitalSign.structuredefinition.json ... ``` I will have to check the logic,...

Fixed in https://github.com/hapifhir/org.hl7.fhir.core/pull/1002

Implemented in https://github.com/hapifhir/org.hl7.fhir.core/pull/888

I believe in preparation for the management of multi-FHIR-version IGs, there are a host of new methods that add a FhirPublication parameter to an existing method signature. I implemented these...

Fix here seems weirdly arbitrary: https://github.com/hapifhir/hapi-fhir/commit/73eb12778ccf806d01d4334618217300b7288c98#r135113418

These added narratives are placeholders; they need to be replaced with something that conforms to FHIR best practices for narratives: https://github.com/hapifhir/hapi-fhir/blob/ca84cb74df4d06963c322baee555441b36f98eaa/hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/provider/ServerCapabilityStatementProvider.java#L211 https://github.com/hapifhir/hapi-fhir/blob/ca84cb74df4d06963c322baee555441b36f98eaa/hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/provider/ServerCapabilityStatementProvider.java#L712 https://github.com/hapifhir/hapi-fhir/blob/ca84cb74df4d06963c322baee555441b36f98eaa/hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/provider/ServerCapabilityStatementProvider.java#L211