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

FHIR IG analytics

Packagebasisprofil.tiplu.de.r4.dev
Resource TypeStructureDefinition
IdStructureDefinition-Aufnahmegewicht.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=basisprofil.tiplu.de.r4.dev@1.0.1&canonical=https://tiplu.de/fhir/StructureDefinition/Aufnahmegewicht
URLhttps://tiplu.de/fhir/StructureDefinition/Aufnahmegewicht
Version1.0.0
Statusactive
NameAufnahmegewicht
TitleAufnahmegewicht
DescriptionDas Aufnahmegewicht ist in Gramm anzugeben und ist abrechnungsrelevant bei der Aufnahme von Kleinkindern.
CopyrightTiplu GmbH
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
TipluAbrechnungsfallTipluAbrechnungsfall

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "Aufnahmegewicht",
  "url": "https://tiplu.de/fhir/StructureDefinition/Aufnahmegewicht",
  "version": "1.0.0",
  "name": "Aufnahmegewicht",
  "title": "Aufnahmegewicht",
  "status": "active",
  "publisher": "Tiplu GmbH",
  "contact": [
    {
      "name": "Tiplu GmbH",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@tiplu.de"
        }
      ]
    }
  ],
  "description": "Das Aufnahmegewicht ist in Gramm anzugeben und ist abrechnungsrelevant bei der Aufnahme von Kleinkindern.",
  "copyright": "Tiplu GmbH",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Account"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Aufnahmegewicht",
        "definition": "Das Aufnahmegewicht ist in Gramm anzugeben und ist abrechnungsrelevant bei der Aufnahme von Kleinkindern."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://tiplu.de/fhir/StructureDefinition/Aufnahmegewicht"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "integer"
          }
        ]
      }
    ]
  }
}