Research Data Sharing IG
1.0.0 - CI Build International flag

Research Data Sharing IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/research-data-sharing/ and changes regularly. See the Directory of published versions

: Possible codes for Coding-IEHR - JSON Representation

Draft as of 2022-02-21

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "CodingOperator-IEHR",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://interopehrate.eu/fhir/CodeSystem/CodingOperator-IEHR</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">startsWith<a name=\"CodingOperator-IEHR-startsWith\"> </a></td><td>StartsWith</td><td>The Coding describes all codes in the specified system, that start with the specified code</td></tr><tr><td style=\"white-space:nowrap\">exact<a name=\"CodingOperator-IEHR-exact\"> </a></td><td>Exact</td><td>The Coding only describes the codes in the specified system, that are exactly the specified code</td></tr></table></div>"
  },
  "url" : "http://interopehrate.eu/fhir/CodeSystem/CodingOperator-IEHR",
  "version" : "1.0.0",
  "name" : "CodingOperatorCodeSystemIEHR",
  "title" : "Possible codes for Coding-IEHR",
  "status" : "draft",
  "experimental" : true,
  "date" : "2022-02-21T12:52:43+01:00",
  "publisher" : "IEHR-Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/IEHR-Workgroup"
        }
      ]
    }
  ],
  "description" : "This CodeSystem contains possible codes that can be used as operators in Codings",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "startsWith",
      "display" : "StartsWith",
      "definition" : "The Coding describes all codes in the specified system, that start with the specified code"
    },
    {
      "code" : "exact",
      "display" : "Exact",
      "definition" : "The Coding only describes the codes in the specified system, that are exactly the specified code"
    }
  ]
}