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

FHIR IG analytics

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.4&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


Source1

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