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

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

Packagehl7.fhir.be.core-clinical
Resource TypeCodeSystem
Idbe-cs-problem-origin-type
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/core-clinical/https://build.fhir.org/ig/hl7-be/core-clinical/CodeSystem-be-cs-problem-origin-type.html
URLhttps://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-problem-origin-type
Version1.0.1
Statusactive
Date2021-01-10T10:59:49+00:00
NameBeCSProblemOriginType
TitleProblem Origin Type
Realmbe
Authorityhl7
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

Generated Narrative: CodeSystem be-cs-problem-origin-type

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

CodeDisplayDefinition
referral Referral orderFollowing a referral order
own-initiative Patient's own initiativeThe patient has arrived on their own initiative
counsel Advice or recommendation from another provider (no prescription)From an advice or recommendation of a health professional (without prescription)
other otherOther

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) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-problem-origin-type",
  "version": "1.0.1",
  "name": "BeCSProblemOriginType",
  "title": "Problem Origin Type",
  "status": "active",
  "experimental": false,
  "date": "2021-01-10T10:59:49+00:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be"
        },
        {
          "system": "email",
          "value": "message-structure@www.ehealth.fgov.be"
        }
      ]
    },
    {
      "name": "Message-Structure",
      "telecom": [
        {
          "system": "email",
          "value": "message-structure@www.ehealth.fgov.be",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Problem Origin Type",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 4,
  "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"
        }
      ]
    }
  ]
}