Draft preBallot - This specification is under preBallot review and subject to change. It should not be used for implementation purposes. . . . . For a full list of available versions, see the Directory of published versions
Example DiagnosticReport Pathology
DiagnosticReport |
id : example-diagnosticreport-pathology-ca-core |
meta |
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/diagnosticreport-ca-core |
basedOn |
reference : ServiceRequest/example-servicerequest-pathology-ca-core-2 |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/v2-0074 |
code : SP |
display : Surgical Pathology |
code |
coding |
system : http://snomed.info/sct |
code : 371528001 |
display : Pathology report (record artifact) |
subject |
reference : Patient/example-patient-ca-core |
encounter |
reference : Encounter/example-encounter-ca-core |
effective : 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 |
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="example-diagnosticreport-pathology-ca-core" /> <meta> <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/diagnosticreport-ca-core" /> </meta> <basedOn> <reference value="ServiceRequest/example-servicerequest-pathology-ca-core-2" /> </basedOn> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0074" /> <code value="SP" /> <display value="Surgical Pathology" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="371528001" /> <display value="Pathology report (record artifact)" /> </coding> </code> <subject> <reference value="Patient/example-patient-ca-core" /> </subject> <encounter> <reference value="Encounter/example-encounter-ca-core" /> </encounter> <effectiveDateTime value="2024-03-27T10:30:00-07:00" /> <performer> <reference value="PractitionerRole/example-practitionerrole-ca-core-2" /> </performer> <resultsInterpreter> <reference value="PractitionerRole/example-practitionerrole-ca-core-2" /> </resultsInterpreter> <result> <reference value="Observation/example-observation-pathologyresult-ca-core" /> </result> </DiagnosticReport>
{ "resourceType": "DiagnosticReport", "id": "example-diagnosticreport-pathology-ca-core", "meta": { "profile": [ "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/diagnosticreport-ca-core" ] }, "basedOn": [ { "reference": "ServiceRequest/example-servicerequest-pathology-ca-core-2" } ], "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0074", "code": "SP", "display": "Surgical Pathology" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "371528001", "display": "Pathology report (record artifact)" } ] }, "subject": { "reference": "Patient/example-patient-ca-core" }, "encounter": { "reference": "Encounter/example-encounter-ca-core" }, "effectiveDateTime": "03/27/2024 17:30: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" } ] }