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-uslabcc-practitioner.json

Raw JSON (canonical form)

Copy to practitioner

{
  "resourceType": "ExtensionDefinition",
  "id": "uslabcc-practitioner",
  "url": "http://hl7.org/fhir/ExtensionDefinition/uslabcc-practitioner",
  "name": "Copy to practitioner",
  "display": "CC",
  "publisher": "HL7 International - Orders and Observations WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "Non-ordering practitioner, to whom the orderer instructs the recipient to send the results of the request.",
  "status": "draft",
  "date": "2014-11-17",
  "contextType": "resource",
  "context": [
    "DiagnosticOrder"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Copy to practitioner",
      "definition": "Non-ordering practitioner, to whom the orderer instructs the recipient to send the results of the request.",
      "comments": "create type for each resource.",
      "min": 0,
      "max": "*",
      "type": [
        {
          "code": "Reference",
          "profile": "http://hl7.org/fhir/Profile/Practitioner"
        }
      ]
    }
  ]
}

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.