FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/abnormal-flags

Packageil.tasmc.fhir.r4
Resource TypeCodeSystem
Idabnormal-flags
FHIR VersionR4
Sourcehttp://fhir.tasmc.org.il/ImplementationGuide/il.tasmc.fhir.r4/https://simplifier.net/resolve?scope=il.tasmc.fhir.r4@0.4.3&canonical=http://fhir.tasmc.org.il/CodeSystem/abnormal-flags
URLhttp://fhir.tasmc.org.il/CodeSystem/abnormal-flags
Statusdraft
NameAbnormalFlags
TitleAbnormal Flags
DescriptionAbnormal Flag codes
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "AbnormalFlags",
  "id": "abnormal-flags",
  "title": "Abnormal Flags",
  "description": "Abnormal Flag codes",
  "url": "http://fhir.tasmc.org.il/CodeSystem/abnormal-flags",
  "concept": [
    {
      "code": "L",
      "display": "low"
    },
    {
      "code": "H",
      "display": "high"
    },
    {
      "code": "PL",
      "display": "panic low"
    },
    {
      "code": "PH",
      "display": "panic high"
    }
  ],
  "caseSensitive": false,
  "count": 4
}