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

FHIR IG Statistics: ValueSet/nll-event-timing

Packagepoc.bonsai.current
Resource TypeValueSet
Idnll-event-timing
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/ValueSet/nll-event-timing
URLhttp://electronichealth.se/fhir/ValueSet/nll-event-timing
Version1.0.0
Statusactive
Date2021-11-11T14:05:16+00:00
Namenll-event-timing
TitlePeriod på dygnet
DescriptionHL7-koder för att beskriva vid vilken period på dygnet en dos ska tas, t.ex. morgon eller kväll.

Resources that use this resource

StructureDefinition
NLLDosageNLLDosage

Resources that this resource uses

CodeSystem
event-timingEvent Timing

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "nll-event-timing",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://electronichealth.se/fhir/ValueSet/nll-event-timing",
  "version": "1.0.0",
  "name": "nll-event-timing",
  "title": "Period på dygnet",
  "status": "active",
  "date": "2021-11-11T14:05:16+00:00",
  "publisher": "E-hälsomyndigheten",
  "description": "HL7-koder för att beskriva vid vilken period på dygnet en dos ska tas, t.ex. morgon eller kväll.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/event-timing",
        "version": "4.0.1 (v1)",
        "concept": [
          {
            "code": "MORN",
            "display": "morgon"
          },
          {
            "code": "NOON",
            "display": "lunchtid"
          },
          {
            "code": "EVE",
            "display": "kväll"
          },
          {
            "code": "NIGHT",
            "display": "natt"
          }
        ]
      }
    ]
  }
}