inferno-core icon indicating copy to clipboard operation
inferno-core copied to clipboard

Need more clarity and expectated results for test "8.09 DiagnosticReport resources returned during previous tests conform to the US Core DiagnosticReport Profile for Laboratory Results Reporting"

Open ashu-bdvt opened this issue 2 years ago • 0 comments

We are currently validating "8 DiagnosticReport for Laboratory Results Reporting Tests" US core 4.0.0 profile and are unable to understand the expectation for 1 particular test case 8.09.

Our Sample response "resource": { "resourceType": "DiagnosticReport", "id": "34000177", "meta": { "versionId": "1", "lastUpdated": "2022-04-12T13:43:33Z" }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Diagnostic Report</b></p><p><b>Document Category</b>: Laboratory</p><p><b>Status</b>: Final</p><p><b>Effective Date</b>: Apr 10, 2022 5:00 A.M. CDT</p></div>" }, "contained": [ { "resourceType": "Observation", "id": "34000179", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "664-3", "userSelected": true } ] }, "valueString": "Gram stain report results.", "derivedFrom": [ { "reference": "Observation/MIC-CE-34000177", "display": "DIAGNOSTIC_REPORT" } ] } ], "identifier": [ { "system": "https://fhir.cerner.com/ceuuid", "value": "CEfda49233-ccfa-4ed4-afbc-9f5082c2bf0c-34000177-2022041208433400" }, { "system": "https://www.hospital.com", "value": "MicroExtOrderID001" } ], "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0074", "code": "LAB", "display": "Laboratory", "userSelected": true } ], "text": "Laboratory" }, { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0074", "code": "MB", "display": "Microbiology", "userSelected": true } ], "text": "Microbiology" } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "600-7", "userSelected": true } ] }, "subject": { "reference": "Patient/655923" }, "encounter": { "reference": "Encounter/3116065" }, "effectiveDateTime": "2022-04-10T10:00:00Z", "issued": "2022-04-10T11:45:24Z", "performer": [ { "extension": [ { "valueCodeableConcept": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "LA", "display": "legal authenticator" } ], "text": "legal authenticator" }, "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction" } ], "reference": "Practitioner/2809948" }, { "extension": [ { "valueCodeableConcept": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "LA", "display": "legal authenticator" } ], "text": "legal authenticator" }, "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction" } ], "reference": "Practitioner/589723" } ], "resultsInterpreter": [ { "reference": "Practitioner/2809948" }, { "reference": "Organization/589723" } ], "result": [ { "reference": "#34000179", "display": "Gram Stain" } ] }

For this we are getting the error Error text: DiagnosticReport.result[0]: Unable to find a match for profile #34000179 among choices: http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab

Could anyone please provide more details as to what additional things we are supposed to populate in "Contained" field ?

ashu-bdvt avatar Jul 07 '22 05:07 ashu-bdvt