<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Health Indicators Range Value - JSON Representation

Draft as of 2024-09-11

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "HealthIndicatorRangeCS",
  "meta" : {
    "lastUpdated" : "2024-07-31T09:29:23.356+11:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem HealthIndicatorRangeCS</b></p><a name=\"HealthIndicatorRangeCS\"> </a><a name=\"hcHealthIndicatorRangeCS\"> </a><a name=\"HealthIndicatorRangeCS-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2024-07-31 09:29:23+1100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>https://fhir.medicaia.ar/CodeSystem/HealthIndicatorRangeCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"HealthIndicatorRangeCS-1\"> </a></td><td>Very Poor</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"HealthIndicatorRangeCS-2\"> </a></td><td>Poor</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"HealthIndicatorRangeCS-3\"> </a></td><td>Fair</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"HealthIndicatorRangeCS-4\"> </a></td><td>Good</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"HealthIndicatorRangeCS-5\"> </a></td><td>Excellent</td></tr></table></div>"
  },
  "url" : "https://fhir.medicaia.ar/CodeSystem/HealthIndicatorRangeCS",
  "version" : "0.1.3",
  "name" : "HealthIndicatorRangeCS",
  "title" : "Health Indicators Range Value",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-11",
  "publisher" : "Zentricx",
  "contact" : [
    {
      "name" : "Zentricx",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://zentricx.com"
        }
      ]
    }
  ],
  "description" : "CodeSystem representing health indicator values from 1 (lowest) to 5 (highest). [ES: Indicador del estado de salud siendo 1 (Muy pobre) y 5 (Excelente)]",
  "copyright" : "Zentricx 2024+",
  "caseSensitive" : true,
  "valueSet" : "https://fhir.medicaia.ar/ValueSet/HealthIndicatorRangeVS",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "1",
      "display" : "Very Poor"
    },
    {
      "code" : "2",
      "display" : "Poor"
    },
    {
      "code" : "3",
      "display" : "Fair"
    },
    {
      "code" : "4",
      "display" : "Good"
    },
    {
      "code" : "5",
      "display" : "Excellent"
    }
  ]
}