Sha256: ebb26b8098a4fb7118805184cadb4bc6b4a20b3d501d88081dd691931db399b4
Contents?: true
Size: 1.71 KB
Versions: 3
Compression:
Stored size: 1.71 KB
Contents
{ "resourceType": "CodeSystem", "id": "report-result-codes", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 } ], "url": "http://hl7.org/fhir/report-result-codes", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.719" } ], "version": "4.0.0", "name": "TestReportResult", "title": "TestReportResult", "status": "draft", "experimental": false, "date": "2018-12-27T22:37:54+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "The reported execution result.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/report-result-codes", "content": "complete", "concept": [ { "code": "pass", "display": "Pass", "definition": "All test operations successfully passed all asserts." }, { "code": "fail", "display": "Fail", "definition": "One or more test operations failed one or more asserts." }, { "code": "pending", "display": "Pending", "definition": "One or more test operations is pending execution completion." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems