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

FHIR IG Statistics: CodeSystem/timing-abbreviation

Packageihe.pharm.mpd.r4
Resource TypeCodeSystem
Idtiming-abbreviation
FHIR VersionR4
Sourcehttps://profiles.ihe.net/PHARM/MPD
URLhttp://terminology.hl7.org/CodeSystem/timing-abbreviation
Version5.0.0
Statusdraft
Date2023-03-26T15:21:02+11:00
NameTimingAbbreviation
TitleTimingAbbreviation
Realmuv
Authorityihe
DescriptionCode for a known / defined timing pattern.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://terminology.hl7.org/CodeSystem/timing-abbreviation defines the following codes:

Code Display Definition
C Continuous (frequency) Service is provided continuously between start time and stop time.

Source

{
  "resourceType": "CodeSystem",
  "id": "timing-abbreviation",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/timing-abbreviation",
  "version": "5.0.0",
  "name": "TimingAbbreviation",
  "title": "TimingAbbreviation",
  "status": "draft",
  "experimental": false,
  "date": "2023-03-26T15:21:02+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Code for a known / defined timing pattern.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "C",
      "display": "Continuous (frequency)",
      "definition": "Service is provided continuously between start time and stop time."
    }
  ]
}