{
"description": "The type of manual completion to use for assertion.",
"_filename": "CodeSystem-assert-manual-completion-codes.json",
"package_name": "hl7.fhir.r5.core",
"date": "2022-12-20T09:24:24-05:00",
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated": "2023-03-26T15:21:02.749+11:00"
},
"publisher": "HL7 (FHIR Project)",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"content": "complete",
"name": "AssertionManualCompletionType",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "Assertion Manual Completion Type",
"package_version": "5.0.0",
"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": 2
} ],
"status": "active",
"id": "57ee00fb-b255-4c57-83e2-aa4ba4a58923",
"valueSet": "http://hl7.org/fhir/ValueSet/assert-manual-completion-codes",
"kind": null,
"url": "http://hl7.org/fhir/assert-manual-completion-codes",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.4.703",
"system": "urn:ietf:rfc:3986"
} ],
"concept": [ {
"code": "fail",
"display": "Fail",
"definition": "Mark the currently waiting test failed and proceed with the next assert if the stopTestOnFail is false or the next test in the TestScript if the stopTestOnFail is true."
}, {
"code": "pass",
"display": "Pass",
"definition": "Mark the currently waiting test passed (if the test is not failed already) and proceed with the next action in the TestScript."
}, {
"code": "skip",
"display": "Skip",
"definition": "Mark this assert as skipped and proceed with the next action in the TestScript."
}, {
"code": "stop",
"display": "Stop",
"definition": "Stop execution of this TestScript. The overall status of this TestScript is evaluated based on the status of the completed tests."
} ],
"caseSensitive": true,
"version": "5.0.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}