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-medication-usualRoute.json

Raw JSON (canonical form)

Usual Route

{
  "resourceType": "ExtensionDefinition",
  "id": "medication-usualRoute",
  "url": "http://hl7.org/fhir/ExtensionDefinition/medication-usualRoute",
  "name": "Usual Route",
  "display": "usualRoute",
  "publisher": "Health Level Seven, Inc. - FHIR WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "HL7"
        }
      ]
    }
  ],
  "description": "The usual route of this form.",
  "status": "draft",
  "date": "2015-02-19",
  "contextType": "resource",
  "context": [
    "Medication.product.usualRoute"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Usual Route",
      "definition": "The usual route of this form.",
      "min": 0,
      "max": "1",
      "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.