FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.schuleingangsuntersuchung
Resource TypeCodeSystem
IdCodeSystem-entwicklung-cs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.schuleingangsuntersuchung@1.0.0-ballot&canonical=https://www.oegd.de/fhir/seu/CodeSystem/entwicklung-cs
URLhttps://www.oegd.de/fhir/seu/CodeSystem/entwicklung-cs
Statusdraft
NameEntwicklungCS
TitleCodeSystem für Entwicklung
DescriptionDieses CodeSystem klassifiziert den Zeitpunkt der Entwicklung: 'bis zum 4. Lebensjahr' und 'später'.
Contentcomplete

Resources that use this resource

ValueSet
entwicklung-vsValueSet für Entwicklung

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "EntwicklungCS",
  "id": "entwicklung-cs",
  "title": "CodeSystem für Entwicklung",
  "description": "Dieses CodeSystem klassifiziert den Zeitpunkt der Entwicklung: 'bis zum 4. Lebensjahr' und 'später'.",
  "url": "https://www.oegd.de/fhir/seu/CodeSystem/entwicklung-cs",
  "concept": [
    {
      "code": "bis_zum_4",
      "display": "bis zum 4. Lebensjahr"
    },
    {
      "code": "spaeter",
      "display": "später"
    }
  ],
  "count": 2
}