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

FHIR IG Statistics: StructureDefinition/be-addiction

Packagerobin.gittest
Resource TypeStructureDefinition
Idbe-addiction
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=robin.gittest@1.1.22-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-addiction
URLhttps://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-addiction
Version0.1.0
Statusdraft
Date2021-01-10T10:59:49+00:00
NameBeAddiction
TitleBEAddiction
DescriptionA record of a patient's known, suspected or resolved addiction. This represents the addiction condition, not an addiction-related event or observation.
TypeCondition
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
be-ext-addiction-quantifierBeExtAddictionQuantifier
be-patientBePatient
be-practitionerBePractitioner
be-practitionerroleBePractitionerRole
ValueSet
be-vs-addiction-categoryAddiction Category
be-vs-addiction-codeAddiction Code

Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
..Condition0..*ConditionDetailed information about conditions, problems or diagnoses
...extension0..*ExtensionExtension
Slice: Unordered, Open by value:url
...be-ext-addiction-quantifierS0..1RatioExtension
URL: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-addiction-quantifier
...identifierS0..*IdentifierExternal Ids for this condition
...clinicalStatusS0..1CodeableConceptThe clinical status of the addiction - whether it is active, resolved...
...verificationStatusS0..1CodeableConceptThe verification status of the addiction - whether it is suspected, confirmed, etc.
...categoryS1..*CodeableConceptThe category of addiction, e.g. gaming, social, or substance addiction...
Binding: Addiction Category (extensible)
...codeS1..1CodeableConceptThe specific addiction substance
Binding: Addiction Code (extensible)
...bodySite0..0
...subjectS1..1Reference(BePatient)The person that has/had the addiction
...onset[x]0..1dateTime, Age, Period, Range, stringThe time, event or period when the addiction started. If it's a period, this is the period in which the addiction appeared, not how long the addiction lasted.
...abatement[x]0..1dateTime, Age, Period, Range, stringThe time, event or period when the addiction ended.
...recordedDate0..1dateTimeThe date when the addiction was first recorded
...recorderS0..1Reference(BePractitioner | BePractitionerRole | BePatient)The person that first recorded the addiction
...asserterS0..1Reference(BePractitioner | BePractitionerRole | BePatient | RelatedPerson)The person that asserted or informed about the addiction.

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "be-addiction",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Clinical.Summary"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-addiction",
  "version": "0.1.0",
  "name": "BeAddiction",
  "title": "BEAddiction",
  "status": "draft",
  "date": "2021-01-10T10:59:49+00:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be"
        }
      ]
    },
    {
      "name": "Message structure",
      "telecom": [
        {
          "system": "email",
          "value": "message-structure@ehealth.fgov.be"
        }
      ]
    }
  ],
  "description": "A record of a patient's known,  suspected or resolved addiction. This represents the addiction condition, not an addiction-related event or observation.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "056"
        },
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE"
        }
      ]
    }
  ],
  "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": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.extension",
        "path": "Condition.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Condition.extension:AddictionQuantifier",
        "path": "Condition.extension",
        "sliceName": "AddictionQuantifier",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-addiction-quantifier"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Condition.identifier",
        "path": "Condition.identifier",
        "mustSupport": true
      },
      {
        "id": "Condition.clinicalStatus",
        "path": "Condition.clinicalStatus",
        "short": "The clinical status of the addiction - whether it is active, resolved...",
        "mustSupport": true
      },
      {
        "id": "Condition.verificationStatus",
        "path": "Condition.verificationStatus",
        "short": "The verification status of the addiction - whether it is suspected, confirmed, etc.",
        "mustSupport": true
      },
      {
        "id": "Condition.category",
        "path": "Condition.category",
        "short": "The category of addiction, e.g. gaming, social, or substance addiction...",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-addiction-category"
        }
      },
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "short": "The specific addiction substance",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-addiction-code"
        }
      },
      {
        "id": "Condition.bodySite",
        "path": "Condition.bodySite",
        "max": "0"
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "short": "The person that has/had the addiction",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Condition.onset[x]",
        "path": "Condition.onset[x]",
        "short": "The time, event or period when the addiction started. If it's a period, this is the period in which the addiction appeared, not how long the addiction lasted."
      },
      {
        "id": "Condition.abatement[x]",
        "path": "Condition.abatement[x]",
        "short": "The time, event or period when the addiction ended."
      },
      {
        "id": "Condition.recordedDate",
        "path": "Condition.recordedDate",
        "short": "The date when the addiction was first recorded"
      },
      {
        "id": "Condition.recorder",
        "path": "Condition.recorder",
        "short": "The person that first recorded the addiction",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner",
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole",
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Condition.asserter",
        "path": "Condition.asserter",
        "short": "The person that asserted or informed about the addiction.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner",
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole",
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}