Ricerca risultati di laboratorio di un paziente in un periodo di 5 mesi

Questa ricerca permette di reperire la lista delle osservazioni fatte su un paziente, nelle strutture afferenti all’ente che sta facendo la richiesta, utilizzando un periodo di osservazione di 5 mesi da oggi. Si vuole includere nella risposta anche il dettaglio del paziente (Patient), del documento da cui provengono le osservazioni (Provenance), dell’azienda (Organization) e del firmatario (PractitionerRole, Practitioner, Organization), nonché dell’evento di incontro che ha prodotto il referto di medicina di laboratorio (Encounter).

  • category = laboratory
  • date = gt[data inizio ricerca]
  • _include=Observation:patient&patient.identifier=[identificativo paziente]
  • _include=Observation:patient
  • _revinclude=Provenance:target

Richiesta:

SCOPE Ricerca risultati di laboratorio di un paziente in un periodo di 5 mesi
VERB GET
BASE [base_API_Manager]
URL / Observation?date=gt2024-04-01&date=lt2024-09-01&category=laboratory&_include=Observation:patient&patient.identifier=AAABBB12D55I999D&_revinclude=Provenance:target&_include=Provenance:agent&_include=PractitionerRole:practitioner &_include=PractitionerRole:organization
Descrizione risposta Restituirà tutte le osservazioni di laboratorio associate al paziente AAABBB12D55I999D in un periodo di tempo compreso tra il 1° Aprile 2024 e il 1° Settembre 2024, per un totale di 5 mesi. Nella risposta sono incluse le informazioni del paziente, le informazioni sul documento da cui sono state ricavate le osservazioni, e i professionisti sanitari e le aziende responsabili.

Risposta

