FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | CodeSystem |
| Id | status-reason-codesystem.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/CodeSystem/status-reason |
| URL | https://fhir.synapxe.sg/CodeSystem/status-reason |
| Version | 1.0.0 |
| Status | active |
| Name | StatusReasonCodeSystem |
| Title | Status Reason Code System |
| Description | Code system to represent reasons for a particular status on a clinical record. |
| Content | complete |
| ValueSet | ||
| synapxe.sgcdi#1.1.3 | status-reason | Status Reason Value Set |
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "status-reason",
"url": "https://fhir.synapxe.sg/CodeSystem/status-reason",
"version": "1.0.0",
"name": "StatusReasonCodeSystem",
"title": "Status Reason Code System",
"status": "active",
"content": "complete",
"description": "Code system to represent reasons for a particular status on a clinical record.",
"caseSensitive": true,
"compositional": false,
"valueSet": "https://fhir.synapxe.sg/ValueSet/status-reason",
"concept": [
{
"code": "reviewed",
"display": "Reviewed"
},
{
"code": "error",
"display": "Data Entry Error"
},
{
"code": "corrected",
"display": "Corrected"
},
{
"code": "pending-review",
"display": "Pending Review"
}
]
}