-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExample_ValueSet.fsh
37 lines (36 loc) · 1.37 KB
/
Example_ValueSet.fsh
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
Profile: ExampleValueSet
Parent: ValueSet
Id: ExampleValueSet
Description: "Dieses Profil beschreibt die maschinenlesbare Auswahl von Codes für die Kodierung spezifischer FHIR-Elemente in YourNameHere-Szenarien"
* insert Meta
* id 1.. MS
* url 1.. MS
* version 1.. MS
* name 1.. MS
* status MS
* useContext 1.. MS
* useContext.code = http://terminology.hl7.org/CodeSystem/usage-context-type#focus
* useContext.value[x] only CodeableConcept
* useContext.value[x] from ResourceType (required)
* useContext.value[x] ^binding.description = "One of the resource types defined as part of this version of FHIR."
* expansion 1.. MS
* expansion.timestamp MS
* expansion.contains 1.. MS
* expansion.contains.system 1.. MS
* expansion.contains.version 1.. MS
* expansion.contains.code 1.. MS
* expansion.contains.display 1.. MS
Instance: ValueSetExample
InstanceOf: ExampleValueSet
Usage: #example
* url = "http://example.org/fhir/ValueSet/TestValueSet"
* version = "1.0.0"
* name = "TestValueSet"
* status = #active
* useContext.code = http://terminology.hl7.org/CodeSystem/usage-context-type#focus
* useContext.valueCodeableConcept = http://hl7.org/fhir/resource-types#Encounter
* expansion.timestamp = "2022-03-30"
* expansion.contains.system = "http://example.org/fhir/CodeSystem/TestKatalog"
* expansion.contains.version = "1.0.0"
* expansion.contains.code = #test
* expansion.contains.display = "Test"