HL7 / fhir-ig-publisher

Source code for the IG publisher
Apache License 2.0
69 stars 57 forks source link

In R4B, Unknown.Unrecognised resource type 'MedicationStatement' #492

Closed rathpanyowat closed 1 month ago

rathpanyowat commented 2 years ago

In R4B, when I tried to create a MedicationStatement resource (any valid content, including the example in FHIR spec https://www.hl7.org/fhir/medicationstatementexample1.json), I'll get this error message:

Unable to convert resource MedicationStatement/example001 Unknown.Unrecognised resource type 'MedicationStatement' (in property 'resourceType')

However, the IG seems to work fine despite this message. This problem doesn't exist if I switch the IG version to R4.

atruskot commented 2 years ago

For what it's worth, I'm getting a similar issue when building example PaymentReconciliation resources. Everything seems to work but I just get these errors during build.

Unable to convert resource PaymentReconciliation/example-payment-reconciliation Unknown resource PaymentReconciliation (01:27.505)

lmckenzi commented 2 months ago

Is this still a problem @rathpanyowat @atruskot

rathpanyowat commented 2 months ago

@lmckenzi For me, I think it's not an issue anymore. I'm not sure about @atruskot

lmckenzi commented 1 month ago

Closed on the belief this is no longer an issue. If there are still problems, please re-open.