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-cda-inFulFillmentOf.json

Raw JSON (canonical form)

CDA In Fulfillment of

{
  "resourceType": "ExtensionDefinition",
  "id": "cda-inFulFillmentOf",
  "meta": {
    "lastUpdated": "2014-11-05T20:31:00Z"
  },
  "url": "http://hl7.org/fhir/ExtensionDefinition/cda-inFulFillmentOf",
  "name": "CDA In Fulfillment of",
  "publisher": "HL7 FHIR Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "Standard Profile for CDA R2 on FHIR",
  "status": "draft",
  "date": "2014-11-05",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM"
    }
  ],
  "contextType": "resource",
  "context": [
    "Composition"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Indicates an order that this document is created to fulfill",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "Reference",
          "profile": "#inFulFillmentOfDiagnosticOrder"
        }
      ]
    }
  ]
}

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.