Skip to content

Commit

Permalink
inline -> example
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindstrm committed Oct 6, 2024
1 parent 459c68f commit 275ca5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions input/fsh/examples/general.fsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Instance: patient1
InstanceOf: Patient
Usage: #inline
Usage: #example
Description: "A patient"

* identifier.value = "12345"
Expand All @@ -10,7 +10,7 @@ Description: "A patient"

Instance: practitioner1
InstanceOf: Practitioner
Usage: #inline
Usage: #example
Description: "A doctor"

* identifier.value = "hpc-265"
Expand All @@ -19,7 +19,7 @@ Description: "A doctor"

Instance: practitioner2
InstanceOf: Practitioner
Usage: #inline
Usage: #example
Description: "A pharmacist"

* identifier.value = "hpc-pharm-124"
Expand All @@ -29,23 +29,23 @@ Description: "A pharmacist"

Instance: organization1
InstanceOf: Organization
Usage: #inline
Usage: #example
Description: "An organization"

* identifier.value = "A12567"
* name = "Dr Ärztin Private Practice"

Instance: organization2
InstanceOf: Organization
Usage: #inline
Usage: #example
Description: "An organization"

* identifier.value = "Ph-1234"
* name = "Su-Bin Pharmacy B"

Instance: doctor1
InstanceOf: PractitionerRole
Usage: #inline
Usage: #example
Description: "Clinical oncologist in a practice"

* practitioner = Reference(practitioner1)
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/examples/prescriptions/multiitem-requests.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Description: "A grouper for the lines of a multiitem prescription."

Instance: 300-2-medication-prescription-request1
InstanceOf: IHEMedicationPrescription
Usage: #inline
Usage: #example
Description: "A prescription item (MedicationRequest) that is a part of a three-item-prescription (42-day treatment cycle). Generic. Thalidomide 50mgx4 once a day before bed for 42 days."

* identifier.value = "300-1/2"
Expand All @@ -271,7 +271,7 @@ Description: "A prescription item (MedicationRequest) that is a part of a three-

Instance: 300-2-medication-prescription-request2
InstanceOf: IHEMedicationPrescription
Usage: #inline
Usage: #example
Description: "A prescription item (MedicationRequest) that is a part of a three-item-prescription (42-day treatment cycle). Generic. Melphalan 2mgx4 once a day for 4 days in the beginning of cycle."

* identifier.value = "300-2/2"
Expand Down

0 comments on commit 275ca5f

Please sign in to comment.