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-servation-associatedPrecondition.json

Raw JSON (canonical form)

Associated Precondition

{
  "resourceType": "ExtensionDefinition",
  "id": "hspc-core-observation-associatedPrecondition",
  "url": "http://hl7.org/fhir/Profile/hspc-core-observation-associatedPrecondition",
  "name": "Associated Precondition",
  "display": "associatedPrecondition",
  "publisher": "Health Level Seven, Inc. - CQI WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/special/committees/CQI"
        }
      ]
    }
  ],
  "description": "The condition, state, or problem that the patient is in or has prior to a therapy or procedure. This captures temporal (temporary circumstances) that have bearing on the data that it qualifies but will not necessarily modify its meaning. Things like \"after activity\", \"at rest\", or \"post-op\".",
  "status": "draft",
  "date": "2015-02-07",
  "contextType": "resource",
  "context": [
    "Observation"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Associated Precondition",
      "definition": "The condition, state, or problem that the patient is in or has prior to a therapy or procedure. This captures temporal (temporary circumstances) that have bearing on the data that it qualifies but will not necessarily modify its meaning. Things like \"after activity\", \"at rest\", or \"post-op\".",
      "min": 0,
      "max": "*",
      "type": [
        {
          "code": "CodeableConcept"
        }
      ]
    }
  ]
}

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.