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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
Idedvisit-participant-type-codesystem.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/CodeSystem/edvisit-participant-type
URLhttps://fhir.synapxe.sg/CodeSystem/edvisit-participant-type
Version1.0.0
Statusactive
NameEdvisitParticipantTypeCodeSystem
TitleED Visit Participant Type Code System
DescriptionCode system to represent ED visit participant types.
Contentcomplete

Resources that use this resource

ValueSet
edvisit-participant-typeED Visit Participant Type Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "edvisit-participant-type",
  "url": "https://fhir.synapxe.sg/CodeSystem/edvisit-participant-type",
  "version": "1.0.0",
  "name": "EdvisitParticipantTypeCodeSystem",
  "title": "ED Visit Participant Type Code System",
  "status": "active",
  "content": "complete",
  "description": "Code system to represent ED visit participant types.",
  "caseSensitive": true,
  "compositional": false,
  "valueSet": "https://fhir.synapxe.sg/ValueSet/edvisit-participant-type",
  "concept": [
    {
      "code": "triage",
      "display": "Triage"
    },
    {
      "code": "consultation",
      "display": "Consultation"
    },
    {
      "code": "observation",
      "display": "Observation"
    }
  ]
}