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

: Characteristic Codes ValueSet - JSON Representation

Draft as of 2024-04-08

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "CharacteristicCodeValueSet-IEHR",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-GroupCharacteristic-Code.html\"><code>http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code</code></a></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/30525-0/\">30525-0</a></td><td>Age</td></tr><tr><td><a href=\"https://loinc.org/72143-1/\">72143-1</a></td><td>Sex [HL7.v3]</td></tr><tr><td><a href=\"https://loinc.org/56816-2/\">56816-2</a></td><td>Patient location</td></tr><tr><td><a href=\"https://loinc.org/52471-0/\">52471-0</a></td><td>Medications</td></tr><tr><td><a href=\"https://loinc.org/75323-6/\">75323-6</a></td><td>Condition</td></tr></table></li></ul></div>"
  },
  "url" : "http://interopehrate.eu/fhir/ValueSet/CharacteristicCodeValueSet-IEHR",
  "version" : "1.0.0",
  "name" : "CharacteristicCodesValueSet",
  "title" : "Characteristic Codes ValueSet",
  "status" : "draft",
  "date" : "2024-04-08T11:24:04+00:00",
  "publisher" : "IEHR-Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/IEHR-Workgroup"
        }
      ]
    }
  ],
  "description" : "This ValueSet contains examples for the Group.characteristic codes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code"
      },
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "30525-0",
            "display" : "Age"
          },
          {
            "code" : "72143-1",
            "display" : "Sex [HL7.v3]"
          },
          {
            "code" : "56816-2",
            "display" : "Patient location"
          },
          {
            "code" : "52471-0",
            "display" : "Medications"
          },
          {
            "code" : "75323-6",
            "display" : "Condition"
          }
        ]
      }
    ]
  }
}