Versions Compared

Key

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

...

FHIR R4 field

OpenIMIS field

notes

mapping status

identifier

tblICDCodes.ICDID / tblICDCodes.ICDUUID / tblICDCodes.ICDCode

tblICDCodes doesn’t contains UUID identifier. This should be added in the next release.

not mapped

code.coding

tblICDCodes.ICDCode

Condition resource has a different field for code and is not part of the identifier.

not mapped

code.text

tblICDCodes.ICDName

The name of the diagnosis.

not mapped

recordedDate

tblICDCodes.ValidityFrom

date from when the diagnosis is valid.

not mapped

Endpoint specification:

...

Example JSON representation of content:

...

Code Block
{
    "resourceType": "OperationOutcomeCondition",
    "issue"code": {
        "coding": [
            {
                "code": "exception",
 A00"
            }
        ],
        "text": "Cholera"
    },
    "id": 2,
    "identifier": [
        {
          "details": {  "type": {
                "coding": [
                    {
                        "textcode": "Missing `resourceType` attribute""ACSN",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "severityvalue": "fatalA00"
        }
    ],
    "recordedDate": "2018-03-19T06:59:00.533000"
}