FHIR IG analytics| Package | hl7.fhir.uv.testing |
| Resource Type | CodeSystem |
| Id | CodeSystem-testscript-scope-conformance-codes.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-testscript-scope-conformance-codes.html |
| URL | http://hl7.org/fhir/testscript-scope-conformance-codes |
| Version | 0.1.0-SNAPSHOT |
| Status | draft |
| Date | 2021-01-25T17:01:24-04:00 |
| Name | TestScriptScopeConformanceType |
| Title | Test Script Scope Conformance Type |
| Realm | uv |
| Authority | hl7 |
| Description | The expectation of whether the test must pass for the system to be considered conformant with the artifact. |
| Content | complete |
| ValueSet | |
| testscript-scope-conformance-codes | Test Script Scope Conformance Type Value Set |
| R5-testscript-scope-conformance-codes-for-R4B | Cross-version VS for R5.TestScriptScopeConformanceType for use in FHIR R4B |
| R5-testscript-scope-conformance-codes-for-R4 | Cross-version VS for R5.TestScriptScopeConformanceType for use in FHIR R4 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem testscript-scope-conformance-codes
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/testscript-scope-conformance-codes defines the following codes:
{
"resourceType": "CodeSystem",
"id": "testscript-scope-conformance-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": 4
}
],
"url": "http://hl7.org/fhir/testscript-scope-conformance-codes",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.1949"
}
],
"version": "0.1.0-SNAPSHOT",
"name": "TestScriptScopeConformanceType",
"title": "Test Script Scope Conformance Type",
"status": "draft",
"experimental": false,
"date": "2021-01-25T17:01:24-04:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "The expectation of whether the test must pass for the system to be considered conformant with the artifact.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/testscript-scope-conformance-codes|0.1.0-SNAPSHOT",
"content": "complete",
"concept": [
{
"code": "required",
"display": "Required",
"definition": "All tests are expected to pass. Warning statuses are permitted. This is the default value."
},
{
"code": "optional",
"display": "Optional",
"definition": "All tests are expected to pass but non-pass statuses may be allowed."
},
{
"code": "strict",
"display": "Strict",
"definition": "All tests are expected to pass. Warnings are treated as a failure."
}
]
}