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

FHIR IG analytics

Packageca.on.oh-olis
Resource TypeDiagnosticReport
IdDiagnosticReport-example-contained.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",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-DiagnosticReport|2.0.0"
    ]
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "Patient1",
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
          "value": "1234567",
          "_value": {
            "extension": [
              {
                "url": "http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code",
                "valueString": "HN"
              }
            ]
          }
        }
      ],
      "name": [
        {
          "use": "official",
          "family": "Onsmith1",
          "given": [
            "Onjohn1",
            "William"
          ],
          "_given": [
            null,
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                  "valueCode": "MID"
                }
              ]
            }
          ],
          "suffix": [
            "III"
          ],
          "prefix": [
            "DR"
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "555-555-5555",
          "use": "work"
        }
      ],
      "gender": "male",
      "birthDate": "1926-02-24",
      "deceasedDateTime": "2017-08-21T10:31:32-04:00",
      "address": [
        {
          "use": "home",
          "type": "physical",
          "line": [
            "13 Boring St"
          ],
          "city": "Toronto",
          "state": "ON",
          "postalCode": "M1M M2M",
          "country": "CAN"
        }
      ],
      "contact": [
        {
          "relationship": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
                  "code": "C",
                  "display": "emergency"
                }
              ]
            }
          ],
          "telecom": [
            {
              "system": "phone",
              "value": "555-555-5555"
            }
          ]
        }
      ]
    },
    {
      "resourceType": "Organization",
      "id": "lab1",
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-lab-license",
          "value": "12345"
        }
      ],
      "name": "Best Lab",
      "address": [
        {
          "type": "both",
          "line": [
            "15 Happy St"
          ],
          "city": "Toronto",
          "state": "ON",
          "postalCode": "M1M M2M",
          "country": "CAN"
        }
      ]
    },
    {
      "resourceType": "PractitionerRole",
      "id": "practitioner-organization-1",
      "organization": {
        "reference": "#lab1"
      }
    },
    {
      "resourceType": "Specimen",
      "id": "spec1",
      "type": {
        "coding": [
          {
            "system": "http://ehealthontario.ca/fhir/CodeSystem/ca-on-lab-specimen-source",
            "code": "SER",
            "display": "SERUM"
          }
        ]
      },
      "subject": {
        "reference": "#Patient1"
      },
      "receivedTime": "2017-08-24T09:32:00-04:00",
      "request": [
        {
          "reference": "#ServiceRequest1"
        }
      ],
      "collection": {
        "collector": {
          "reference": "#practitioner-organization-1"
        },
        "collectedPeriod": {
          "start": "2017-08-24T09:32:00-04:00",
          "end": "2017-08-24T15:32:00-04:00"
        },
        "quantity": {
          "value": 5.4,
          "unit": "mg/mL"
        }
      },
      "container": [
        {
          "identifier": [
            {
              "value": "ACL235617"
            }
          ],
          "extension": [
            {
              "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-container-sample-num",
              "valueQuantity": {
                "value": 2
              }
            }
          ]
        }
      ],
      "note": [
        {
          "text": "Patient did not fast."
        }
      ]
    },
    {
      "resourceType": "ServiceRequest",
      "id": "ServiceRequest1",
      "extension": [
        {
          "url": "http://ehealthontario.ca/fhir/StructureDefinition//ca-on-lab-ext-record-block",
          "valueBoolean": true
        },
        {
          "url": "http://ehealthontario.ca/fhir/StructureDefinition//ca-on-lab-ext-poc-test-id",
          "valueString": "PORT"
        },
        {
          "url": "http://ehealthontario.ca/fhir/StructureDefinition//ca-on-lab-ext-trq-sort-key",
          "valueString": "AC2345"
        }
      ],
      "identifier": [
        {
          "system": "http://ehealthontario.ca/fhir/NamingSystem/lab/test-request-id-lab-license-4004",
          "value": "1231-R1",
          "assigner": {
            "reference": "#lab1"
          }
        }
      ],
      "requisition": {
        "system": "http://ehealthontario.ca/fhir/NamingSystem/lab/report-id-lab-license-4008",
        "value": "11111121",
        "assigner": {
          "reference": "#lab1"
        }
      },
      "status": "completed",
      "intent": "order",
      "priority": "routine",
      "code": {
        "coding": [
          {
            "system": "http://ehealthontario.ca/fhir/CodeSystem/ca-on-lab-test-request-codes",
            "code": "TR11663-2",
            "display": "Electrolytes"
          }
        ]
      },
      "subject": {
        "reference": "#Patient1"
      },
      "occurrenceDateTime": "2017-08-22T12:10:41-04:00",
      "authoredOn": "2017-08-22T12:10:41-04:00",
      "requester": {
        "reference": "#lab1"
      },
      "performer": [
        {
          "reference": "#lab1"
        }
      ],
      "specimen": [
        {
          "reference": "#spec1"
        }
      ],
      "note": [
        {
          "text": "some note"
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "observation1",
      "identifier": [
        {
          "system": "http://ehealthontario.ca/fhir/NamingSystem/lab/filler-id-lab-license-4004",
          "value": "23423432-F2",
          "assigner": {
            "reference": "#lab1"
          }
        }
      ],
      "basedOn": [
        {
          "reference": "#ServiceRequest1"
        }
      ],
      "status": "registered",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "18955-5",
            "display": "NITROFURANTOIN:SUSC:PT:ISOLATE:ORDQN"
          }
        ]
      },
      "subject": {
        "reference": "#Patient1"
      },
      "effectiveDateTime": "2017-08-24T11:51:24-04:00",
      "issued": "2017-08-24T11:51:24-04:00",
      "performer": [
        {
          "reference": "#lab1"
        }
      ],
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "R",
              "display": "Resistant"
            }
          ]
        }
      ],
      "method": {
        "text": "MIC"
      },
      "specimen": {
        "reference": "#spec1"
      }
    }
  ],
  "extension": [
    {
      "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-replace-all",
      "valueBoolean": true
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN",
            "display": "Accession ID"
          }
        ]
      },
      "system": "http://ehealthontario.ca/fhir/NamingSystem/lab/report-id-lab-license-4008",
      "value": "Contained 11111121",
      "assigner": {
        "reference": "#lab1"
      }
    }
  ],
  "basedOn": [
    {
      "reference": "#ServiceRequest1"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": ":Laboratory Report"
      }
    ]
  },
  "subject": {
    "reference": "#Patient1"
  },
  "issued": "2017-08-22T10:55:53-04:00",
  "performer": [
    {
      "reference": "#lab1"
    }
  ],
  "specimen": [
    {
      "reference": "#spec1"
    }
  ],
  "result": [
    {
      "reference": "#observation1"
    }
  ]
}