-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontext.jsonld
595 lines (595 loc) · 44.5 KB
/
context.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
{
"@context": {
"Account": "https://smartdatamodels.org/dataModel.Hl7/Account",
"Citation": "https://smartdatamodels.org/dataModel.Hl7/Citation",
"Claim": "https://smartdatamodels.org/dataModel.Hl7/Claim",
"Immunization": "https://smartdatamodels.org/dataModel.Hl7/Immunization",
"Medication": "https://smartdatamodels.org/dataModel.Hl7/Medication",
"MedicationAdministration": "https://smartdatamodels.org/dataModel.Hl7/MedicationAdministration",
"Organization": "https://smartdatamodels.org/dataModel.Hl7/Organization",
"Patient": "https://smartdatamodels.org/dataModel.Hl7/Patient",
"Practitioner": "https://smartdatamodels.org/dataModel.Hl7/Practitioner",
"_accessionNumber": "https://smartdatamodels.org/dataModel.Hl7/_accessionNumber",
"_active": "https://smartdatamodels.org/dataModel.Hl7/_active",
"_actual": "https://smartdatamodels.org/dataModel.Hl7/_actual",
"_alias": "https://smartdatamodels.org/dataModel.Hl7/_alias",
"_approvalDate": "https://smartdatamodels.org/dataModel.Hl7/_approvalDate",
"_articleDate": "https://smartdatamodels.org/dataModel.Hl7/_articleDate",
"_asNeededBoolean": "https://smartdatamodels.org/dataModel.Hl7/_asNeededBoolean",
"_authorString": "https://smartdatamodels.org/dataModel.Hl7/_authorString",
"_birthDate": "https://smartdatamodels.org/dataModel.Hl7/_birthDate",
"_businessArrangement": "https://smartdatamodels.org/dataModel.Hl7/_businessArrangement",
"_careTeamSequence": "https://smartdatamodels.org/dataModel.Hl7/_careTeamSequence",
"_citation": "https://smartdatamodels.org/dataModel.Hl7/_citation",
"_city": "https://smartdatamodels.org/dataModel.Hl7/_city",
"_classifierCopyright": "https://smartdatamodels.org/dataModel.Hl7/_classifierCopyright",
"_code": "https://smartdatamodels.org/dataModel.Hl7/_code",
"_collectiveName": "https://smartdatamodels.org/dataModel.Hl7/_collectiveName",
"_comparator": "https://smartdatamodels.org/dataModel.Hl7/_comparator",
"_complete": "https://smartdatamodels.org/dataModel.Hl7/_complete",
"_contentType": "https://smartdatamodels.org/dataModel.Hl7/_contentType",
"_copyright": "https://smartdatamodels.org/dataModel.Hl7/_copyright",
"_correspondingContact": "https://smartdatamodels.org/dataModel.Hl7/_correspondingContact",
"_count": "https://smartdatamodels.org/dataModel.Hl7/_count",
"_countMax": "https://smartdatamodels.org/dataModel.Hl7/_countMax",
"_country": "https://smartdatamodels.org/dataModel.Hl7/_country",
"_created": "https://smartdatamodels.org/dataModel.Hl7/_created",
"_creation": "https://smartdatamodels.org/dataModel.Hl7/_creation",
"_currency": "https://smartdatamodels.org/dataModel.Hl7/_currency",
"_data": "https://smartdatamodels.org/dataModel.Hl7/_data",
"_date": "https://smartdatamodels.org/dataModel.Hl7/_date",
"_dateAccessed": "https://smartdatamodels.org/dataModel.Hl7/_dateAccessed",
"_dayOfWeek": "https://smartdatamodels.org/dataModel.Hl7/_dayOfWeek",
"_deceasedBoolean": "https://smartdatamodels.org/dataModel.Hl7/_deceasedBoolean",
"_deceasedDateTime": "https://smartdatamodels.org/dataModel.Hl7/_deceasedDateTime",
"_description": "https://smartdatamodels.org/dataModel.Hl7/_description",
"_diagnosisSequence": "https://smartdatamodels.org/dataModel.Hl7/_diagnosisSequence",
"_dimensions": "https://smartdatamodels.org/dataModel.Hl7/_dimensions",
"_display": "https://smartdatamodels.org/dataModel.Hl7/_display",
"_district": "https://smartdatamodels.org/dataModel.Hl7/_district",
"_documentType": "https://smartdatamodels.org/dataModel.Hl7/_documentType",
"_documentation": "https://smartdatamodels.org/dataModel.Hl7/_documentation",
"_doseNumberPositiveInt": "https://smartdatamodels.org/dataModel.Hl7/_doseNumberPositiveInt",
"_doseNumberString": "https://smartdatamodels.org/dataModel.Hl7/_doseNumberString",
"_duration": "https://smartdatamodels.org/dataModel.Hl7/_duration",
"_durationMax": "https://smartdatamodels.org/dataModel.Hl7/_durationMax",
"_durationUnit": "https://smartdatamodels.org/dataModel.Hl7/_durationUnit",
"_effectiveDateTime": "https://smartdatamodels.org/dataModel.Hl7/_effectiveDateTime",
"_end": "https://smartdatamodels.org/dataModel.Hl7/_end",
"_event": "https://smartdatamodels.org/dataModel.Hl7/_event",
"_experimental": "https://smartdatamodels.org/dataModel.Hl7/_experimental",
"_expirationDate": "https://smartdatamodels.org/dataModel.Hl7/_expirationDate",
"_expression": "https://smartdatamodels.org/dataModel.Hl7/_expression",
"_factor": "https://smartdatamodels.org/dataModel.Hl7/_factor",
"_family": "https://smartdatamodels.org/dataModel.Hl7/_family",
"_firstPage": "https://smartdatamodels.org/dataModel.Hl7/_firstPage",
"_focal": "https://smartdatamodels.org/dataModel.Hl7/_focal",
"_freeToShare": "https://smartdatamodels.org/dataModel.Hl7/_freeToShare",
"_frequency": "https://smartdatamodels.org/dataModel.Hl7/_frequency",
"_frequencyMax": "https://smartdatamodels.org/dataModel.Hl7/_frequencyMax",
"_gender": "https://smartdatamodels.org/dataModel.Hl7/_gender",
"_given": "https://smartdatamodels.org/dataModel.Hl7/_given",
"_hash": "https://smartdatamodels.org/dataModel.Hl7/_hash",
"_implicitRules": "https://smartdatamodels.org/dataModel.Hl7/_implicitRules",
"_informationSequence": "https://smartdatamodels.org/dataModel.Hl7/_informationSequence",
"_initials": "https://smartdatamodels.org/dataModel.Hl7/_initials",
"_instantiates": "https://smartdatamodels.org/dataModel.Hl7/_instantiates",
"_isActive": "https://smartdatamodels.org/dataModel.Hl7/_isActive",
"_isSubpotent": "https://smartdatamodels.org/dataModel.Hl7/_isSubpotent",
"_issue": "https://smartdatamodels.org/dataModel.Hl7/_issue",
"_label": "https://smartdatamodels.org/dataModel.Hl7/_label",
"_language": "https://smartdatamodels.org/dataModel.Hl7/_language",
"_lastPage": "https://smartdatamodels.org/dataModel.Hl7/_lastPage",
"_lastReviewDate": "https://smartdatamodels.org/dataModel.Hl7/_lastReviewDate",
"_lastRevisionDate": "https://smartdatamodels.org/dataModel.Hl7/_lastRevisionDate",
"_lastUpdated": "https://smartdatamodels.org/dataModel.Hl7/_lastUpdated",
"_limit": "https://smartdatamodels.org/dataModel.Hl7/_limit",
"_line": "https://smartdatamodels.org/dataModel.Hl7/_line",
"_listOrder": "https://smartdatamodels.org/dataModel.Hl7/_listOrder",
"_lotNumber": "https://smartdatamodels.org/dataModel.Hl7/_lotNumber",
"_lowerLimit": "https://smartdatamodels.org/dataModel.Hl7/_lowerLimit",
"_max": "https://smartdatamodels.org/dataModel.Hl7/_max",
"_min": "https://smartdatamodels.org/dataModel.Hl7/_min",
"_multipleBirthBoolean": "https://smartdatamodels.org/dataModel.Hl7/_multipleBirthBoolean",
"_multipleBirthInteger": "https://smartdatamodels.org/dataModel.Hl7/_multipleBirthInteger",
"_mustSupport": "https://smartdatamodels.org/dataModel.Hl7/_mustSupport",
"_name": "https://smartdatamodels.org/dataModel.Hl7/_name",
"_occurrenceDateTime": "https://smartdatamodels.org/dataModel.Hl7/_occurrenceDateTime",
"_occurrenceString": "https://smartdatamodels.org/dataModel.Hl7/_occurrenceString",
"_offset": "https://smartdatamodels.org/dataModel.Hl7/_offset",
"_onHold": "https://smartdatamodels.org/dataModel.Hl7/_onHold",
"_pageCount": "https://smartdatamodels.org/dataModel.Hl7/_pageCount",
"_pageString": "https://smartdatamodels.org/dataModel.Hl7/_pageString",
"_patientInstruction": "https://smartdatamodels.org/dataModel.Hl7/_patientInstruction",
"_period": "https://smartdatamodels.org/dataModel.Hl7/_period",
"_periodMax": "https://smartdatamodels.org/dataModel.Hl7/_periodMax",
"_periodUnit": "https://smartdatamodels.org/dataModel.Hl7/_periodUnit",
"_postalCode": "https://smartdatamodels.org/dataModel.Hl7/_postalCode",
"_preAuthRef": "https://smartdatamodels.org/dataModel.Hl7/_preAuthRef",
"_preferred": "https://smartdatamodels.org/dataModel.Hl7/_preferred",
"_prefix": "https://smartdatamodels.org/dataModel.Hl7/_prefix",
"_presentationDate": "https://smartdatamodels.org/dataModel.Hl7/_presentationDate",
"_primarySource": "https://smartdatamodels.org/dataModel.Hl7/_primarySource",
"_priority": "https://smartdatamodels.org/dataModel.Hl7/_priority",
"_procedureSequence": "https://smartdatamodels.org/dataModel.Hl7/_procedureSequence",
"_publicationDate": "https://smartdatamodels.org/dataModel.Hl7/_publicationDate",
"_publisher": "https://smartdatamodels.org/dataModel.Hl7/_publisher",
"_publisherLocation": "https://smartdatamodels.org/dataModel.Hl7/_publisherLocation",
"_purpose": "https://smartdatamodels.org/dataModel.Hl7/_purpose",
"_rank": "https://smartdatamodels.org/dataModel.Hl7/_rank",
"_recorded": "https://smartdatamodels.org/dataModel.Hl7/_recorded",
"_reference": "https://smartdatamodels.org/dataModel.Hl7/_reference",
"_reported": "https://smartdatamodels.org/dataModel.Hl7/_reported",
"_responsible": "https://smartdatamodels.org/dataModel.Hl7/_responsible",
"_sequence": "https://smartdatamodels.org/dataModel.Hl7/_sequence",
"_series": "https://smartdatamodels.org/dataModel.Hl7/_series",
"_seriesDosesPositiveInt": "https://smartdatamodels.org/dataModel.Hl7/_seriesDosesPositiveInt",
"_seriesDosesString": "https://smartdatamodels.org/dataModel.Hl7/_seriesDosesString",
"_servicedDate": "https://smartdatamodels.org/dataModel.Hl7/_servicedDate",
"_sigFormat": "https://smartdatamodels.org/dataModel.Hl7/_sigFormat",
"_size": "https://smartdatamodels.org/dataModel.Hl7/_size",
"_source": "https://smartdatamodels.org/dataModel.Hl7/_source",
"_start": "https://smartdatamodels.org/dataModel.Hl7/_start",
"_state": "https://smartdatamodels.org/dataModel.Hl7/_state",
"_status": "https://smartdatamodels.org/dataModel.Hl7/_status",
"_suffix": "https://smartdatamodels.org/dataModel.Hl7/_suffix",
"_system": "https://smartdatamodels.org/dataModel.Hl7/_system",
"_targetFormat": "https://smartdatamodels.org/dataModel.Hl7/_targetFormat",
"_targetUri": "https://smartdatamodels.org/dataModel.Hl7/_targetUri",
"_text": "https://smartdatamodels.org/dataModel.Hl7/_text",
"_time": "https://smartdatamodels.org/dataModel.Hl7/_time",
"_timeOfDay": "https://smartdatamodels.org/dataModel.Hl7/_timeOfDay",
"_timingDate": "https://smartdatamodels.org/dataModel.Hl7/_timingDate",
"_timingDateTime": "https://smartdatamodels.org/dataModel.Hl7/_timingDateTime",
"_title": "https://smartdatamodels.org/dataModel.Hl7/_title",
"_type": "https://smartdatamodels.org/dataModel.Hl7/_type",
"_unit": "https://smartdatamodels.org/dataModel.Hl7/_unit",
"_upperLimit": "https://smartdatamodels.org/dataModel.Hl7/_upperLimit",
"_url": "https://smartdatamodels.org/dataModel.Hl7/_url",
"_use": "https://smartdatamodels.org/dataModel.Hl7/_use",
"_userSelected": "https://smartdatamodels.org/dataModel.Hl7/_userSelected",
"_value": "https://smartdatamodels.org/dataModel.Hl7/_value",
"_valueBase64Binary": "https://smartdatamodels.org/dataModel.Hl7/_valueBase64Binary",
"_valueBoolean": "https://smartdatamodels.org/dataModel.Hl7/_valueBoolean",
"_valueCanonical": "https://smartdatamodels.org/dataModel.Hl7/_valueCanonical",
"_valueCode": "https://smartdatamodels.org/dataModel.Hl7/_valueCode",
"_valueDate": "https://smartdatamodels.org/dataModel.Hl7/_valueDate",
"_valueDateTime": "https://smartdatamodels.org/dataModel.Hl7/_valueDateTime",
"_valueDecimal": "https://smartdatamodels.org/dataModel.Hl7/_valueDecimal",
"_valueId": "https://smartdatamodels.org/dataModel.Hl7/_valueId",
"_valueInstant": "https://smartdatamodels.org/dataModel.Hl7/_valueInstant",
"_valueInteger": "https://smartdatamodels.org/dataModel.Hl7/_valueInteger",
"_valueMarkdown": "https://smartdatamodels.org/dataModel.Hl7/_valueMarkdown",
"_valueOid": "https://smartdatamodels.org/dataModel.Hl7/_valueOid",
"_valuePositiveInt": "https://smartdatamodels.org/dataModel.Hl7/_valuePositiveInt",
"_valueString": "https://smartdatamodels.org/dataModel.Hl7/_valueString",
"_valueTime": "https://smartdatamodels.org/dataModel.Hl7/_valueTime",
"_valueUnsignedInt": "https://smartdatamodels.org/dataModel.Hl7/_valueUnsignedInt",
"_valueUri": "https://smartdatamodels.org/dataModel.Hl7/_valueUri",
"_valueUrl": "https://smartdatamodels.org/dataModel.Hl7/_valueUrl",
"_valueUuid": "https://smartdatamodels.org/dataModel.Hl7/_valueUuid",
"_version": "https://smartdatamodels.org/dataModel.Hl7/_version",
"_versionId": "https://smartdatamodels.org/dataModel.Hl7/_versionId",
"_volume": "https://smartdatamodels.org/dataModel.Hl7/_volume",
"_when": "https://smartdatamodels.org/dataModel.Hl7/_when",
"abstract": "https://smartdatamodels.org/dataModel.Hl7/abstract",
"accessionNumber": "https://smartdatamodels.org/dataModel.Hl7/accessionNumber",
"accident": "https://smartdatamodels.org/dataModel.Hl7/accident",
"active": "https://smartdatamodels.org/dataModel.Hl7/active",
"activity": "https://smartdatamodels.org/dataModel.Hl7/activity",
"actor": "https://smartdatamodels.org/dataModel.Hl7/actor",
"actual": "https://smartdatamodels.org/dataModel.Hl7/actual",
"additionalInstruction": "https://smartdatamodels.org/dataModel.Hl7/additionalInstruction",
"address": "https://smartdatamodels.org/address",
"addressCountry": "https://smartdatamodels.org/addressCountry",
"addressLocality": "https://smartdatamodels.org/addressLocality",
"addressRegion": "https://smartdatamodels.org/addressRegion",
"affiliationInfo": "https://smartdatamodels.org/dataModel.Hl7/affiliationInfo",
"alias": "https://smartdatamodels.org/dataModel.Hl7/alias",
"alternateName": "https://smartdatamodels.org/alternateName",
"amount": "https://smartdatamodels.org/dataModel.Hl7/amount",
"approvalDate": "https://smartdatamodels.org/dataModel.Hl7/approvalDate",
"areaServed": "https://smartdatamodels.org/areaServed",
"articleDate": "https://smartdatamodels.org/dataModel.Hl7/articleDate",
"asNeededBoolean": "https://smartdatamodels.org/dataModel.Hl7/asNeededBoolean",
"asNeededCodeableConcept": "https://smartdatamodels.org/dataModel.Hl7/asNeededCodeableConcept",
"assigner": "https://smartdatamodels.org/dataModel.Hl7/assigner",
"author": "https://smartdatamodels.org/dataModel.Hl7/author",
"authorReference": "https://smartdatamodels.org/dataModel.Hl7/authorReference",
"authorString": "https://smartdatamodels.org/dataModel.Hl7/authorString",
"authority": "https://smartdatamodels.org/dataModel.Hl7/authority",
"baseCitation": "https://smartdatamodels.org/dataModel.Hl7/baseCitation",
"batch": "https://smartdatamodels.org/dataModel.Hl7/batch",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"billablePeriod": "https://smartdatamodels.org/dataModel.Hl7/billablePeriod",
"birthDate": "https://smartdatamodels.org/dataModel.Hl7/birthDate",
"bodySite": "https://smartdatamodels.org/dataModel.Hl7/bodySite",
"boundsDuration": "https://smartdatamodels.org/dataModel.Hl7/boundsDuration",
"boundsPeriod": "https://smartdatamodels.org/dataModel.Hl7/boundsPeriod",
"boundsRange": "https://smartdatamodels.org/dataModel.Hl7/boundsRange",
"businessArrangement": "https://smartdatamodels.org/dataModel.Hl7/businessArrangement",
"careTeam": "https://smartdatamodels.org/dataModel.Hl7/careTeam",
"careTeamSequence": "https://smartdatamodels.org/dataModel.Hl7/careTeamSequence",
"category": "https://smartdatamodels.org/dataModel.Hl7/category",
"citation": "https://smartdatamodels.org/dataModel.Hl7/citation",
"citedArtifact": "https://smartdatamodels.org/dataModel.Hl7/citedArtifact",
"citedMedium": "https://smartdatamodels.org/dataModel.Hl7/citedMedium",
"city": "https://smartdatamodels.org/dataModel.Hl7/city",
"claim": "https://smartdatamodels.org/dataModel.Hl7/claim",
"claimResponse": "https://smartdatamodels.org/dataModel.Hl7/claimResponse",
"classification": "https://smartdatamodels.org/dataModel.Hl7/classification",
"classifier": "https://smartdatamodels.org/dataModel.Hl7/classifier",
"classifierCopyright": "https://smartdatamodels.org/dataModel.Hl7/classifierCopyright",
"code": "https://smartdatamodels.org/dataModel.Hl7/code",
"codeFilter": "https://smartdatamodels.org/dataModel.Hl7/codeFilter",
"coding": "https://smartdatamodels.org/dataModel.Hl7/coding",
"collectiveName": "https://smartdatamodels.org/dataModel.Hl7/collectiveName",
"communication": "https://smartdatamodels.org/dataModel.Hl7/communication",
"comparator": "https://smartdatamodels.org/dataModel.Hl7/comparator",
"complete": "https://smartdatamodels.org/dataModel.Hl7/complete",
"concept": "https://smartdatamodels.org/dataModel.Hl7/concept",
"condition": "https://smartdatamodels.org/dataModel.Hl7/condition",
"contact": "https://smartdatamodels.org/dataModel.Hl7/contact",
"contained": "https://smartdatamodels.org/dataModel.Hl7/contained",
"contentType": "https://smartdatamodels.org/dataModel.Hl7/contentType",
"context": "https://smartdatamodels.org/dataModel.Hl7/context",
"contributionInstance": "https://smartdatamodels.org/dataModel.Hl7/contributionInstance",
"contributionType": "https://smartdatamodels.org/dataModel.Hl7/contributionType",
"contributorship": "https://smartdatamodels.org/dataModel.Hl7/contributorship",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"copyright": "https://smartdatamodels.org/dataModel.Hl7/copyright",
"correspondingContact": "https://smartdatamodels.org/dataModel.Hl7/correspondingContact",
"count": "https://smartdatamodels.org/dataModel.Hl7/count",
"countMax": "https://smartdatamodels.org/dataModel.Hl7/countMax",
"country": "https://smartdatamodels.org/dataModel.Hl7/country",
"coverage": "https://smartdatamodels.org/dataModel.Hl7/coverage",
"created": "https://smartdatamodels.org/dataModel.Hl7/created",
"creation": "https://smartdatamodels.org/dataModel.Hl7/creation",
"currency": "https://smartdatamodels.org/dataModel.Hl7/currency",
"currentState": "https://smartdatamodels.org/dataModel.Hl7/currentState",
"data": "https://uri.etsi.org/ngsi-ld/data",
"dataProvider": "https://smartdatamodels.org/dataProvider",
"date": "https://smartdatamodels.org/dataModel.Hl7/date",
"dateAccessed": "https://smartdatamodels.org/dataModel.Hl7/dateAccessed",
"dateCreated": "https://smartdatamodels.org/dateCreated",
"dateFilter": "https://smartdatamodels.org/dataModel.Hl7/dateFilter",
"dateModified": "https://smartdatamodels.org/dateModified",
"dateOfPublication": "https://smartdatamodels.org/dataModel.Hl7/dateOfPublication",
"dayOfWeek": "https://smartdatamodels.org/dayOfWeek",
"deceasedBoolean": "https://smartdatamodels.org/dataModel.Hl7/deceasedBoolean",
"deceasedDateTime": "https://smartdatamodels.org/dataModel.Hl7/deceasedDateTime",
"denominator": "https://smartdatamodels.org/dataModel.Hl7/denominator",
"description": "http://purl.org/dc/terms/description",
"detail": "https://uri.etsi.org/ngsi-ld/detail",
"device": "https://smartdatamodels.org/dataModel.Hl7/device",
"diagnosis": "https://smartdatamodels.org/dataModel.Hl7/diagnosis",
"diagnosisCodeableConcept": "https://smartdatamodels.org/dataModel.Hl7/diagnosisCodeableConcept",
"diagnosisReference": "https://smartdatamodels.org/dataModel.Hl7/diagnosisReference",
"diagnosisSequence": "https://smartdatamodels.org/dataModel.Hl7/diagnosisSequence",
"dimensions": "https://smartdatamodels.org/dataModel.Hl7/dimensions",
"display": "https://smartdatamodels.org/dataModel.Hl7/display",
"district": "https://smartdatamodels.org/district",
"div": "https://smartdatamodels.org/dataModel.Hl7/div",
"document": "https://smartdatamodels.org/dataModel.Hl7/document",
"documentType": "https://smartdatamodels.org/dataModel.Hl7/documentType",
"documentation": "https://smartdatamodels.org/dataModel.Hl7/documentation",
"dosage": "https://smartdatamodels.org/dataModel.Hl7/dosage",
"dose": "https://smartdatamodels.org/dataModel.Hl7/dose",
"doseAndRate": "https://smartdatamodels.org/dataModel.Hl7/doseAndRate",
"doseNumberPositiveInt": "https://smartdatamodels.org/dataModel.Hl7/doseNumberPositiveInt",
"doseNumberString": "https://smartdatamodels.org/dataModel.Hl7/doseNumberString",
"doseQuantity": "https://smartdatamodels.org/dataModel.Hl7/doseQuantity",
"duration": "https://smartdatamodels.org/dataModel.Hl7/duration",
"durationMax": "https://smartdatamodels.org/dataModel.Hl7/durationMax",
"durationUnit": "https://smartdatamodels.org/dataModel.Hl7/durationUnit",
"editor": "https://smartdatamodels.org/dataModel.Hl7/editor",
"education": "https://smartdatamodels.org/dataModel.Hl7/education",
"effectiveDateTime": "https://smartdatamodels.org/dataModel.Hl7/effectiveDateTime",
"effectivePeriod": "https://smartdatamodels.org/dataModel.Hl7/effectivePeriod",
"encounter": "https://smartdatamodels.org/dataModel.Hl7/encounter",
"end": "https://smartdatamodels.org/dataModel.Hl7/end",
"endorser": "https://smartdatamodels.org/dataModel.Hl7/endorser",
"endpoint": "https://uri.etsi.org/ngsi-ld/endpoint",
"enterer": "https://smartdatamodels.org/dataModel.Hl7/enterer",
"entry": "https://smartdatamodels.org/dataModel.Hl7/entry",
"event": "https://smartdatamodels.org/dataModel.Hl7/event",
"eventHistory": "https://smartdatamodels.org/dataModel.Hl7/eventHistory",
"experimental": "https://smartdatamodels.org/dataModel.Hl7/experimental",
"expirationDate": "https://smartdatamodels.org/dataModel.Hl7/expirationDate",
"expression": "https://smartdatamodels.org/dataModel.Hl7/expression",
"extension": "https://smartdatamodels.org/dataModel.Hl7/extension",
"facility": "https://smartdatamodels.org/dataModel.Hl7/facility",
"factor": "https://smartdatamodels.org/dataModel.Hl7/factor",
"family": "https://smartdatamodels.org/dataModel.Hl7/family",
"firstPage": "https://smartdatamodels.org/dataModel.Hl7/firstPage",
"focal": "https://smartdatamodels.org/dataModel.Hl7/focal",
"form": "https://smartdatamodels.org/dataModel.Hl7/form",
"freeToShare": "https://smartdatamodels.org/dataModel.Hl7/freeToShare",
"frequency": "https://smartdatamodels.org/dataModel.Hl7/frequency",
"frequencyMax": "https://smartdatamodels.org/dataModel.Hl7/frequencyMax",
"function": "https://smartdatamodels.org/dataModel.Hl7/function",
"fundingSource": "https://smartdatamodels.org/dataModel.Hl7/fundingSource",
"fundsReserve": "https://smartdatamodels.org/dataModel.Hl7/fundsReserve",
"gender": "https://smartdatamodels.org/dataModel.Hl7/gender",
"generalPractitioner": "https://smartdatamodels.org/dataModel.Hl7/generalPractitioner",
"given": "https://smartdatamodels.org/dataModel.Hl7/given",
"guarantor": "https://smartdatamodels.org/dataModel.Hl7/guarantor",
"hash": "https://smartdatamodels.org/dataModel.Hl7/hash",
"high": "https://smartdatamodels.org/dataModel.Hl7/high",
"highNumerator": "https://smartdatamodels.org/dataModel.Hl7/highNumerator",
"hl7type": "https://smartdatamodels.org/dataModel.Hl7/hl7type",
"id": "@id",
"identifier": "https://smartdatamodels.org/dataModel.Hl7/identifier",
"implicitRules": "https://smartdatamodels.org/dataModel.Hl7/implicitRules",
"informationSequence": "https://smartdatamodels.org/dataModel.Hl7/informationSequence",
"ingredient": "https://smartdatamodels.org/dataModel.Hl7/ingredient",
"initials": "https://smartdatamodels.org/dataModel.Hl7/initials",
"instantiates": "https://smartdatamodels.org/dataModel.Hl7/instantiates",
"insurance": "https://smartdatamodels.org/dataModel.Hl7/insurance",
"insurer": "https://smartdatamodels.org/dataModel.Hl7/insurer",
"isActive": "https://uri.etsi.org/ngsi-ld/isActive",
"isSubpotent": "https://smartdatamodels.org/dataModel.Hl7/isSubpotent",
"issue": "https://smartdatamodels.org/dataModel.Hl7/issue",
"issuer": "https://smartdatamodels.org/dataModel.Hl7/issuer",
"item": "https://smartdatamodels.org/dataModel.Hl7/item",
"itemCodeableConcept": "https://smartdatamodels.org/dataModel.Hl7/itemCodeableConcept",
"itemReference": "https://smartdatamodels.org/dataModel.Hl7/itemReference",
"jurisdiction": "https://smartdatamodels.org/dataModel.Hl7/jurisdiction",
"label": "https://smartdatamodels.org/dataModel.Hl7/label",
"language": "https://smartdatamodels.org/dataModel.Hl7/language",
"lastPage": "https://smartdatamodels.org/dataModel.Hl7/lastPage",
"lastReviewDate": "https://smartdatamodels.org/dataModel.Hl7/lastReviewDate",
"lastRevisionDate": "https://smartdatamodels.org/dataModel.Hl7/lastRevisionDate",
"lastUpdated": "https://smartdatamodels.org/dataModel.Hl7/lastUpdated",
"limit": "https://smartdatamodels.org/dataModel.Hl7/limit",
"line": "https://smartdatamodels.org/dataModel.Hl7/line",
"link": "https://smartdatamodels.org/dataModel.Hl7/link",
"listOrder": "https://smartdatamodels.org/dataModel.Hl7/listOrder",
"location": "https://uri.etsi.org/ngsi-ld/location",
"locationAddress": "https://smartdatamodels.org/dataModel.Hl7/locationAddress",
"locationCodeableConcept": "https://smartdatamodels.org/dataModel.Hl7/locationCodeableConcept",
"locationReference": "https://smartdatamodels.org/dataModel.Hl7/locationReference",
"lotNumber": "https://smartdatamodels.org/dataModel.Hl7/lotNumber",
"low": "https://smartdatamodels.org/dataModel.Hl7/low",
"lowNumerator": "https://smartdatamodels.org/dataModel.Hl7/lowNumerator",
"lowerLimit": "https://smartdatamodels.org/dataModel.Hl7/lowerLimit",
"managingOrganization": "https://smartdatamodels.org/dataModel.Hl7/managingOrganization",
"manufacturer": "https://smartdatamodels.org/dataModel.Hl7/manufacturer",
"maritalStatus": "https://smartdatamodels.org/dataModel.Hl7/maritalStatus",
"max": {
"@container": "@list",
"@id": "https://uri.etsi.org/ngsi-ld/max"
},
"maxDosePerAdministration": "https://smartdatamodels.org/dataModel.Hl7/maxDosePerAdministration",
"maxDosePerLifetime": "https://smartdatamodels.org/dataModel.Hl7/maxDosePerLifetime",
"maxDosePerPeriod": "https://smartdatamodels.org/dataModel.Hl7/maxDosePerPeriod",
"medicationCodeableConcept": "https://smartdatamodels.org/dataModel.Hl7/medicationCodeableConcept",
"medicationReference": "https://smartdatamodels.org/dataModel.Hl7/medicationReference",
"meta": "https://smartdatamodels.org/dataModel.Hl7/meta",
"method": "https://smartdatamodels.org/dataModel.Hl7/method",
"min": {
"@container": "@list",
"@id": "https://uri.etsi.org/ngsi-ld/min"
},
"modifier": "https://smartdatamodels.org/dataModel.Hl7/modifier",
"modifierExtension": "https://smartdatamodels.org/dataModel.Hl7/modifierExtension",
"multipleBirthBoolean": "https://smartdatamodels.org/dataModel.Hl7/multipleBirthBoolean",
"multipleBirthInteger": "https://smartdatamodels.org/dataModel.Hl7/multipleBirthInteger",
"mustSupport": "https://smartdatamodels.org/dataModel.Hl7/mustSupport",
"name": "https://smartdatamodels.org/name",
"net": "https://smartdatamodels.org/dataModel.Hl7/net",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"note": "https://smartdatamodels.org/dataModel.Hl7/note",
"numerator": "https://smartdatamodels.org/dataModel.Hl7/numerator",
"occurrenceDateTime": "https://smartdatamodels.org/dataModel.Hl7/occurrenceDateTime",
"occurrenceString": "https://smartdatamodels.org/dataModel.Hl7/occurrenceString",
"offset": "https://smartdatamodels.org/dataModel.Hl7/offset",
"onAdmission": "https://smartdatamodels.org/dataModel.Hl7/onAdmission",
"onBehalfOf": "https://smartdatamodels.org/dataModel.Hl7/onBehalfOf",
"onHold": "https://smartdatamodels.org/dataModel.Hl7/onHold",
"organization": "https://smartdatamodels.org/dataModel.Hl7/organization",
"origin": "https://smartdatamodels.org/dataModel.Hl7/origin",
"originalPrescription": "https://smartdatamodels.org/dataModel.Hl7/originalPrescription",
"other": "https://smartdatamodels.org/dataModel.Hl7/other",
"owner": "https://smartdatamodels.org/owner",
"packageCode": "https://smartdatamodels.org/dataModel.Hl7/packageCode",
"pageCount": "https://smartdatamodels.org/dataModel.Hl7/pageCount",
"pageString": "https://smartdatamodels.org/dataModel.Hl7/pageString",
"part": "https://smartdatamodels.org/dataModel.Hl7/part",
"partOf": "https://smartdatamodels.org/dataModel.Hl7/partOf",
"party": "https://smartdatamodels.org/dataModel.Hl7/party",
"patient": "https://smartdatamodels.org/dataModel.Hl7/patient",
"patientInstruction": "https://smartdatamodels.org/dataModel.Hl7/patientInstruction",
"payee": "https://smartdatamodels.org/dataModel.Hl7/payee",
"performer": "https://smartdatamodels.org/dataModel.Hl7/performer",
"period": "https://smartdatamodels.org/dataModel.Hl7/period",
"periodMax": "https://smartdatamodels.org/dataModel.Hl7/periodMax",
"periodUnit": "https://smartdatamodels.org/dataModel.Hl7/periodUnit",
"periodicRelease": "https://smartdatamodels.org/dataModel.Hl7/periodicRelease",
"person": "https://smartdatamodels.org/person",
"photo": "https://smartdatamodels.org/dataModel.Hl7/photo",
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
"postalCode": "https://smartdatamodels.org/postalCode",
"preAuthRef": "https://smartdatamodels.org/dataModel.Hl7/preAuthRef",
"preferred": "https://smartdatamodels.org/dataModel.Hl7/preferred",
"prefix": "https://smartdatamodels.org/dataModel.Hl7/prefix",
"prescription": "https://smartdatamodels.org/dataModel.Hl7/prescription",
"presentationDate": "https://smartdatamodels.org/dataModel.Hl7/presentationDate",
"primarySource": "https://smartdatamodels.org/dataModel.Hl7/primarySource",
"priority": "https://smartdatamodels.org/dataModel.Hl7/priority",
"procedure": "https://smartdatamodels.org/dataModel.Hl7/procedure",
"procedureCodeableConcept": "https://smartdatamodels.org/dataModel.Hl7/procedureCodeableConcept",
"procedureReference": "https://smartdatamodels.org/dataModel.Hl7/procedureReference",
"procedureSequence": "https://smartdatamodels.org/dataModel.Hl7/procedureSequence",
"productOrService": "https://smartdatamodels.org/dataModel.Hl7/productOrService",
"profile": "https://smartdatamodels.org/dataModel.Hl7/profile",
"programCode": "https://smartdatamodels.org/dataModel.Hl7/programCode",
"programEligibility": "https://smartdatamodels.org/dataModel.Hl7/programEligibility",
"protocolApplied": "https://smartdatamodels.org/dataModel.Hl7/protocolApplied",
"provider": "https://smartdatamodels.org/dataModel.Hl7/provider",
"publicationDate": "https://smartdatamodels.org/dataModel.Hl7/publicationDate",
"publicationForm": "https://smartdatamodels.org/dataModel.Hl7/publicationForm",
"publishedIn": "https://smartdatamodels.org/dataModel.Hl7/publishedIn",
"publisher": "https://smartdatamodels.org/dataModel.Hl7/publisher",
"publisherLocation": "https://smartdatamodels.org/dataModel.Hl7/publisherLocation",
"purpose": "https://smartdatamodels.org/dataModel.Hl7/purpose",
"qualification": "https://smartdatamodels.org/dataModel.Hl7/qualification",
"quantity": "https://smartdatamodels.org/dataModel.Hl7/quantity",
"rank": "https://smartdatamodels.org/dataModel.Hl7/rank",
"rateQuantity": "https://smartdatamodels.org/dataModel.Hl7/rateQuantity",
"rateRatio": "https://smartdatamodels.org/dataModel.Hl7/rateRatio",
"reaction": "https://smartdatamodels.org/dataModel.Hl7/reaction",
"reason": "https://uri.etsi.org/ngsi-ld/reason",
"reasonCode": "https://smartdatamodels.org/dataModel.Hl7/reasonCode",
"reasonReference": "https://smartdatamodels.org/dataModel.Hl7/reasonReference",
"recorded": "https://smartdatamodels.org/dataModel.Hl7/recorded",
"reference": "https://smartdatamodels.org/dataModel.Hl7/reference",
"referral": "https://smartdatamodels.org/dataModel.Hl7/referral",
"related": "https://smartdatamodels.org/dataModel.Hl7/related",
"relatedIdentifier": "https://smartdatamodels.org/dataModel.Hl7/relatedIdentifier",
"relatesTo": "https://smartdatamodels.org/dataModel.Hl7/relatesTo",
"relationship": "https://smartdatamodels.org/dataModel.Hl7/relationship",
"relationshipType": "https://smartdatamodels.org/dataModel.Hl7/relationshipType",
"repeat": "https://smartdatamodels.org/dataModel.Hl7/repeat",
"reportOrigin": "https://smartdatamodels.org/dataModel.Hl7/reportOrigin",
"reported": "https://smartdatamodels.org/dataModel.Hl7/reported",
"request": "https://smartdatamodels.org/dataModel.Hl7/request",
"resource": "https://smartdatamodels.org/dataModel.Hl7/resource",
"resourceType": "https://smartdatamodels.org/dataModel.Hl7/resourceType",
"responsible": "https://smartdatamodels.org/dataModel.Hl7/responsible",
"revenue": "https://smartdatamodels.org/dataModel.Hl7/revenue",
"reviewer": "https://smartdatamodels.org/dataModel.Hl7/reviewer",
"role": "https://smartdatamodels.org/dataModel.Hl7/role",
"route": "https://smartdatamodels.org/dataModel.Hl7/route",
"security": "https://smartdatamodels.org/dataModel.Hl7/security",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"sequence": "https://smartdatamodels.org/dataModel.Hl7/sequence",
"series": "https://smartdatamodels.org/dataModel.Hl7/series",
"seriesDosesPositiveInt": "https://smartdatamodels.org/dataModel.Hl7/seriesDosesPositiveInt",
"seriesDosesString": "https://smartdatamodels.org/dataModel.Hl7/seriesDosesString",
"servicePeriod": "https://smartdatamodels.org/dataModel.Hl7/servicePeriod",
"servicedDate": "https://smartdatamodels.org/dataModel.Hl7/servicedDate",
"servicedPeriod": "https://smartdatamodels.org/dataModel.Hl7/servicedPeriod",
"sigFormat": "https://smartdatamodels.org/dataModel.Hl7/sigFormat",
"site": "https://smartdatamodels.org/dataModel.Hl7/site",
"size": "https://smartdatamodels.org/dataModel.Hl7/size",
"sort": "https://smartdatamodels.org/dataModel.Hl7/sort",
"source": "https://smartdatamodels.org/source",
"start": "https://smartdatamodels.org/dataModel.Hl7/start",
"state": "https://smartdatamodels.org/dataModel.Hl7/state",
"status": "https://uri.etsi.org/ngsi-ld/status",
"statusDate": "https://smartdatamodels.org/dataModel.Hl7/statusDate",
"statusReason": "https://smartdatamodels.org/dataModel.Hl7/statusReason",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"strength": "https://smartdatamodels.org/dataModel.Hl7/strength",
"style": "https://smartdatamodels.org/dataModel.Hl7/style",
"subDetail": "https://smartdatamodels.org/dataModel.Hl7/subDetail",
"subSite": "https://smartdatamodels.org/dataModel.Hl7/subSite",
"subType": "https://smartdatamodels.org/dataModel.Hl7/subType",
"subject": "https://smartdatamodels.org/dataModel.Hl7/subject",
"subjectCodeableConcept": "https://smartdatamodels.org/dataModel.Hl7/subjectCodeableConcept",
"subjectReference": "https://smartdatamodels.org/dataModel.Hl7/subjectReference",
"subpotentReason": "https://smartdatamodels.org/dataModel.Hl7/subpotentReason",
"suffix": "https://smartdatamodels.org/dataModel.Hl7/suffix",
"summary": "https://smartdatamodels.org/dataModel.Hl7/summary",
"supportingInfo": "https://smartdatamodels.org/dataModel.Hl7/supportingInfo",
"supportingInformation": "https://smartdatamodels.org/dataModel.Hl7/supportingInformation",
"system": "https://smartdatamodels.org/dataModel.Hl7/system",
"tag": "https://smartdatamodels.org/tag",
"targetAttachment": "https://smartdatamodels.org/dataModel.Hl7/targetAttachment",
"targetClassifier": "https://smartdatamodels.org/dataModel.Hl7/targetClassifier",
"targetDisease": "https://smartdatamodels.org/dataModel.Hl7/targetDisease",
"targetFormat": "https://smartdatamodels.org/dataModel.Hl7/targetFormat",
"targetIdentifier": "https://smartdatamodels.org/dataModel.Hl7/targetIdentifier",
"targetReference": "https://smartdatamodels.org/dataModel.Hl7/targetReference",
"targetUri": "https://smartdatamodels.org/dataModel.Hl7/targetUri",
"telecom": "https://smartdatamodels.org/dataModel.Hl7/telecom",
"text": "https://smartdatamodels.org/dataModel.Hl7/text",
"time": "https://smartdatamodels.org/dataModel.Hl7/time",
"timeOfDay": "https://smartdatamodels.org/dataModel.Hl7/timeOfDay",
"timing": "https://smartdatamodels.org/dataModel.Hl7/timing",
"timingDate": "https://smartdatamodels.org/dataModel.Hl7/timingDate",
"timingDateTime": "https://smartdatamodels.org/dataModel.Hl7/timingDateTime",
"timingPeriod": "https://smartdatamodels.org/dataModel.Hl7/timingPeriod",
"timingReference": "https://smartdatamodels.org/dataModel.Hl7/timingReference",
"timingTiming": "https://smartdatamodels.org/dataModel.Hl7/timingTiming",
"title": "http://purl.org/dc/terms/title",
"total": "https://smartdatamodels.org/dataModel.Hl7/total",
"type": "@type",
"udi": "https://smartdatamodels.org/dataModel.Hl7/udi",
"unit": "https://smartdatamodels.org/dataModel.Hl7/unit",
"unitPrice": "https://smartdatamodels.org/dataModel.Hl7/unitPrice",
"upperLimit": "https://smartdatamodels.org/dataModel.Hl7/upperLimit",
"url": "https://smartdatamodels.org/url",
"use": "https://smartdatamodels.org/dataModel.Hl7/use",
"useContext": "https://smartdatamodels.org/dataModel.Hl7/useContext",
"userSelected": "https://smartdatamodels.org/dataModel.Hl7/userSelected",
"vaccineCode": "https://smartdatamodels.org/dataModel.Hl7/vaccineCode",
"value": "https://uri.etsi.org/ngsi-ld/hasValue",
"valueAddress": "https://smartdatamodels.org/dataModel.Hl7/valueAddress",
"valueAge": "https://smartdatamodels.org/dataModel.Hl7/valueAge",
"valueAnnotation": "https://smartdatamodels.org/dataModel.Hl7/valueAnnotation",
"valueAttachment": "https://smartdatamodels.org/dataModel.Hl7/valueAttachment",
"valueBase64Binary": "https://smartdatamodels.org/dataModel.Hl7/valueBase64Binary",
"valueBoolean": "https://smartdatamodels.org/dataModel.Hl7/valueBoolean",
"valueCanonical": "https://smartdatamodels.org/dataModel.Hl7/valueCanonical",
"valueCode": "https://smartdatamodels.org/dataModel.Hl7/valueCode",
"valueCodeableConcept": "https://smartdatamodels.org/dataModel.Hl7/valueCodeableConcept",
"valueCodeableReference": "https://smartdatamodels.org/dataModel.Hl7/valueCodeableReference",
"valueCoding": "https://smartdatamodels.org/dataModel.Hl7/valueCoding",
"valueContactDetail": "https://smartdatamodels.org/dataModel.Hl7/valueContactDetail",
"valueContactPoint": "https://smartdatamodels.org/dataModel.Hl7/valueContactPoint",
"valueContributor": "https://smartdatamodels.org/dataModel.Hl7/valueContributor",
"valueCount": "https://smartdatamodels.org/dataModel.Hl7/valueCount",
"valueDataRequirement": "https://smartdatamodels.org/dataModel.Hl7/valueDataRequirement",
"valueDate": "https://smartdatamodels.org/dataModel.Hl7/valueDate",
"valueDateTime": "https://smartdatamodels.org/dataModel.Hl7/valueDateTime",
"valueDecimal": "https://smartdatamodels.org/dataModel.Hl7/valueDecimal",
"valueDistance": "https://smartdatamodels.org/dataModel.Hl7/valueDistance",
"valueDosage": "https://smartdatamodels.org/dataModel.Hl7/valueDosage",
"valueDuration": "https://smartdatamodels.org/dataModel.Hl7/valueDuration",
"valueExpression": "https://smartdatamodels.org/dataModel.Hl7/valueExpression",
"valueHumanName": "https://smartdatamodels.org/dataModel.Hl7/valueHumanName",
"valueId": "https://smartdatamodels.org/dataModel.Hl7/valueId",
"valueIdentifier": "https://smartdatamodels.org/dataModel.Hl7/valueIdentifier",
"valueInstant": "https://smartdatamodels.org/dataModel.Hl7/valueInstant",
"valueInteger": "https://smartdatamodels.org/dataModel.Hl7/valueInteger",
"valueMarkdown": "https://smartdatamodels.org/dataModel.Hl7/valueMarkdown",
"valueMoney": "https://smartdatamodels.org/dataModel.Hl7/valueMoney",
"valueOid": "https://smartdatamodels.org/dataModel.Hl7/valueOid",
"valueParameterDefinition": "https://smartdatamodels.org/dataModel.Hl7/valueParameterDefinition",
"valuePeriod": "https://smartdatamodels.org/dataModel.Hl7/valuePeriod",
"valuePositiveInt": "https://smartdatamodels.org/dataModel.Hl7/valuePositiveInt",
"valueQuantity": "https://smartdatamodels.org/dataModel.Hl7/valueQuantity",
"valueRange": "https://smartdatamodels.org/dataModel.Hl7/valueRange",
"valueRatio": "https://smartdatamodels.org/dataModel.Hl7/valueRatio",
"valueRatioRange": "https://smartdatamodels.org/dataModel.Hl7/valueRatioRange",
"valueReference": "https://smartdatamodels.org/dataModel.Hl7/valueReference",
"valueRelatedArtifact": "https://smartdatamodels.org/dataModel.Hl7/valueRelatedArtifact",
"valueSampledData": "https://smartdatamodels.org/dataModel.Hl7/valueSampledData",
"valueSignature": "https://smartdatamodels.org/dataModel.Hl7/valueSignature",
"valueString": "https://smartdatamodels.org/dataModel.Hl7/valueString",
"valueTime": "https://smartdatamodels.org/dataModel.Hl7/valueTime",
"valueTiming": "https://smartdatamodels.org/dataModel.Hl7/valueTiming",
"valueTriggerDefinition": "https://smartdatamodels.org/dataModel.Hl7/valueTriggerDefinition",
"valueUnsignedInt": "https://smartdatamodels.org/dataModel.Hl7/valueUnsignedInt",
"valueUri": "https://smartdatamodels.org/dataModel.Hl7/valueUri",
"valueUrl": "https://smartdatamodels.org/dataModel.Hl7/valueUrl",
"valueUsageContext": "https://smartdatamodels.org/dataModel.Hl7/valueUsageContext",
"valueUuid": "https://smartdatamodels.org/dataModel.Hl7/valueUuid",
"version": "https://smartdatamodels.org/dataModel.Hl7/version",
"versionId": "https://smartdatamodels.org/dataModel.Hl7/versionId",
"volume": "https://smartdatamodels.org/dataModel.Hl7/volume",
"webLocation": "https://smartdatamodels.org/dataModel.Hl7/webLocation",
"when": "https://smartdatamodels.org/dataModel.Hl7/when",
"who": "https://smartdatamodels.org/dataModel.Hl7/who",
"whoClassified": "https://smartdatamodels.org/dataModel.Hl7/whoClassified"
}
}