|
| 1 | +{ |
| 2 | + "resourceType": "StructureDefinition", |
| 3 | + "id": "Operation-C4DIC", |
| 4 | + "url": "https://bfd.cms.gov/fhir/StructureDefinition/Operation-C4DIC", |
| 5 | + "name": "Operation-C4DIC", |
| 6 | + "status": "draft", |
| 7 | + "fhirVersion": "4.0.1", |
| 8 | + "kind": "logical", |
| 9 | + "abstract": true, |
| 10 | + "type": "Operation-C4DIC", |
| 11 | + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base", |
| 12 | + "derivation": "specialization", |
| 13 | + "differential": { |
| 14 | + "element": [ |
| 15 | + { |
| 16 | + "id": "Operation-C4DIC", |
| 17 | + "path": "Operation-C4DIC", |
| 18 | + "label": "IDR Operation-C4DIC Base. Ignore in DD Generation", |
| 19 | + "min": 1, |
| 20 | + "max": "1" |
| 21 | + }, |
| 22 | + { |
| 23 | + "id": "Operation-C4DIC.beneficiary", |
| 24 | + "path": "Operation-C4DIC.beneficiary", |
| 25 | + "label": "Beneficiary Information", |
| 26 | + "definition": "The beneficiary information for the C4DIC bundle", |
| 27 | + "min": 1, |
| 28 | + "max": "1", |
| 29 | + "type": [ |
| 30 | + { |
| 31 | + "code": "Beneficiary", |
| 32 | + "targetProfile": ["https://bfd.cms.gov/fhir/StructureDefinition/Beneficiary"] |
| 33 | + } |
| 34 | + ] |
| 35 | + }, |
| 36 | + { |
| 37 | + "id": "Operation-C4DIC.coverageArray", |
| 38 | + "path": "Operation-C4DIC.coverageArray", |
| 39 | + "label": "Coverage Array", |
| 40 | + "definition": "Array of Coverage-Base elements for different Medicare parts (A, B, C, D, DUAL)", |
| 41 | + "min": 1, |
| 42 | + "max": "*", |
| 43 | + "type": [ |
| 44 | + { |
| 45 | + "code": "Coverage-Base", |
| 46 | + "targetProfile": ["https://bfd.cms.gov/fhir/StructureDefinition/Coverage-Base"] |
| 47 | + } |
| 48 | + ] |
| 49 | + }, |
| 50 | + { |
| 51 | + "id": "Operation-C4DIC.lastUpdated", |
| 52 | + "path": "Operation-C4DIC.lastUpdated", |
| 53 | + "label": "Last Updated Time", |
| 54 | + "definition": "The time the C4DIC bundle was last updated", |
| 55 | + "min": 1, |
| 56 | + "max": "1", |
| 57 | + "type": [ |
| 58 | + { |
| 59 | + "code": "dateTime" |
| 60 | + } |
| 61 | + ] |
| 62 | + } |
| 63 | + ] |
| 64 | + } |
| 65 | +} |
0 commit comments