2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R3 R2

Extension-valueset-comment.json

Raw JSON (canonical form)

Human-specified notes and other documentation

{
  "resourceType": "ExtensionDefinition",
  "id": "valueset-comment",
  "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-comment",
  "name": "Human-specified notes and other documentation",
  "publisher": "HL7",
  "description": "Each comment is a time-stamped entry of arbitrary length that is not editable except by anyone in the author group.",
  "status": "draft",
  "date": "2015-02-23T09:07:27+11:00",
  "contextType": "resource",
  "context": [
    "ValueSet"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Human-specified notes and other documentation",
      "definition": "Each comment is a time-stamped entry of arbitrary length that is not editable except by anyone in the author group.",
      "min": 0,
      "max": "*"
    },
    {
      "path": "Extension.content",
      "short": "Remarks or other text",
      "definition": "Comments created about the value set.",
      "min": 1,
      "max": "1",
      "type": [
        {
          "code": "string"
        }
      ]
    },
    {
      "path": "Extension.timestamp",
      "short": "When the comment was created",
      "definition": "Time the comment was recorded.",
      "min": 1,
      "max": "1",
      "type": [
        {
          "code": "instant"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.