RareLink Implementation Guide
2.0.0 - 2.0.0

RareLink Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Temporal Pattern Value Set - JSON Representation

Draft as of 2025-05-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "temporal-pattern-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet temporal-pattern-vs</b></p><a name=\"temporal-pattern-vs\"> </a><a name=\"hctemporal-pattern-vs\"> </a><a name=\"temporal-pattern-vs-en-US\"> </a><ul><li>Include these codes as defined in <code>http://purl.obolibrary.org/obo/hp.owl</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>HP:0011009</td><td>Acute</td></tr><tr><td>HP:0011010</td><td>Chronic</td></tr><tr><td>HP:0031914</td><td>Fluctuating</td></tr><tr><td>HP:0025297</td><td>Prolonged</td></tr><tr><td>HP:0031796</td><td>Recurrent</td></tr><tr><td>HP:0031915</td><td>Stable</td></tr><tr><td>HP:0011011</td><td>Subacute</td></tr><tr><td>HP:0025153</td><td>Transient</td></tr></table></li></ul></div>"
  },
  "url" : "https://rarelink.bih-charite.de/fhir/ValueSet/temporal-pattern-vs",
  "version" : "2.0.0",
  "name" : "TemporalPatternVS",
  "title" : "Temporal Pattern Value Set",
  "status" : "draft",
  "date" : "2025-05-12T08:03:20+00:00",
  "publisher" : "Berlin Institute of Health - Charité Universitätsmedizin Berlin",
  "contact" : [
    {
      "name" : "Berlin Institute of Health - Charité Universitätsmedizin Berlin",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/BIH-CEI/RareLink"
        },
        {
          "system" : "email",
          "value" : "adam.graefe@charite.de"
        }
      ]
    }
  ],
  "description" : "Value set for capturing the temporal pattern of phenotypic features.",
  "compose" : {
    "include" : [
      {
        "system" : "http://purl.obolibrary.org/obo/hp.owl",
        "concept" : [
          {
            "code" : "HP:0011009",
            "display" : "Acute"
          },
          {
            "code" : "HP:0011010",
            "display" : "Chronic"
          },
          {
            "code" : "HP:0031914",
            "display" : "Fluctuating"
          },
          {
            "code" : "HP:0025297",
            "display" : "Prolonged"
          },
          {
            "code" : "HP:0031796",
            "display" : "Recurrent"
          },
          {
            "code" : "HP:0031915",
            "display" : "Stable"
          },
          {
            "code" : "HP:0011011",
            "display" : "Subacute"
          },
          {
            "code" : "HP:0025153",
            "display" : "Transient"
          }
        ]
      }
    ]
  }
}