Getting error while storing Organization data in local HAPI FHIR Server

12 views
Skip to first unread message

Suprakash

unread,
Jun 28, 2024, 12:34:43 AM (8 days ago) Jun 28
to HAPI FHIR
Hi Team,

I have added US Core IG 7.0.0 in my local HAPI Fhir Server Instance with bellow code:

implementationguides:
      uscore:
        name: hl7.fhir.us.core
        version: 7.0.0
        reloadExisting: false
        installMode: STORE_AND_INSTALL
        core_7_0_0:
          packageUrl: https://build.fhir.org/ig/HL7/US-Core/package.tgz
          name: hl7.fhir.us.core
          version: 7.0.0
        supported_resource_types:
          - Patient
          - Observation
          - Organization
          - Medication
    ##################################################
    # Allowed Bundle Types for persistence (defaults are: COLLECTION,DOCUMENT,MESSAGE)
    ##################################################
        allowed_bundle_types: COLLECTION,DOCUMENT,MESSAGE,TRANSACTION,TRANSACTIONRESPONSE,BATCH,BATCHRESPONSE,HISTORY,SEARCHSET
        allow_cascading_deletes: true
        allow_contains_searches: true
        allow_external_references: true
        allow_multiple_delete: true
        allow_override_default_search_params: true
        auto_create_placeholder_reference_targets: false
        mass_ingestion_mode_enabled: false
    ### tells the server to automatically append the current version of the target resource to references at these paths
        auto_version_reference_at_paths: Device.patient, Device.location, Device.parent, DeviceMetric.parent, DeviceMetric.source, Observation.device, Observation.subject
        #ips_enabled: false
        default_encoding: JSON
        default_pretty_print: true
        default_page_size: 20
        delete_expunge_enabled: true
        enable_repository_validating_interceptor: true
        enable_index_missing_fields: false
        enable_index_of_type: true
        enable_index_contained_resource: false
        resource_dbhistory_enabled: false

After that now adding Organization resources but some of them are created but some getting issued, I have attached resource and response for your reference. Please help me to resolve this issue.
Note: This is working fine in GCP Fhir server with US Core IG and HAPI Test server
Organization.json
Organization_Response.json

James Agnew

unread,
Jun 28, 2024, 9:17:08 AM (8 days ago) Jun 28
to Suprakash, HAPI FHIR
This is the error in the response:


Do you have that CodeSystem loaded? If not, you need to because your source data references it.

Cheers,
James


--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/CAJR0mD2CZh90SrtnqtSCMz9UQE-PLgj2bY-gTQ9B8ShwMWZLsg%40mail.gmail.com.

Suprakash

unread,
Jun 28, 2024, 9:19:27 AM (8 days ago) Jun 28
to James Agnew, HAPI FHIR
Thanks for your reply. How to do that.

Thanks & Regards 
Suprakash Maity
Reply all
Reply to author
Forward
0 new messages