OpenMRS Implementation Guide (FHIR & RESTful)

Only if the original document (the address part) was written or designed like below:

    "address": [
        { "city": "New City"},
        {"country": "USA"},
        {"postalCode": "458562"},
        {"state": "CA"}
    ]

But here is how it is written →

Apart from this:

Could you please help me to insert Observation Note. That means a field where i can insert free text using FHIR Module ? I have tried but didn’t find any solution.

 "SystemInfo.title.moduleInformation": {
            "SystemInfo.Module.repositoryPath": "/home/cis/.OpenMRS/modules",
            "FHIR2": "2.3.0-SNAPSHOT ",
            "Rest Web Services OMOD": "2.48.0-SNAPSHOT.0 "
}

In this version of module

@ibacher @mherman22

I don’t think we currently support that field because of some shenanigans around how OpenMRS uses the comments field to represent location observations, but it wouldn’t be hard to add support if that’s something you wanted to help out with.

Hello @ibacher @mherman22,

I want to know one thing, while fetching the FHIR Endpoint to fetch all patient “R4/Patient”. I want to attach a node for the condition whose ClinicalStatus = Active and the Latest Encounter of that perticular patient. I want these nodes to be nested within the “extension” node of the response body.

Can you tell me how can i do it ? I mean about the modifications to be made if it is possible ? Remember, I am using FHIR OpenMRS (Version: R4)