FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
Idscreen-type-codesystem.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/CodeSystem/screen-type
URLhttps://fhir.synapxe.sg/CodeSystem/screen-type
Version1.0.0
Statusactive
NameScreenTypeCodeSystem
TitleScreen Type Code System
DescriptionCode system to represent screen types.
Contentcomplete

Resources that use this resource

ValueSet
screen-typeScreen Type Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}