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

FHIR IG Statistics: StructureDefinition/NRHSelbstbeobachtung

Packagede.nichtraucherhelden.export
Resource TypeStructureDefinition
IdNRHSelbstbeobachtung
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nichtraucherhelden.export@1.0.0&canonical=https://nichtraucherhelden.de/fhir/StructureDefinition/NRHSelbstbeobachtung
URLhttps://nichtraucherhelden.de/fhir/StructureDefinition/NRHSelbstbeobachtung
Version1.0
Statusactive
Date2021-04-15
NameNRHSelbstbeobachtung
TitleObservation-Profile der DiGa "NichtraucherHelden.de" zur Repräsentation der Selbstbeobachtung des Rauchverhaltens
CopyrightNichtraucherHelden GmbH
TypeObservation
Kindresource

Resources that use this resource

StructureDefinition
NRHCompositionStrukturiertes Export-Dokument

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "NRHSelbstbeobachtung",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Clinical.Diagnostics"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "https://nichtraucherhelden.de/fhir/StructureDefinition/NRHSelbstbeobachtung",
  "version": "1.0",
  "name": "NRHSelbstbeobachtung",
  "title": "Observation-Profile der DiGa "NichtraucherHelden.de" zur Repräsentation der Selbstbeobachtung des Rauchverhaltens",
  "status": "active",
  "experimental": false,
  "date": "2021-04-15",
  "publisher": "NichtraucherHelden GmbH",
  "copyright": "NichtraucherHelden GmbH",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "patternCode": "final",
        "mustSupport": true
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding",
        "path": "Observation.category.coding",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "code": "activity",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Activity"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "code": "230056004",
          "system": "http://snomed.info/sct",
          "display": "Cigarette consumption (observable entity)"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.subject.reference",
        "path": "Observation.subject.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.valueQuantity",
        "path": "Observation.valueQuantity",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.valueQuantity.value",
        "path": "Observation.valueQuantity.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.valueQuantity.unit",
        "path": "Observation.valueQuantity.unit",
        "min": 1,
        "patternString": "Zigaretten (Stück)",
        "mustSupport": true
      },
      {
        "id": "Observation.valueQuantity.system",
        "path": "Observation.valueQuantity.system",
        "min": 1,
        "patternUri": "http://unitsofmeasure.org",
        "mustSupport": true
      },
      {
        "id": "Observation.valueQuantity.code",
        "path": "Observation.valueQuantity.code",
        "min": 1,
        "patternCode": "{Zigaretten}",
        "mustSupport": true
      },
      {
        "id": "Observation.note",
        "path": "Observation.note",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.note.text",
        "path": "Observation.note.text",
        "mustSupport": true
      }
    ]
  }
}