example-SPOClinicalInformationRequest-Parameters-active-problems-query

JSON Format: Parameters

Download Raw Parameters - problems json example

An example of a parameters query for the current list of problems.
{
    "resourceType": "Parameters",
    "id": "example-SPOClinicalInformationRequest-Parameters-active-problems-query",
    "parameter":  [
        {
            "name": "ResourceType",
            "valueString": "Condition"
        },
        {
            "name": "PatientMrn",
            "valueString": "799999"
        },
        {
            "name": "MutuallyDefined",
            "valueString": "abc"
        },
        {
            "name": "LoincCode",
            "valueString": "11450-4"
        },
        {
            "name": "status",
            "valueString": "active"
        }
    ]
}