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

FHIR IG Statistics: ValueSet/ValueSet-einnahmezeitpunkte

Packagebasisprofil.de
Resource TypeValueSet
IdValueSet-einnahmezeitpunkte
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=basisprofil.de@0.2.40&canonical=http://fhir.de/ValueSet/einnahmezeitpunkte
URLhttp://fhir.de/ValueSet/einnahmezeitpunkte
Version0.2.3
Statusdraft
Date2017-08-08T21:30:00+02:00
Nameeinnahmezeitpunkte
Authorityhl7
DescriptionValueSet zur Codierung von Einnahmezeitpunkten

Resources that use this resource

StructureDefinition
0.2MedicationStatement, deutsches Basisprofil (Version 0.2)
74_PR_VoS_Dosierung74_PR_VoS_Dosierung

Resources that this resource uses

CodeSystem
TimingEventv3 Code System TimingEvent

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "url": "http://fhir.de/ValueSet/einnahmezeitpunkte",
  "version": "0.2.3",
  "name": "einnahmezeitpunkte",
  "status": "draft",
  "date": "2017-08-08T21:30:00+02:00",
  "description": "ValueSet zur Codierung von Einnahmezeitpunkten",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/TimingEvent",
        "concept": [
          {
            "code": "CM",
            "display": "Morgens"
          },
          {
            "code": "CD",
            "display": "Mittags"
          },
          {
            "code": "CV",
            "display": "Abends"
          },
          {
            "code": "HS",
            "display": "zur Nacht"
          }
        ]
      }
    ]
  },
  "expansion": {
    "identifier": "urn:uuid:25ae81b1-0341-4bfc-b300-f12a63cc7234",
    "timestamp": "2017-08-08T22:33:00",
    "total": 4,
    "contains": [
      {
        "system": "http://hl7.org/fhir/v3/TimingEvent",
        "code": "CD",
        "display": "Mittags"
      },
      {
        "system": "http://hl7.org/fhir/v3/TimingEvent",
        "code": "CM",
        "display": "Morgens"
      },
      {
        "system": "http://hl7.org/fhir/v3/TimingEvent",
        "code": "CV",
        "display": "Abends"
      },
      {
        "system": "http://hl7.org/fhir/v3/TimingEvent",
        "code": "HS",
        "display": "zur Nacht"
      }
    ]
  }
}