FHIR IG analytics| Package | hl7.fhir.uv.testing |
| Resource Type | CodeSystem |
| Id | CodeSystem-report-result-codes.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-report-result-codes.html |
| URL | http://hl7.org/fhir/report-result-codes |
| Version | 0.1.0-SNAPSHOT |
| Status | draft |
| Date | 2021-01-05T10:01:24+11:00 |
| Name | TestReportResult |
| Title | Test Report Result |
| Realm | uv |
| Authority | hl7 |
| Description | The reported execution result. |
| Content | complete |
| ValueSet | |
| report-result-codes | Test Report Result Value Set |
| R4-report-result-codes-for-R4B | Cross-version VS for R4.TestReportResult for use in FHIR R4B |
| R3-report-result-codes-for-R4B | Cross-version VS for R3.TestReportResult for use in FHIR R4B |
| R4-report-result-codes-for-R5 | Cross-version VS for R4.TestReportResult for use in FHIR R5 |
| R3-report-result-codes-for-R5 | Cross-version VS for R3.TestReportResult for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem report-result-codes
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/report-result-codes defines the following codes:
{
"resourceType": "CodeSystem",
"id": "report-result-codes",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "draft"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}
],
"url": "http://hl7.org/fhir/report-result-codes",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.719"
},
{
"use": "old",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.707"
}
],
"version": "0.1.0-SNAPSHOT",
"name": "TestReportResult",
"title": "Test Report Result",
"status": "draft",
"experimental": false,
"date": "2021-01-05T10:01:24+11:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "The reported execution result.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/report-result-codes|0.1.0-SNAPSHOT",
"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."
}
]
}