|
| 1 | +{ |
| 2 | + "resourceType": "StructureDefinition", |
| 3 | + "id": "example-notebook", |
| 4 | + "url": "http://example.org/fhir/StructureDefinition/ExampleNotebook", |
| 5 | + "version": "0.0.1", |
| 6 | + "name": "ExampleNotebook", |
| 7 | + "title": "Example Notebook Logical Model", |
| 8 | + "status": "draft", |
| 9 | + "date": "2024-01-01", |
| 10 | + "publisher": "Atomic Example Studio", |
| 11 | + "description": "Logical resource showcasing a simple notebook record with fields used in examples.", |
| 12 | + "fhirVersion": "4.0.1", |
| 13 | + "kind": "logical", |
| 14 | + "abstract": false, |
| 15 | + "type": "ExampleNotebook", |
| 16 | + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource", |
| 17 | + "derivation": "specialization", |
| 18 | + "snapshot": { |
| 19 | + "element": [ |
| 20 | + { |
| 21 | + "id": "ExampleNotebook", |
| 22 | + "path": "ExampleNotebook", |
| 23 | + "short": "Example logical notebook resource", |
| 24 | + "definition": "A lightweight notebook entry capturing author, title, and content.", |
| 25 | + "min": 0, |
| 26 | + "max": "*", |
| 27 | + "type": [ |
| 28 | + { |
| 29 | + "code": "DomainResource" |
| 30 | + } |
| 31 | + ] |
| 32 | + }, |
| 33 | + { |
| 34 | + "id": "ExampleNotebook.identifier", |
| 35 | + "path": "ExampleNotebook.identifier", |
| 36 | + "min": 1, |
| 37 | + "max": "1", |
| 38 | + "short": "Unique identifier for the notebook entry", |
| 39 | + "type": [ |
| 40 | + { |
| 41 | + "code": "Identifier" |
| 42 | + } |
| 43 | + ] |
| 44 | + }, |
| 45 | + { |
| 46 | + "id": "ExampleNotebook.title", |
| 47 | + "path": "ExampleNotebook.title", |
| 48 | + "min": 1, |
| 49 | + "max": "1", |
| 50 | + "short": "Human readable title", |
| 51 | + "type": [ |
| 52 | + { |
| 53 | + "code": "string" |
| 54 | + } |
| 55 | + ] |
| 56 | + }, |
| 57 | + { |
| 58 | + "id": "ExampleNotebook.author", |
| 59 | + "path": "ExampleNotebook.author", |
| 60 | + "min": 1, |
| 61 | + "max": "1", |
| 62 | + "short": "Reference to the author of the notebook entry", |
| 63 | + "type": [ |
| 64 | + { |
| 65 | + "code": "Reference", |
| 66 | + "targetProfile": [ |
| 67 | + "http://hl7.org/fhir/StructureDefinition/Practitioner", |
| 68 | + "http://hl7.org/fhir/StructureDefinition/Patient" |
| 69 | + ] |
| 70 | + } |
| 71 | + ] |
| 72 | + }, |
| 73 | + { |
| 74 | + "id": "ExampleNotebook.content", |
| 75 | + "path": "ExampleNotebook.content", |
| 76 | + "min": 1, |
| 77 | + "max": "1", |
| 78 | + "short": "Markdown content of the notebook entry", |
| 79 | + "type": [ |
| 80 | + { |
| 81 | + "code": "markdown" |
| 82 | + } |
| 83 | + ] |
| 84 | + }, |
| 85 | + { |
| 86 | + "id": "ExampleNotebook.tag", |
| 87 | + "path": "ExampleNotebook.tag", |
| 88 | + "min": 0, |
| 89 | + "max": "*", |
| 90 | + "short": "User defined tags", |
| 91 | + "type": [ |
| 92 | + { |
| 93 | + "code": "Coding" |
| 94 | + } |
| 95 | + ] |
| 96 | + } |
| 97 | + ] |
| 98 | + }, |
| 99 | + "differential": { |
| 100 | + "element": [ |
| 101 | + { |
| 102 | + "id": "ExampleNotebook", |
| 103 | + "path": "ExampleNotebook", |
| 104 | + "short": "Example logical notebook resource", |
| 105 | + "definition": "A lightweight notebook entry capturing author, title, and content.", |
| 106 | + "min": 0, |
| 107 | + "max": "*" |
| 108 | + }, |
| 109 | + { |
| 110 | + "id": "ExampleNotebook.identifier", |
| 111 | + "path": "ExampleNotebook.identifier", |
| 112 | + "min": 1, |
| 113 | + "max": "1", |
| 114 | + "short": "Unique identifier for the notebook entry", |
| 115 | + "type": [ |
| 116 | + { |
| 117 | + "code": "Identifier" |
| 118 | + } |
| 119 | + ] |
| 120 | + }, |
| 121 | + { |
| 122 | + "id": "ExampleNotebook.title", |
| 123 | + "path": "ExampleNotebook.title", |
| 124 | + "min": 1, |
| 125 | + "max": "1", |
| 126 | + "short": "Human readable title", |
| 127 | + "type": [ |
| 128 | + { |
| 129 | + "code": "string" |
| 130 | + } |
| 131 | + ] |
| 132 | + }, |
| 133 | + { |
| 134 | + "id": "ExampleNotebook.author", |
| 135 | + "path": "ExampleNotebook.author", |
| 136 | + "min": 1, |
| 137 | + "max": "1", |
| 138 | + "short": "Reference to the author", |
| 139 | + "type": [ |
| 140 | + { |
| 141 | + "code": "Reference", |
| 142 | + "targetProfile": [ |
| 143 | + "http://hl7.org/fhir/StructureDefinition/Practitioner", |
| 144 | + "http://hl7.org/fhir/StructureDefinition/Patient" |
| 145 | + ] |
| 146 | + } |
| 147 | + ] |
| 148 | + }, |
| 149 | + { |
| 150 | + "id": "ExampleNotebook.content", |
| 151 | + "path": "ExampleNotebook.content", |
| 152 | + "min": 1, |
| 153 | + "max": "1", |
| 154 | + "short": "Markdown content of the notebook entry", |
| 155 | + "type": [ |
| 156 | + { |
| 157 | + "code": "markdown" |
| 158 | + } |
| 159 | + ] |
| 160 | + }, |
| 161 | + { |
| 162 | + "id": "ExampleNotebook.tag", |
| 163 | + "path": "ExampleNotebook.tag", |
| 164 | + "min": 0, |
| 165 | + "max": "*", |
| 166 | + "short": "User defined tags", |
| 167 | + "type": [ |
| 168 | + { |
| 169 | + "code": "Coding" |
| 170 | + } |
| 171 | + ] |
| 172 | + } |
| 173 | + ] |
| 174 | + } |
| 175 | +} |
0 commit comments