We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could it be that the reference file for testcase 5A (https://github.com/hl7-be/lab/blob/master/testing/Test%20Plan.MD) is incorrect ?
The test requires that the specimen type is coded in LOINC but in the exemple file I see HL7 encoding ... not LOINC
https://github.com/hl7-be/lab/tree/master/testing/Macsys/815333044
"type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0487", "code": "BLDV", "display": "Blood venous" } ], "text": "EDTA-volbloed" },
Or did I misunderstand the test requirement ?
Thanks !
Nico
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could it be that the reference file for testcase 5A (https://github.com/hl7-be/lab/blob/master/testing/Test%20Plan.MD) is incorrect ?
The test requires that the specimen type is coded in LOINC but in the exemple file I see HL7 encoding ... not LOINC
https://github.com/hl7-be/lab/tree/master/testing/Macsys/815333044
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0487",
"code": "BLDV",
"display": "Blood venous"
}
],
"text": "EDTA-volbloed"
},
Or did I misunderstand the test requirement ?
Thanks !
Nico
The text was updated successfully, but these errors were encountered: