FHIR IG analytics| Package | hl7.fhir.uv.testing |
| Resource Type | CodeSystem |
| Id | CodeSystem-testplan-assertion-type.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-testplan-assertion-type.html |
| URL | http://hl7.org/fhir/testplan-assertion-type |
| Version | 0.1.0-SNAPSHOT |
| Status | draft |
| Date | 2025-02-24T10:56:24+04:00 |
| Name | TestPlanAssertionType |
| Title | Test Plan Assertion Type |
| Realm | uv |
| Authority | hl7 |
| Description | The TestPlan test case assertion type. |
| Content | complete |
| ValueSet | |
| testplan-assertion-type | Test Plan Assertion Type ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem testplan-assertion-type
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/testplan-assertion-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "testplan-assertion-type",
"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": 0
}
],
"url": "http://hl7.org/fhir/testplan-assertion-type",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.62.16.1"
}
],
"version": "0.1.0-SNAPSHOT",
"name": "TestPlanAssertionType",
"title": "Test Plan Assertion Type",
"status": "draft",
"experimental": false,
"date": "2025-02-24T10:56:24+04:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "The TestPlan test case assertion type.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/testplan-assertion-type|0.1.0-SNAPSHOT",
"content": "complete",
"concept": [
{
"code": "informative",
"display": "Informative",
"definition": "The assertion defines informational outcomes that do not contribute to the overall success of the test case."
},
{
"code": "optional",
"display": "Optional",
"definition": "The assertion defines optional outcomes that produce warning only outcomes for failure conditions of the test case."
},
{
"code": "required",
"display": "Required",
"definition": "This assertion defines required outcomes that produce failed outcomes for failure conditions of the test case."
}
]
}