{
"resourceType": "DiagnosticReport",
"id": "example-DiagnosticReport",
"status": "final",
"code": { //code to define this is ARG report - To be updated as per one medical
"coding": [
{
"system": "http://roche.com/fhir/iop/cs",
"code": "AGP Report",
"display": "CGM Ambulatory Glucose Profile (AGP) During Reporting Period"
}
]
},
"contained": [
{
"resourceType": "Observation",
"profile": [
"http://roche.com/fhir/iop/StructureDefinition/Observation"
]
},
"status": "final", // FHIR hardcorded value for status
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "99504-3",
"display": "Glucose [Mass/volume] in Interstitial fluid"
}
]
},
"subject": {
"reference": "Patient/34605fdc-74aa-4587-a5f0-92e6c5f64527"
},
"effectiveDateTime": "2017-10-03T06:32:00+01:00",
"valueQuantity": {
"value": 30,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
}
},
{
"resourceType": "Observation",
"profile": [
"http://roche.com/fhir/iop/StructureDefinition/Observation"
]
},
"status": "final", // FHIR hardcorded value for status
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "99504-3",
"display": "Glucose [Mass/volume] in Interstitial fluid"
}
]
},
"subject": {
"reference": "Patient/34605fdc-74aa-4587-a5f0-92e6c5f64527"
},
"effectiveDateTime": "2017-10-03T06:35:00+01:00",
"valueQuantity": {
"value": 35,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
}
}
],
"subject": {
"reference": "patient-Reference"
},
"effectivePeriod": { // AGP Report Data period (start and end time)
"start": "2023-10-03T06:32:00+01:00",
"end": "2023-10-03T07:30:00+01:00"
},
"performer": [
{
"reference": "Organization-Reference"
},
{
"reference": "Practitioner-Reference"
}
],
"result": [ // observation reference
{
"reference": "Observation/observation-reference"
}
],
"presentedForm": [
{
"url": "https://aws-cloud-location-of-AGP-Report", // URL of the AGP report
"data" : "QUdQIHJlcG9ydA==", // Binary converted data of the ARG report, if this needs to be added in Interoperability
"hash" : "2c9fa2fc8f4fd1b3184821e27dfc0b6960724633", // Hash of the data (sha-1, base64ed)
"contentType" : "application/pdf",
"creation" : "2023-10-03T07:30:00+01:00", // creation date time of the report.
"title" : "AGP-Report"
}
]
}