File tree 6 files changed +33
-6
lines changed
6 files changed +33
-6
lines changed Original file line number Diff line number Diff line change
1
+ temp
2
+ fsh-generated
3
+ template
Original file line number Diff line number Diff line change
1
+ @ ECHO OFF
2
+ CALL ./_genonce.bat -watch
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ ./_genonce.sh -watch
Original file line number Diff line number Diff line change 2
2
// This file can be renamed, and additional FSH files can be added.
3
3
// SUSHI will look for definitions in any file using the .fsh ending.
4
4
Profile: MyPatient
5
- Parent: Patient
5
+ Parent: ehealth - patient
6
6
Description: "An example profile of the Patient resource."
7
7
* name 1 ..* MS
8
8
9
9
Instance: PatientExample
10
10
InstanceOf: MyPatient
11
- Description: "An example of a patient with a license to krill."
12
- * name
13
- * given[0 ] = "James"
14
- * family = "Pond"
11
+ Usage: #example
12
+ * meta.profile = "http: // ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient"
13
+ * identifier.use = #official
14
+ * identifier.system = "urn: oid: 1.2 .208.176 .1.2 "
15
+ * identifier.value = "2512489996 "
16
+ * name.use = #official
17
+ * name.family = "Berggren"
18
+ * name.given[0 ] = "Nancy"
19
+ * name.given[+ ] = "Ann"
20
+ * telecom[0 ].system = #other
21
+ * telecom[= ].value = "NemSMS"
22
+ * telecom[+ ].system = #other
23
+ * telecom[= ].value = "eBoks"
24
+ * gender = #unknown
25
+ * address.extension[0 ].url = "http: // hl7.dk/fhir/core/StructureDefinition/dk-core-municipalityCodes"
26
+ * address.extension[= ].valueCodeableConcept = http: // hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes#0330
27
+ * address.extension[+ ].url = "http: // hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes"
28
+ * address.extension[= ].valueCodeableConcept = http: // hl7.dk/fhir/core/CodeSystem/dk-core-regional-subdivision-codes#DK-85
29
+ * address.use = #home
30
+ * address.line[0 ] = "Tårnhøjvej 47 "
31
+ * address.line[+ ] = "Landet"
32
+ * address.city = "Aalborg Øst"
33
+ * address.postalCode = "9220 "
34
+ * address.country = "Danmark"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ publisher:
27
27
dependencies :
28
28
# hl7.fhir.us.core: 3.1.0
29
29
dk.ehealth.sundhed.fhir.ig.core :
30
- id : dk.ehealth.sundhed.fhir.ig.core
30
+ id : dk_ehealth_sundhed_fhir_ig_core
31
31
uri : https://docs.ehealth.sundhed.dk/latest/ig/package.tgz
32
32
version : 1.0.0
33
33
#
You can’t perform that action at this time.
0 commit comments