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 the Function Extension - JSON Representation

Draft as of 2022-01-28

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "Function-Codes-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/Function-Codes-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\">ageFromDate<a name=\"Function-Codes-IEHR-ageFromDate\"> </a></td><td>AgeFromDate</td><td>The Function returns the age of the patient at the time the resource was created. The age is computed from the birthdate of the patient and the creation date of the resource</td></tr><tr><td style=\"white-space:nowrap\">count<a name=\"Function-Codes-IEHR-count\"> </a></td><td>Count</td><td>The Function returns the number of matching resources, but not the resources</td></tr><tr><td style=\"white-space:nowrap\">data<a name=\"Function-Codes-IEHR-data\"> </a></td><td>Data</td><td>The Function removes the text element from the returned resource</td></tr><tr><td style=\"white-space:nowrap\">summary<a name=\"Function-Codes-IEHR-summary\"> </a></td><td>Summary</td><td>The Function returns only the attributes of the resource that are marked as summary in the resources StructureDefinition</td></tr><tr><td style=\"white-space:nowrap\">element<a name=\"Function-Codes-IEHR-element\"> </a></td><td>Element</td><td>The Function returns only the attributes of the resource that are specified in the parameters</td></tr></table></div>"
  },
  "url" : "http://interopehrate.eu/fhir/CodeSystem/Function-Codes-IEHR",
  "version" : "1.0.0",
  "name" : "FunctionCode",
  "title" : "Possible codes for the Function Extension",
  "status" : "draft",
  "experimental" : true,
  "date" : "2022-01-28T12:24:32+01:00",
  "publisher" : "IEHR-Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/IEHR-Workgroup"
        }
      ]
    }
  ],
  "description" : "This CodeSystem contains the possible functions that can be used in the function extension",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "ageFromDate",
      "display" : "AgeFromDate",
      "definition" : "The Function returns the age of the patient at the time the resource was created. The age is computed from the birthdate of the patient and the creation date of the resource"
    },
    {
      "code" : "count",
      "display" : "Count",
      "definition" : "The Function returns the number of matching resources, but not the resources"
    },
    {
      "code" : "data",
      "display" : "Data",
      "definition" : "The Function removes the text element from the returned resource"
    },
    {
      "code" : "summary",
      "display" : "Summary",
      "definition" : "The Function returns only the attributes of the resource that are marked as summary in the resources StructureDefinition"
    },
    {
      "code" : "element",
      "display" : "Element",
      "definition" : "The Function returns only the attributes of the resource that are specified in the parameters"
    }
  ]
}