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

FHIR IG Statistics: CodeSystem/s4h-event-duration.codesystem

Packagesmart4health.eu.core
Resource TypeCodeSystem
Ids4h-event-duration.codesystem
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=smart4health.eu.core@0.5.2&canonical=http://fhir.smart4health.eu/CodeSystem/s4h-event-duration
URLhttp://fhir.smart4health.eu/CodeSystem/s4h-event-duration
Statusdraft
NameS4hEventDuration
DescriptionCode system for custom duration indications
CopyrightD4L data4life gGmbH,
Contentcomplete

Resources that use this resource

ValueSet
s4h-back-pain-durationS4hBackPainDuration

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "url": "http://fhir.smart4health.eu/CodeSystem/s4h-event-duration",
  "language": "en",
  "name": "S4hEventDuration",
  "status": "draft",
  "publisher": "D4L data4life gGmbH",
  "contact": [
    {
      "name": "D4L data4life gGmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.data4life.care"
        }
      ]
    }
  ],
  "description": "Code system for custom duration indications",
  "copyright": "D4L data4life gGmbH,",
  "content": "complete",
  "concept": [
    {
      "code": "el1mon",
      "display": "Since 2-3 weeks"
    },
    {
      "code": "ov1mon",
      "display": "More than 1 month"
    },
    {
      "code": "ov3mon",
      "display": "More than 3 months"
    },
    {
      "code": "ov1year",
      "display": "More than 1 year"
    }
  ]
}