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_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",

},

R4_fhir_location_role_type

configuration of system and codes used to represent the specific types of location role

"R4_fhir_location_role_type":{
"system":"https://hl7.org/fhir/v3/ServiceDeliveryLocationRoleType/vs.html",
"fhir_code_for_hospital":"HOSP",
"fhir_code_for_dispensary":"CSC",
"fhir_code_for_health_center":"PC",

},

R4_fhir_location_physical_type

configurations of system and codes used to represent the specific types of location physical types

“R4_fhir_location_physical_type”:{

“system”:”https://terminology.hl7.org/CodeSystem/location-physical-type.html”,

“fhir_code_for_region”:”R”,

“fhir_code_for_district”:”D”,

“fhir_code_for_ward”:”W”,

“fhir_code_for_village”:”V”,

},

default_value_of_location_offline_attribute

default value for 'offline' attribute used for creating new HF object

"default_value_of_location_offline_attribute": False,

default_value_of_location_care_type

default value for 'care_type' attribute used for creating new HF object

"default_value_of_location_care_type": "B"

...

Code Block
languagejson
{
    "resourceType": "Location",
    "address": {
        "text": "Lantern Road 21\r\nP.O.Box 3425",
        "type": "physical",
        "use": "home"
    },
    "id": "FABA2038356E8BB4-0E2446C5-45574431-B1BD-08584C48FA0D, C341D6E0-6E86-4259-AEA4-6C90449B85EE8A4B-2DEA60A88282",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "UUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "FABA2038356E8BB4-0E2446C5-45574431-B1BD8A4B-08584C48FA0D2DEA60A88282"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "FI",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "JMHOS001"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "UUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "C341D6E0-6E86-4259-AEA4-6C90449B85EE"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "FI",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
            R1D1"
        }

               ]
            },
            "use": "usual",
            "value": "R1D2"
        }
    ],
    "name": "Jambero District Hospital, JamberoRapta",
    "partOf": {
        "reference": "Location/8ACF51CF-EB6D-44DB-AED5-75412408E791"
    },
    "physicalType": {
        "coding": [
            {
                "code": "D",
                "system": "http://terminology.hl7.org/CodeSystem/location-physical-type.html"
            }
        ],
        "text": "district"
    },
    "telecom": [
        {
            "system": "phone",
            "use": "home",
            "value": ""
        },
        {
            "system": "fax",
            "use": "home",
            "value": ""
 
      },
        {
            "system": "email",
            "use": "home",
            "value": ""
        }
    ],
    "type": [
        {
            "coding": [
                {
                    "code": "H",
                    "system": "http://hl7.org/fhir/v3/ServiceDeliveryLocationRoleType/vs.html"
                }
            ],
            "text": "hospital"
        }
    ]
}