Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAI-38: Added level to useContext #10

Merged
merged 1 commit into from Mar 15, 2021
Merged

OAI-38: Added level to useContext #10

merged 1 commit into from Mar 15, 2021

Conversation

dborowiecki
Copy link
Contributor

Change required by AI module which use ServLevel as one of evaluation parameters. New entry is added to current use context for both Medication and ActivityDefinition.
New values have format:

  • For Activity Definition
    {
        "code": {
            "code": "useContextLevel"
        },
        "valueCodeableConcept": {
            "coding": [
                {
                    "code": "S",  //ServLevel value 
                    "display": "Simple Service"  // Simple Service, Visit, Day of stay, Hospital case
                 }
            ],
            "text": "Service Level"
        }
    }
  • For Medication
    {
        "url": "useContextLevel",
        "valueUsageContext": {
            "code": {
                "code": "level"
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "M", // Fixed value
                        "display": "Medication"
                    }
                ],
                "text": "Item Level"
            }
        }
    }

@dragos-dobre dragos-dobre merged commit ced3551 into develop Mar 15, 2021
@dragos-dobre dragos-dobre deleted the task/OAI-38 branch March 15, 2021 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants