FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | CodeSystem |
| Id | screen-type-codesystem.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/CodeSystem/screen-type |
| URL | https://fhir.synapxe.sg/CodeSystem/screen-type |
| Version | 1.0.0 |
| Status | active |
| Name | ScreenTypeCodeSystem |
| Title | Screen Type Code System |
| Description | Code system to represent screen types. |
| Content | complete |
| ValueSet | |
| screen-type | Screen Type Value Set |
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "screen-type",
"url": "https://fhir.synapxe.sg/CodeSystem/screen-type",
"version": "1.0.0",
"name": "ScreenTypeCodeSystem",
"title": "Screen Type Code System",
"status": "active",
"content": "complete",
"description": "Code system to represent screen types.",
"caseSensitive": true,
"compositional": false,
"valueSet": "https://fhir.synapxe.sg/ValueSet/screen-type",
"concept": [
{
"code": "firstScreen",
"display": "First Screen"
},
{
"code": "secondScreen",
"display": "Second Screen"
},
{
"code": "thirdScreen",
"display": "Third Screen"
}
]
}