FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"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.",
"useContext": [
{
"code": {
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code": "program"
},
"valueCodeableConcept": {
"coding": [
{
"code": "nll"
}
]
}
}
],
"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"
}
]
}
]
}
}