FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-verificationresult-status.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This code system
http://hl7.org/fhir/CodeSystem/verificationresult-status defines the following codes:
{
"resourceType": "CodeSystem",
"id": "verificationresult-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r5.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
}
],
"url": "http://hl7.org/fhir/CodeSystem/verificationresult-status",
"version": "5.0.0",
"name": "Status",
"title": "status",
"status": "active",
"experimental": false,
"date": "2018-06-06T00:06:02+10:00",
"publisher": "Patient Administration",
"contact": [
{
"name": "Patient Administration",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description": "The validation status of the target",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/status",
"content": "complete",
"concept": [
{
"code": "attested",
"display": "Attested",
"definition": "***TODO***"
},
{
"code": "validated",
"display": "Validated",
"definition": "***TODO***"
},
{
"code": "in-process",
"display": "In process",
"definition": "***TODO***"
},
{
"code": "req-revalid",
"display": "Requires revalidation",
"definition": "***TODO***"
},
{
"code": "val-fail",
"display": "Validation failed",
"definition": "***TODO***"
},
{
"code": "reval-fail",
"display": "Re-Validation failed",
"definition": "***TODO***"
},
{
"code": "entered-in-error",
"display": "Entered in Error",
"definition": "The VerificationResult record was created erroneously and is not appropriated for use."
}
]
}