FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerl.fhir.r4
Resource TypeMeasureReport
IdExample_MeasureReport_PLO.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MeasureReport",
  "id": "esempio-measureReport-PLO",
  "meta": {
    "lastUpdated": "2023-01-11T08:32:35Z",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLMeasureReportPLO"
    ],
    "versionId": "1"
  },
  "identifier": [
    {
      "value": "TOTPLO-03007800"
    }
  ],
  "status": "complete",
  "type": "summary",
  "measure": "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLMeasurePLO",
  "reporter": {
    "reference": "Organization/1"
  },
  "period": {
    "end": "2023-01-11"
  },
  "group": [
    {
      "code": {
        "coding": [
          {
            "code": "0843"
          }
        ]
      },
      "measureScore": {
        "value": 5
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "3201"
          }
        ]
      },
      "measureScore": {
        "value": 10
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "0801"
          }
        ]
      },
      "measureScore": {
        "value": 7
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "03007800"
          }
        ]
      },
      "measureScore": {
        "value": 57
      }
    }
  ]
}