{
    "resourceType": "Bundle",
    "id": "esempio-nel-tempo",
    "link":  [
        {
            "relation": "self",
            "url": "http://localhost:2777/CDR-FHIR-Endpoint/r4/Observation?&_include=Observation%3Apatient&_revinclude:iterate=Provenance%3Atarget&_include:iterate=Provenance%3Aagent&category=laboratory&date=gt2024-04-01&patient.identifier=AAABBB12D55I999D&_include=PractitionerRole:practitioner &_include=PractitionerRole:organization"
        }
    ],
    "meta": {
        "lastUpdated": "2024-09-09T07:48:45Z"
    },
    "timestamp": "2024-09-09T07:48:45Z",
    "total": 24,
    "type": "searchset",
    "entry":  [
        {
            "fullUrl": "Patient/F10B2888-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Patient",
                "address":  [
                    {
                        "city": "Capriolo",
                        "country": "100",
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract",
                                "valueString": "017038"
                            }
                        ],
                        "line":  [
                            "VICOLO CARABIOLO DI MEZZO 1"
                        ],
                        "postalCode": "25031",
                        "use": "home"
                    },
                    {
                        "city": "Capriolo",
                        "country": "100",
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract",
                                "valueString": "017038"
                            }
                        ],
                        "line":  [
                            "VICOLO CARABIOLO DI MEZZO 1"
                        ],
                        "postalCode": "25031",
                        "use": "home"
                    }
                ],
                "birthDate": "1966-08-20",
                "gender": "male",
                "id": "F10B2888-6E7F-11EF-A366-02001700B287",
                "identifier":  [
                    {
                        "assigner": {
                            "display": "Ministero Economia e Finanze"
                        },
                        "system": "urn:oid:2.16.840.1.113883.2.9.4.3.2",
                        "value": "RLCBNT66M20Z131E"
                    },
                    {
                        "assigner": {
                            "display": "ASST Franciacorta"
                        },
                        "system": "urn:oid:2.16.840.1.113883.2.9.2.30722.4.1",
                        "value": "0000000011192398"
                    },
                    {
                        "system": "urn:oid:2.16.840.1.113883.2.9.4.3.2",
                        "value": "AAABBB12D55I999D"
                    }
                ],
                "name":  [
                    {
                        "family": "RIAL COSTAS",
                        "given":  [
                            "BENITO"
                        ]
                    }
                ],
                "telecom":  [
                    {
                        "system": "phone",
                        "use": "home",
                        "value": "3405233849"
                    }
                ]
            },
            "search": {
                "mode": "include"
            }
        },
        {
            "fullUrl": "Organization/F12AA0F0-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Organization",
                "id": "F12AA0F0-6E7F-11EF-A366-02001700B287",
                "identifier":  [
                    {
                        "assigner": {
                            "display": "Regione Lombardia"
                        },
                        "system": "urn:oid:2.16.840.1.113883.2.9.2.30.4.11",
                        "value": "30722"
                    }
                ],
                "name": "ASST Franciacorta"
            },
            "search": {
                "mode": "include"
            }
        },
        {
            "fullUrl": "Provenance/F129F0EC-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Provenance",
                "agent":  [
                    {
                        "type": {
                            "coding":  [
                                {
                                    "code": "legal",
                                    "display": "Legal Authenticator"
                                }
                            ]
                        },
                        "who": {
                            "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287"
                        }
                    },
                    {
                        "type": {
                            "coding":  [
                                {
                                    "code": "custodian",
                                    "display": "Custodian"
                                }
                            ]
                        },
                        "who": {
                            "reference": "Organization/F12AA0F0-6E7F-11EF-A366-02001700B287"
                        }
                    }
                ],
                "entity":  [
                    {
                        "role": "source",
                        "what": {
                            "identifier": {
                                "system": "urn:oid:2.16.840.1.113883.2.9.2.30.4.4",
                                "value": "030955.FMRLRI86E43B180L.20240614030611.N1ku5UhF"
                            }
                        }
                    }
                ],
                "id": "F129F0EC-6E7F-11EF-A366-02001700B287",
                "recorded": "2024-05-01T23:54:04+02:00",
                "target":  [
                    {
                        "reference": "Observation/F116BC34-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F12DBBA0-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F136BDD6-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F13FE7DA-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F148E52E-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F152137E-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F15917F0-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F1624D8E-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F166DDC2-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F17010E0-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F1F1D7D8-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F1F89BD6-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F2031912-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F209EAF8-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F20C49D8-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F20EAB9C-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F2121098-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F216C944-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F21B7FAC-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F2203916-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F22D8A62-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F23EB012-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F24DAD2E-6E7F-11EF-A366-02001700B287"
                    },
                    {
                        "reference": "Observation/F25BE8D0-6E7F-11EF-A366-02001700B287"
                    }
                ]
            },
            "search": {
                "mode": "include"
            }
        },
        {
            "fullUrl": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "PractitionerRole",
                "code":  [
                    {
                        "coding":  [
                            {
                                "code": "LA",
                                "display": "Firmatario"
                            }
                        ]
                    }
                ],
                "id": "F129EF7A-6E7F-11EF-A366-02001700B287",
                "organization": {
                    "reference": "Organization/F126DBBE-6E7F-11EF-A366-02001700B287"
                },
                "practitioner": {
                    "reference": "Practitioner/F124289C-6E7F-11EF-A366-02001700B287"
                }
            },
            "search": {
                "mode": "include"
            }
        },
        {
            "fullUrl": "Practitioner/F124289C-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Practitioner",
                "id": "F124289C-6E7F-11EF-A366-02001700B287",
                "identifier":  [
                    {
                        "system": "http://hl7.it/sid/codiceFiscale",
                        "value": "AAABBB12D55I999D"
                    }
                ]
            },
            "search": {
                "mode": "include"
            }
        },
        {
            "fullUrl": "Organization/F126DBBE-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Organization",
                "id": "F126DBBE-6E7F-11EF-A366-02001700B287",
                "identifier":  [
                    {
                        "assigner": {
                            "display": "Regione Lombardia"
                        },
                        "system": "urn:oid:2.16.840.1.113883.2.9.2.30.4.11",
                        "value": "30722"
                    }
                ]
            },
            "search": {
                "mode": "include"
            }
        },
        {
            "fullUrl": "Observation/F116BC34-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "2345-7",
                            "display": "P--GLUCOSIO  ",
                            "system": "http://loinc.org"
                        },
                        {
                            "code": "202-1",
                            "display": "P--GLUCOSIO  ",
                            "system": "urn:oid:2.16.840.1.113883.2.9.2.30722.6.1"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F116BC34-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "mg/dL",
                            "value": 110
                        },
                        "low": {
                            "unit": "mg/dL",
                            "value": 65
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "mg/dL",
                    "value": 109
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F12DBBA0-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "2160-0",
                            "display": "P--CREATININA",
                            "system": "http://loinc.org"
                        },
                        {
                            "code": "218-1",
                            "display": "P--CREATININA",
                            "system": "urn:oid:2.16.840.1.113883.2.9.2.30722.6.1"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F12DBBA0-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "mg/dL",
                            "value": 1.2
                        },
                        "low": {
                            "unit": "mg/dL",
                            "value": 0.7
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "mg/dL",
                    "value": 0.94
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F136BDD6-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "30239-8",
                            "display": "P--ASPARTATO AMINOTRANSFERASI (AST)",
                            "system": "http://loinc.org"
                        },
                        {
                            "code": "301-1",
                            "display": "P--ASPARTATO AMINOTRANSFERASI (AST)",
                            "system": "urn:oid:2.16.840.1.113883.2.9.2.30722.6.1"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F136BDD6-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "H",
                                "display": "H",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "U/L",
                            "value": 50
                        },
                        "low": {
                            "unit": "U/L",
                            "value": 10
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "U/L",
                    "value": 223
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F13FE7DA-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "1975-2",
                            "display": "P--BILIRUBINA TOTALE REFLEX",
                            "system": "http://loinc.org"
                        },
                        {
                            "code": "211-1",
                            "display": "P--BILIRUBINA TOTALE REFLEX",
                            "system": "urn:oid:2.16.840.1.113883.2.9.2.30722.6.1"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F13FE7DA-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "mg/dL",
                            "value": 1.2
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "mg/dL",
                    "value": 0.7
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F148E52E-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "1743-4",
                            "display": "P--ALANINA AMINOTRANSFERASI (ALT)",
                            "system": "http://loinc.org"
                        },
                        {
                            "code": "302-1",
                            "display": "P--ALANINA AMINOTRANSFERASI (ALT)",
                            "system": "urn:oid:2.16.840.1.113883.2.9.2.30722.6.1"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F148E52E-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "H",
                                "display": "H",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "U/L",
                            "value": 50
                        },
                        "low": {
                            "unit": "U/L",
                            "value": 10
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "U/L",
                    "value": 184
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F152137E-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "300-1",
                            "display": "P--LIPASI",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F152137E-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "U/L",
                            "value": 60
                        },
                        "low": {
                            "unit": "U/L",
                            "value": 13
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "U/L",
                    "value": 18
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F15917F0-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "1798-8",
                            "display": "P--AMILASI TOTALE",
                            "system": "http://loinc.org"
                        },
                        {
                            "code": "303-1",
                            "display": "P--AMILASI TOTALE",
                            "system": "urn:oid:2.16.840.1.113883.2.9.2.30722.6.1"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F15917F0-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "U/L",
                            "value": 100
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "U/L",
                    "value": 61
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F1624D8E-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "2098-2",
                            "display": "P--COLINESTERASI (CHE)",
                            "system": "http://loinc.org"
                        },
                        {
                            "code": "310-1",
                            "display": "P--COLINESTERASI (CHE)",
                            "system": "urn:oid:2.16.840.1.113883.2.9.2.30722.6.1"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F1624D8E-6E7F-11EF-A366-02001700B287",
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "U/L",
                    "value": 6756
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F166DDC2-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "2075-0",
                            "display": "P--CLORURO",
                            "system": "http://loinc.org"
                        },
                        {
                            "code": "206-1",
                            "display": "P--CLORURO",
                            "system": "urn:oid:2.16.840.1.113883.2.9.2.30722.6.1"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F166DDC2-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "L",
                                "display": "L",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "mmol/L",
                            "value": 107
                        },
                        "low": {
                            "unit": "mmol/L",
                            "value": 98
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "mmol/L",
                    "value": 97
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F17010E0-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "2951-2",
                            "display": "P--SODIO",
                            "system": "http://loinc.org"
                        },
                        {
                            "code": "207-1",
                            "display": "P--SODIO",
                            "system": "urn:oid:2.16.840.1.113883.2.9.2.30722.6.1"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F17010E0-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "mmol/L",
                            "value": 145
                        },
                        "low": {
                            "unit": "mmol/L",
                            "value": 136
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "mmol/L",
                    "value": 136
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F1F1D7D8-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "32623-1",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F1F1D7D8-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "fL",
                            "value": 12.3
                        },
                        "low": {
                            "unit": "fL",
                            "value": 7.1
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "fL",
                    "value": 10.2
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F1F89BD6-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "51637-7",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F1F89BD6-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "%",
                            "value": 0.5
                        },
                        "low": {
                            "unit": "%",
                            "value": 0
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "%",
                    "value": 0.2
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F2031912-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "32207-3",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F2031912-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "%",
                            "value": 15.2
                        },
                        "low": {
                            "unit": "%",
                            "value": 9.5
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "%",
                    "value": 11
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F209EAF8-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "770-8",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F209EAF8-6E7F-11EF-A366-02001700B287",
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "%",
                    "value": 82.6
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F20C49D8-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "736-9",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F20C49D8-6E7F-11EF-A366-02001700B287",
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "%",
                    "value": 14.8
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F20EAB9C-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "5905-5",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F20EAB9C-6E7F-11EF-A366-02001700B287",
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "%",
                    "value": 2.2
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F2121098-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "713-8",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F2121098-6E7F-11EF-A366-02001700B287",
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "%",
                    "value": 0.2
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F216C944-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "706-2",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F216C944-6E7F-11EF-A366-02001700B287",
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "%",
                    "value": 0.2
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F21B7FAC-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "58413-6",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F21B7FAC-6E7F-11EF-A366-02001700B287",
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "/100{WBCs}",
                    "value": 0
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F2203916-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "751-8",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F2203916-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "x10^3/µL",
                            "value": 8.5
                        },
                        "low": {
                            "unit": "x10^3/µL",
                            "value": 1.5
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "x10^3/µL",
                    "value": 4.14
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F22D8A62-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "731-0",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F22D8A62-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "L",
                                "display": "L",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "x10^3/µL",
                            "value": 4
                        },
                        "low": {
                            "unit": "x10^3/µL",
                            "value": 1
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "x10^3/µL",
                    "value": 0.74
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F23EB012-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "742-7",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F23EB012-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "x10^3/µL",
                            "value": 0.8
                        },
                        "low": {
                            "unit": "x10^3/µL",
                            "value": 0.1
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "x10^3/µL",
                    "value": 0.11
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F24DAD2E-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "711-2",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F24DAD2E-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "x10^3/µL",
                            "value": 0.5
                        },
                        "low": {
                            "unit": "x10^3/µL",
                            "value": 0
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "x10^3/µL",
                    "value": 0.01
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Observation/F25BE8D0-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "effectiveDateTime": "2024-05-01T09:30:10+01:00",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "laboratory",
                                "display": "Laboratory",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category"
                            }
                        ]
                    },
                    {
                        "coding":  [
                            {
                                "code": "18719-5",
                                "display": "CHIMICA CLINICA",
                                "system": "http://loinc.org"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "code": "704-7",
                            "system": "http://loinc.org"
                        }
                    ]
                },
                "encounter": {
                    "reference": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287"
                },
                "id": "F25BE8D0-6E7F-11EF-A366-02001700B287",
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "code": "N",
                                "display": "N",
                                "system": "urn:oid:2.16.840.1.113883.5.83"
                            }
                        ]
                    }
                ],
                "performer":  [
                    {
                        "reference": "PractitionerRole/F129EF7A-6E7F-11EF-A366-02001700B287",
                        "type": "PractitionerRole"
                    }
                ],
                "referenceRange":  [
                    {
                        "high": {
                            "unit": "x10^3/µL",
                            "value": 0.2
                        },
                        "low": {
                            "unit": "x10^3/µL",
                            "value": 0
                        }
                    }
                ],
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                },
                "valueQuantity": {
                    "unit": "x10^3/µL",
                    "value": 0.01
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "Encounter/F27A10F8-6E7F-11EF-A366-02001700B287",
            "resource": {
                "resourceType": "Encounter",
                "class": {
                    "code": "AMB",
                    "display": "ambulatory"
                },
                "id": "F27A10F8-6E7F-11EF-A366-02001700B287",
                "identifier":  [
                    {
                        "assigner": {
                            "display": "Regione Lombardia"
                        },
                        "system": "urn:oid:2.16.840.1.113883.2.9.2.30924.4.6",
                        "value": "202400441857"
                    }
                ],
                "period": {
                    "end": "2024-05-01T23:36:45+02:00",
                    "start": "2024-05-01T22:31:53+02:00"
                },
                "status": "finished",
                "subject": {
                    "reference": "Patient/F10B2888-6E7F-11EF-A366-02001700B287"
                }
            },
            "search": {
                "mode": "include"
            }
        }
    ]
}