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 GroupCharacteristic - JSON Representation

Draft as of 2022-02-16

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "GroupCharacteristic-Code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code</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\">expected lifespan<a name=\"GroupCharacteristic-Code-expectedlifespan\"> </a></td><td>Expected lifespan</td><td>Characteristics with this code constrain the patients expected lifespan</td></tr><tr><td style=\"white-space:nowrap\">observation<a name=\"GroupCharacteristic-Code-observation\"> </a></td><td>Observation</td><td>Characteristics with this code constrain observations of the patient</td></tr><tr><td style=\"white-space:nowrap\">procedure<a name=\"GroupCharacteristic-Code-procedure\"> </a></td><td>Procedure</td><td>Characteristics with this code constrain procedures undertaken by the patient</td></tr><tr><td style=\"white-space:nowrap\">encounter<a name=\"GroupCharacteristic-Code-encounter\"> </a></td><td>Encounter</td><td>Characteristics with this code constrain encounters that the patient took part in</td></tr><tr><td style=\"white-space:nowrap\">test<a name=\"GroupCharacteristic-Code-test\"> </a></td><td>Test</td><td>Characteristics with this code define tests the patient must have completed</td></tr><tr><td style=\"white-space:nowrap\">consent<a name=\"GroupCharacteristic-Code-consent\"> </a></td><td>Consent</td><td>Characteristics with this code define the consent document the patient must have signed to</td></tr></table></div>"
  },
  "url" : "http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code",
  "version" : "1.0.0",
  "name" : "CharacteristicCodes",
  "title" : "Possible codes for GroupCharacteristic",
  "status" : "draft",
  "experimental" : true,
  "date" : "2022-02-16T11:03:45+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 in Group.characteristics",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "expected lifespan",
      "display" : "Expected lifespan",
      "definition" : "Characteristics with this code constrain the patients expected lifespan"
    },
    {
      "code" : "observation",
      "display" : "Observation",
      "definition" : "Characteristics with this code constrain observations of the patient"
    },
    {
      "code" : "procedure",
      "display" : "Procedure",
      "definition" : "Characteristics with this code constrain procedures undertaken by the patient"
    },
    {
      "code" : "encounter",
      "display" : "Encounter",
      "definition" : "Characteristics with this code constrain encounters that the patient took part in"
    },
    {
      "code" : "test",
      "display" : "Test",
      "definition" : "Characteristics with this code define tests the patient must have completed"
    },
    {
      "code" : "consent",
      "display" : "Consent",
      "definition" : "Characteristics with this code define the consent document the patient must have signed to"
    }
  ]
}