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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeDiagnosticReport
IdDiagnosticReport-example-diagnosticreport-pathology-ca-core.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": "example-diagnosticreport-pathology-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/diagnosticreport-ca-core"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "code": "SP",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "display": "Surgical Pathology"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "371528001",
        "system": "http://snomed.info/sct",
        "display": "Pathology report (record artifact)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-ca-core"
  },
  "encounter": {
    "reference": "Encounter/example-encounter-ca-core"
  },
  "effectiveDateTime": "2024-03-27T10:30:00-07:00",
  "performer": [
    {
      "reference": "PractitionerRole/example-practitionerrole-ca-core-2"
    }
  ],
  "resultsInterpreter": [
    {
      "reference": "PractitionerRole/example-practitionerrole-ca-core-2"
    }
  ],
  "result": [
    {
      "reference": "Observation/example-observation-pathologyresult-ca-core"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/example-servicerequest-pathology-ca-core-2"
    }
  ]
}