FHIR IG Statistics: ValueSet/nll-event-timing
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}