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

FHIR IG analytics

Packageontariomicdrfhirimplementationguide-0.10.00
Resource TypeDiagnosticReport
IdDiagnosticReport-report1.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": "DiagnosticReport",
  "id": "report1",
  "contained": [
    {
      "resourceType": "Patient",
      "id": "patient1",
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "MR"
              }
            ]
          },
          "system": "http://ehealthontario.ca/fhir/NamingSystem/id-the-ottawa-hospital-mrn",
          "value": "23456789"
        },
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "JHN"
              }
            ]
          },
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
          "value": "1234567890"
        }
      ],
      "name": [
        {
          "use": "official",
          "family": "Onsmith1",
          "given": [
            "Onjohn1",
            "William"
          ],
          "suffix": [
            "III"
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "555-555-5555",
          "use": "work"
        }
      ],
      "gender": "male",
      "birthDate": "1926-02-24",
      "address": [
        {
          "use": "home",
          "type": "physical",
          "line": [
            "13 Boring St"
          ],
          "city": "Toronto",
          "state": "ON",
          "postalCode": "M1M M2M",
          "country": "CAN"
        }
      ],
      "contact": [
        {
          "name": {
            "family": "Doe",
            "given": [
              "Jane Doe"
            ]
          }
        }
      ],
      "communication": [
        {
          "language": {
            "coding": [
              {
                "code": "en",
                "system": "urn:ietf:bcp:47",
                "display": "English"
              }
            ]
          }
        }
      ]
    },
    {
      "resourceType": "Encounter",
      "id": "encounter1",
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "VN",
                "display": "Visit Number"
              }
            ]
          },
          "system": "urn:oid:2.16.840.1.113883.3.239.23.42.2",
          "value": "v111111"
        }
      ],
      "location": [
        {
          "physicalType": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
                "code": "si",
                "display": "site or facility"
              }
            ]
          },
          "location": {
            "display": "Facility 1"
          }
        }
      ],
      "status": "finished",
      "class": {
        "code": "IMP",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "display": "inpatient encounter"
      },
      "type": [
        {
          "coding": [
            {
              "code": "L",
              "system": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
              "display": "elective"
            }
          ]
        }
      ],
      "subject": {
        "reference": "#patient1"
      },
      "participant": [
        {
          "type": [
            {
              "coding": [
                {
                  "code": "ADM",
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "display": "admitter"
                }
              ]
            }
          ],
          "individual": {
            "reference": "#practitioner1c"
          }
        }
      ],
      "period": {
        "start": "2023-01-01",
        "end": "2023-01-01"
      },
      "serviceProvider": {
        "reference": "#org1"
      }
    },
    {
      "resourceType": "Practitioner",
      "id": "practitioner1c",
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
          "value": "dummy44567"
        }
      ],
      "name": [
        {
          "family": "Green",
          "given": [
            "Robert",
            "James"
          ],
          "prefix": [
            "Dr."
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "111-222-4444",
          "use": "work"
        }
      ],
      "address": [
        {
          "use": "home",
          "type": "both",
          "text": "202 Cedar Ave, Taleburg, ON, T4L 3B2, CAN",
          "line": [
            "202 Cedar Ave"
          ],
          "city": "Taleburg",
          "district": "Eastend",
          "state": "ON",
          "postalCode": "T4L 3B2",
          "country": "CAN"
        }
      ]
    },
    {
      "resourceType": "Practitioner",
      "id": "practitioner1d",
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
          "value": "dummy78901"
        }
      ],
      "name": [
        {
          "family": "Brown",
          "given": [
            "Lucy",
            "Katherine"
          ],
          "prefix": [
            "Dr."
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "666-777-8888",
          "use": "work"
        }
      ],
      "address": [
        {
          "use": "home",
          "type": "both",
          "text": "303 Oak Blvd, Fabletown, ON, F4B 5L3, CAN",
          "line": [
            "303 Oak Blvd"
          ],
          "city": "Fabletown",
          "district": "Southside",
          "state": "ON",
          "postalCode": "F4B 5L3",
          "country": "CAN"
        }
      ]
    },
    {
      "resourceType": "PractitionerRole",
      "id": "practrole1c",
      "practitioner": {
        "reference": "#practitioner1c"
      },
      "organization": {
        "reference": "#org1"
      }
    },
    {
      "resourceType": "PractitionerRole",
      "id": "practrole1d",
      "practitioner": {
        "reference": "#practitioner1d"
      },
      "organization": {
        "reference": "#org1"
      }
    },
    {
      "resourceType": "Organization",
      "id": "org1",
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
          "value": "1220043535"
        }
      ],
      "name": "Northern MI Lab",
      "telecom": [
        {
          "system": "phone",
          "value": "416-112-3333"
        }
      ]
    },
    {
      "resourceType": "Location",
      "id": "location1",
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
          "value": "1220043534"
        }
      ],
      "name": "Northern MI Lab Location",
      "description": "Location of the Northern MI Lab",
      "managingOrganization": {
        "reference": "#org1"
      },
      "address": {
        "type": "physical",
        "line": [
          "124 North St"
        ],
        "city": "Toronto",
        "state": "ON",
        "postalCode": "M2M M2M",
        "country": "CAN"
      }
    },
    {
      "resourceType": "ServiceRequest",
      "id": "order1",
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "code": "ACSN",
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "display": "Accession ID"
              }
            ]
          },
          "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10",
          "value": "1111-111-111"
        }
      ],
      "code": {
        "coding": [
          {
            "extension": [
              {
                "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
                "valueCode": "local"
              }
            ],
            "code": "IMG011001",
            "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10.5",
            "display": "CT ABDOMEN PELVIS W IV CONTRAST"
          },
          {
            "extension": [
              {
                "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
                "valueCode": "provincial"
              }
            ],
            "system": "http://ontariohealth.ca/fhir/CodeSystem/procedure-type-mi-provincial",
            "code": "100200",
            "display": "CT Abdomen Pelvis with Contrast"
          },
          {
            "extension": [
              {
                "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
                "valueCode": "sct"
              }
            ],
            "system": "http://snomed.info/sct",
            "code": "432370003",
            "display": "Computed tomography of abdomen and pelvis with contrast (procedure)"
          }
        ]
      },
      "category": [
        {
          "extension": [
            {
              "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
              "valueCoding": {
                "code": "360037004",
                "system": "http://snomed.info/sct",
                "display": "Imaging modality"
              }
            }
          ],
          "coding": [
            {
              "code": "CT",
              "system": "http://dicom.nema.org/resources/ontology/DCM",
              "display": "Computed Tomography"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
              "valueCoding": {
                "code": "394658006",
                "system": "http://snomed.info/sct",
                "display": "Clinical specialty"
              }
            }
          ],
          "coding": [
            {
              "code": "394914008",
              "system": "http://snomed.info/sct",
              "display": "Radiology"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
              "valueCoding": {
                "code": "272427006",
                "system": "http://snomed.info/sct",
                "display": "Anatomical part descriptor"
              }
            }
          ],
          "coding": [
            {
              "system": "http://dicom.nema.org/resources/ontology/DCM",
              "extension": [
                {
                  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
                  "valueCode": "dicom"
                }
              ],
              "code": "T-D4000",
              "display": "Abdomen"
            },
            {
              "system": "http://snomed.info/sct",
              "extension": [
                {
                  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
                  "valueCode": "sct"
                }
              ],
              "code": "818983003",
              "display": "Structure of abdominopelvic cavity and/or content of abdominopelvic cavity and/or anterior abdominal wall (body structure)"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
              "valueCoding": {
                "code": "272427006",
                "system": "http://snomed.info/sct",
                "display": "Anatomical part descriptor"
              }
            }
          ],
          "coding": [
            {
              "system": "http://dicom.nema.org/resources/ontology/DCM",
              "extension": [
                {
                  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
                  "valueCode": "dicom"
                }
              ],
              "code": "T-D6000",
              "display": "Pelvis"
            },
            {
              "system": "http://snomed.info/sct",
              "extension": [
                {
                  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
                  "valueCode": "sct"
                }
              ],
              "code": "12921003",
              "display": "Structure of pelvis (body structure)"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
              "valueCoding": {
                "code": "263543005",
                "system": "http://snomed.info/sct",
                "display": "Contrast used"
              }
            }
          ],
          "coding": [
            {
              "code": "31874001",
              "system": "http://snomed.info/sct",
              "display": "True (qualifier value)"
            }
          ]
        }
      ],
      "requisition": {
        "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10",
        "value": "1111-111-111"
      },
      "status": "active",
      "intent": "order",
      "subject": {
        "reference": "#patient1"
      },
      "encounter": {
        "reference": "#encounter1"
      },
      "authoredOn": "2023-01-01",
      "requester": {
        "reference": "#practrole1c"
      },
      "performer": [
        {
          "reference": "#org1"
        }
      ],
      "locationReference": [
        {
          "reference": "#location1"
        }
      ]
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "ACSN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Accession ID"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10",
      "value": "1111-111-111"
    }
  ],
  "category": [
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
          "valueCoding": {
            "code": "360037004",
            "system": "http://snomed.info/sct",
            "display": "Imaging modality"
          }
        }
      ],
      "coding": [
        {
          "code": "CT",
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "display": "Computed Tomography"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
          "valueCoding": {
            "code": "394658006",
            "system": "http://snomed.info/sct",
            "display": "Clinical specialty"
          }
        }
      ],
      "coding": [
        {
          "code": "394914008",
          "system": "http://snomed.info/sct",
          "display": "Radiology"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
          "valueCoding": {
            "code": "272427006",
            "system": "http://snomed.info/sct",
            "display": "Anatomical part descriptor"
          }
        }
      ],
      "coding": [
        {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "extension": [
            {
              "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
              "valueCode": "dicom"
            }
          ],
          "code": "T-D4000",
          "display": "Abdomen"
        },
        {
          "system": "http://snomed.info/sct",
          "extension": [
            {
              "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
              "valueCode": "sct"
            }
          ],
          "code": "818983003",
          "display": "Structure of abdominopelvic cavity and/or content of abdominopelvic cavity and/or anterior abdominal wall (body structure)"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
          "valueCoding": {
            "code": "272427006",
            "system": "http://snomed.info/sct",
            "display": "Anatomical part descriptor"
          }
        }
      ],
      "coding": [
        {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "extension": [
            {
              "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
              "valueCode": "dicom"
            }
          ],
          "code": "T-D6000",
          "display": "Pelvis"
        },
        {
          "system": "http://snomed.info/sct",
          "extension": [
            {
              "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
              "valueCode": "sct"
            }
          ],
          "code": "12921003",
          "display": "Structure of pelvis (body structure)"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
          "valueCoding": {
            "code": "263543005",
            "system": "http://snomed.info/sct",
            "display": "Contrast used"
          }
        }
      ],
      "coding": [
        {
          "code": "31874001",
          "system": "http://snomed.info/sct",
          "display": "True (qualifier value)"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "extension": [
          {
            "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
            "valueCode": "local"
          }
        ],
        "code": "IMG011001",
        "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10",
        "display": "CT ABDOMEN PELVIS W IV CONTRAST"
      },
      {
        "extension": [
          {
            "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
            "valueCode": "provincial"
          }
        ],
        "system": "http://ontariohealth.ca/fhir/CodeSystem/procedure-type-mi-provincial",
        "code": "100200",
        "display": "CT Abdomen Pelvis with Contrast"
      },
      {
        "extension": [
          {
            "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
            "valueCode": "sct"
          }
        ],
        "system": "http://snomed.info/sct",
        "code": "432370003",
        "display": "Computed tomography of abdomen and pelvis with contrast (procedure)"
      }
    ]
  },
  "basedOn": [
    {
      "reference": "#order1"
    }
  ],
  "status": "final",
  "subject": {
    "reference": "#patient1"
  },
  "encounter": {
    "reference": "#encounter1"
  },
  "effectiveDateTime": "2021-01-01T11:01:20-05:00",
  "issued": "2021-01-01T16:24:31-05:00",
  "performer": [
    {
      "reference": "#practrole1c"
    }
  ],
  "resultsInterpreter": [
    {
      "reference": "#practrole1d"
    }
  ]
}