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

FHIR IG Statistics: CodeSystem/be-cs-problem-origin-type

Packageehealthplatform.be.r4.federalprofiles
TypeCodeSystem
Idbe-cs-problem-origin-type
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.3.3-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-problem-origin-type
URLhttps://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-problem-origin-type
Version1.0.0
Statusactive
Date2021-01-10T10:59:49+00:00
NameBeCSProblemOriginType
TitleProblem Origin Type
DescriptionProblem Origin Type
Contentcomplete

Resources that use this resource

ValueSet
be-vs-problem-origin-typeProblem Origin Type

Resources that this resource uses

No resources found


Narrative

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

This code system https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-problem-origin-type defines the following codes:

CodeDisplayDefinition
referralReferral orderFollowing a referral order
own-initiativePatient's own initiativeThe patient has arrived on their own initiative
counselAdvice or recommendation from another provider (no prescription)From an advice or recommendation of a health professional (without prescription)
otherotherOther

Additional Language Displays

CodeFrench (Belgium) (fr)Nederlands (Belgiƫ) (Dutch (Belgium), nl)
referralprescription de renvoiverwijsvoorschrift
own-initiativelibreOp eigen initiatief
counselconseildoorverwijzing
otherautreandere

Source

{
  "resourceType": "CodeSystem",
  "id": "be-cs-problem-origin-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-problem-origin-type",
  "version": "1.0.0",
  "name": "BeCSProblemOriginType",
  "title": "Problem Origin Type",
  "status": "active",
  "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": "Problem Origin Type",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "056"
        },
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE"
        }
      ]
    }
  ],
  "content": "complete",
  "concept": [
    {
      "code": "referral",
      "display": "Referral order",
      "definition": "Following a referral order",
      "designation": [
        {
          "language": "fr-BE",
          "value": "prescription de renvoi"
        },
        {
          "language": "nl-BE",
          "value": "verwijsvoorschrift"
        }
      ]
    },
    {
      "code": "own-initiative",
      "display": "Patient's own initiative",
      "definition": "The patient has arrived on their own initiative",
      "designation": [
        {
          "language": "fr-BE",
          "value": "libre"
        },
        {
          "language": "nl-BE",
          "value": "Op eigen initiatief"
        }
      ]
    },
    {
      "code": "counsel",
      "display": "Advice or recommendation from another provider (no prescription)",
      "definition": "From an advice or recommendation of a health professional (without prescription)",
      "designation": [
        {
          "language": "fr-BE",
          "value": "conseil"
        },
        {
          "language": "nl-BE",
          "value": "doorverwijzing"
        }
      ]
    },
    {
      "code": "other",
      "display": "other",
      "definition": "Other",
      "designation": [
        {
          "language": "fr-BE",
          "value": "autre"
        },
        {
          "language": "nl-BE",
          "value": "andere"
        }
      ]
    }
  ]
}