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

Extension-additionaltimevalue.json

Raw JSON (canonical form)

Additional time results

{
  "resourceType": "ExtensionDefinition",
  "id": "additionaltimevalue",
  "url": "http://hl7.org/fhir/ExtensionDefinition/additionaltimevalue",
  "name": "Additional time results",
  "publisher": "HL7 International - Orders and Observations WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "This extension is used when there are multiple result values for a single Observation Resource.  The first result for this observation is the value[x] element and any additional time results for this observation will go here.",
  "status": "draft",
  "date": "2014-09-20",
  "contextType": "resource",
  "context": [
    "Observation"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Additional time results",
      "definition": "This extension is used when there are multiple result values for a single Observation Resource.  The first result for this observation is the value[x] element and any additional time results for this observation will go here.",
      "comments": "Having a single value for each Observation Resource is preferred.",
      "min": 0,
      "max": "*",
      "type": [
        {
          "code": "time"
        }
      ]
    }
  ]
}

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.