{
  "resourceType" : "CodeSystem",
  "id" : "be-cs-problem-origin-type",
  "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.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"
    },
    {
      "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"
    }]
  }],
  "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"
    }]
  }]
}