You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,10 @@ Options:
152
152
-?, -h, --help Show help and usage information
153
153
```
154
154
155
+
## Requirements
156
+
157
+
In order to run TypeScript tests, the system must be able to find the 'tsc' (TypeScript compile) command. Note that it must be installed and accessible by the test application (e.g., `npm install -g typescript`).
158
+
155
159
# Pre-Generated Files
156
160
157
161
The `generated` directory has static outputs for each of the supported versions of FHIR, in each of the supported languages.
Copy file name to clipboardExpand all lines: generated/CSharpBasic_R2.cs
+19-18Lines changed: 19 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -447,7 +447,6 @@ public class ElementDefinitionType : Element {
447
447
public static class ElementDefinitionTypeAggregationCodes {
448
448
public const string CONTAINED = "contained";
449
449
public const string REFERENCED = "referenced";
450
-
public const string BUNDLED = "bundled";
451
450
}
452
451
/// <summary>
453
452
/// Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance.
@@ -2840,12 +2839,7 @@ public static class AllergyIntoleranceCriticalityCodes {
2840
2839
/// </summary>
2841
2840
public static class AllergyIntoleranceStatusCodes {
2842
2841
public const string ACTIVE = "active";
2843
-
public const string UNCONFIRMED = "unconfirmed";
2844
-
public const string CONFIRMED = "confirmed";
2845
2842
public const string INACTIVE = "inactive";
2846
-
public const string RESOLVED = "resolved";
2847
-
public const string REFUTED = "refuted";
2848
-
public const string ENTERED_IN_ERROR = "entered-in-error";
2849
2843
}
2850
2844
/// <summary>
2851
2845
/// Code Values for the AllergyIntolerance.type field
@@ -5617,14 +5611,12 @@ public class ConceptMapElementTarget : BackboneElement {
5617
5611
/// </summary>
5618
5612
public static class ConceptMapElementTargetEquivalenceCodes {
5619
5613
public const string EQUIVALENT = "equivalent";
5620
-
public const string EQUAL = "equal";
5621
5614
public const string WIDER = "wider";
5622
5615
public const string SUBSUMES = "subsumes";
5623
5616
public const string NARROWER = "narrower";
5624
5617
public const string SPECIALIZES = "specializes";
5625
5618
public const string INEXACT = "inexact";
5626
5619
public const string UNMATCHED = "unmatched";
5627
-
public const string DISJOINT = "disjoint";
5628
5620
}
5629
5621
/// <summary>
5630
5622
/// Mappings for an individual concept in the source to one or more concepts in the target.
@@ -7343,10 +7335,6 @@ public static class DataElementStatusCodes {
7343
7335
/// </summary>
7344
7336
public static class DataElementStringencyCodes {
7345
7337
public const string COMPARABLE = "comparable";
7346
-
public const string FULLY_SPECIFIED = "fully-specified";
7347
-
public const string EQUIVALENT = "equivalent";
7348
-
public const string CONVERTABLE = "convertable";
7349
-
public const string SCALEABLE = "scaleable";
7350
7338
public const string FLEXIBLE = "flexible";
7351
7339
}
7352
7340
/// <summary>
@@ -7657,7 +7645,7 @@ public static class DeviceComponentMeasurementPrincipleCodes {
7657
7645
public const string BIOLOGICAL = "biological";
7658
7646
public const string MECHANICAL = "mechanical";
7659
7647
public const string ACOUSTICAL = "acoustical";
7660
-
public const string MANUAL_PLUS = "manual+";
7648
+
public const string MANUAL = "manual";
7661
7649
}
7662
7650
/// <summary>
7663
7651
/// Describes the calibrations that have been performed or that are required to be performed.
@@ -9040,6 +9028,11 @@ public static class EncounterClassCodes {
9040
9028
public const string OUTPATIENT = "outpatient";
9041
9029
public const string AMBULATORY = "ambulatory";
9042
9030
public const string EMERGENCY = "emergency";
9031
+
public const string HOME = "home";
9032
+
public const string FIELD = "field";
9033
+
public const string DAYTIME = "daytime";
9034
+
public const string VAL_VIRTUAL = "virtual";
9035
+
public const string OTHER = "other";
9043
9036
}
9044
9037
/// <summary>
9045
9038
/// Code Values for the Encounter.status field
@@ -10997,7 +10990,6 @@ public static class ImplementationGuidePageKindCodes {
10997
10990
public const string LIST = "list";
10998
10991
public const string INCLUDE = "include";
10999
10992
public const string DIRECTORY = "directory";
11000
-
public const string DICTIONARY = "dictionary";
11001
10993
public const string TOC = "toc";
11002
10994
public const string RESOURCE = "resource";
11003
10995
}
@@ -13239,6 +13231,9 @@ public static class ObservationStatusCodes {
13239
13231
public const string PRELIMINARY = "preliminary";
13240
13232
public const string FINAL = "final";
13241
13233
public const string AMENDED = "amended";
13234
+
public const string CANCELLED = "cancelled";
13235
+
public const string ENTERED_IN_ERROR = "entered-in-error";
13236
+
public const string UNKNOWN = "unknown";
13242
13237
}
13243
13238
/// <summary>
13244
13239
/// Contacts to assist a user in finding and communicating with the publisher.
@@ -13688,7 +13683,6 @@ public static class OrderResponseOrderStatusCodes {
13688
13683
public const string ERROR = "error";
13689
13684
public const string ACCEPTED = "accepted";
13690
13685
public const string CANCELLED = "cancelled";
13691
-
public const string REPLACED = "replaced";
13692
13686
public const string ABORTED = "aborted";
13693
13687
public const string COMPLETED = "completed";
13694
13688
}
@@ -15258,9 +15252,6 @@ public class ProvenanceEntity : BackboneElement {
15258
15252
/// </summary>
15259
15253
public static class ProvenanceEntityRoleCodes {
15260
15254
public const string DERIVATION = "derivation";
15261
-
public const string REVISION = "revision";
15262
-
public const string QUOTATION = "quotation";
15263
-
public const string SOURCE = "source";
15264
15255
}
15265
15256
/// <summary>
15266
15257
/// Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies.
@@ -15389,6 +15380,16 @@ public static class QuestionnaireGroupQuestionTypeCodes {
15389
15380
public const string INTEGER = "integer";
15390
15381
public const string DATE = "date";
15391
15382
public const string DATETIME = "dateTime";
15383
+
public const string INSTANT = "instant";
15384
+
public const string TIME = "time";
15385
+
public const string VAL_STRING = "string";
15386
+
public const string TEXT = "text";
15387
+
public const string URL = "url";
15388
+
public const string CHOICE = "choice";
15389
+
public const string OPEN_CHOICE = "open-choice";
15390
+
public const string ATTACHMENT = "attachment";
15391
+
public const string REFERENCE = "reference";
15392
+
public const string QUANTITY = "quantity";
15392
15393
}
15393
15394
/// <summary>
15394
15395
/// Need to be able to logically group answers to grouped questions.
0 commit comments