{
  "resourceType": "StructureDefinition",
  "id": "rendered-value",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/rendered-value",
  "version": "4.0.0",
  "name": "RenderedValue",
  "title": "渲染值",
  "status": "draft",
  "date": "2013-12-05",
  "publisher": "Health Level Seven International (FHIR Infrastructure)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "提供另一种显示方式，以便满足易读性、保密性等要求。例如，敏感标识符（如银行卡号）部分被星号遮盖；将日期格式MM-dd-yyyy显示为yyyy年MM月dd日等。",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Identifier.value"
    },
    {
      "type": "element",
      "expression": "date"
    },
    {
      "type": "element",
      "expression": "dateTime"
    },
    {
      "type": "element",
      "expression": "time"
    },
    {
      "type": "element",
      "expression": "instant"
    },
    {
      "type": "element",
      "expression": "integer"
    },
    {
      "type": "element",
      "expression": "decimal"
    },
    {
      "type": "element",
      "expression": "string"
    },
    {
      "type": "element",
      "expression": "code"
    },
    {
      "type": "element",
      "expression": "canonical"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "易读的显示的内容（如果默认设置不合适）",
        "definition": "Identifier.value, date, dateTime, time, instant, integer, decimal, string, code ,canonical数据类型的值提供另一种显示方式，以便满足易读性、保密性等要求。例如，敏感标识符（如银行卡号）部分被星号遮盖；将日期格式MM-dd-yyyy显示为yyyy年MM月dd日等。",
        "comment": "在某些情况下，可能看到了此扩展但却看不到值。例如，由于权限不足而造成的内容屏蔽。在不同的领域呈现出的内容可能不同（例如，在呈现数字时可能使用\",\"分隔符，也可能使用\",\"。）。",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/rendered-value"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}