Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration key

Description

Default value

default_audit_user_id

default value which will be used for 'audit_user_id' field

"default_audit_user_id": 1,

R4_fhir_identifier_type_config

configuration of system and codes used to represent the specific types of identifiers

"R4_fhir_identifier_type_config":{
"system":"https://hl7.org/fhir/valueset-identifier-type.html",
"fhir_code_for_imis_db_uuid_type":"UUID",
"fhir_code_for_imis_db_id_type":"ACSN",
"fhir_code_for_imis_chfid_type":"SB",
"fhir_code_for_imis_passport_type":"PPN",
"fhir_code_for_imis_facility_id_type":"FI",
"fhir_code_for_imis_claim_admin_code_type":"FILL",
"fhir_code_for_imis_claim_code_type":"MR",
"fhir_code_for_imis_location_code_type":"LC",
"fhir_code_for_imis_diagnosis_code_type":"DC",
"fhir_code_for_imis_item_code_type":"IC",
"fhir_code_for_imis_service_code_type":"SC"
},

R4_fhir_issue_type_config

configuration of system and codes used to represent the specific types of operation outcome

"R4_fhir_issue_type_config":{
"fhir_code_for_exception":"exception",
"fhir_code_for_not_found":"not-found",
"fhir_code_for_informational":"informational"
},

...

Code Block
languagejson
{
    "resourceType": "ActivityDefinition",
    "date": "2017-01-01T00:00:00",
    "extension": [
        {
            "url": "unitPrice",
            "valueMoney": {
                "currency": "$",
                "value": 21000.0
            }
        }
    ],
    "id": "503DBA38-D28C-4FCC-BC3B-EA912982911B",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "UUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "503DBA38-D28C-4FCC-BC3B-EA912982911B"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "ACSNSC",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "M1"
        }
    ],
    "name": "M1",
    "status": "active",
    "title": "OBG Cervical Cerclage - Shrodikar",
    "topic": [
        {
            "coding": [
                {
                    "code": "DefinitionTopic",
                    "system": "http://terminology.hl7.org/CodeSystem/definition-topic"
                }
            ],
            "text": "C"
        }
    ],
    "useContext": [
        {
            "valueCodeableConcept": {
                "coding": [
                    "gender"
                ],
                "text": "M"
            }
        },
        {
            "valueCodeableConcept": {
                "coding": [
                    "age"
                ],
                "text": "A"
            }
        },
        {
            "valueCodeableConcept": {
                "coding": [
                    "age"
                ],
                "text": "K"
            }
        },
        {
            "valueCodeableConcept": {
                "coding": [
                    "workflow"
                ],
                "text": "S"
            }
        },
        {
            "valueCodeableConcept": {
                "coding": [
                    "venue"
                ],
                "text": "B"
            }
        }
    ]
}

...