From 275ca5f9a2ae6d386c443beda5bd8761d753a03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rutt=20Lindstr=C3=B6m?= Date: Sun, 6 Oct 2024 22:38:56 +0300 Subject: [PATCH] inline -> example --- input/fsh/examples/general.fsh | 12 ++++++------ .../examples/prescriptions/multiitem-requests.fsh | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/input/fsh/examples/general.fsh b/input/fsh/examples/general.fsh index 18a4e580..eb4b734c 100644 --- a/input/fsh/examples/general.fsh +++ b/input/fsh/examples/general.fsh @@ -1,6 +1,6 @@ Instance: patient1 InstanceOf: Patient -Usage: #inline +Usage: #example Description: "A patient" * identifier.value = "12345" @@ -10,7 +10,7 @@ Description: "A patient" Instance: practitioner1 InstanceOf: Practitioner -Usage: #inline +Usage: #example Description: "A doctor" * identifier.value = "hpc-265" @@ -19,7 +19,7 @@ Description: "A doctor" Instance: practitioner2 InstanceOf: Practitioner -Usage: #inline +Usage: #example Description: "A pharmacist" * identifier.value = "hpc-pharm-124" @@ -29,7 +29,7 @@ Description: "A pharmacist" Instance: organization1 InstanceOf: Organization -Usage: #inline +Usage: #example Description: "An organization" * identifier.value = "A12567" @@ -37,7 +37,7 @@ Description: "An organization" Instance: organization2 InstanceOf: Organization -Usage: #inline +Usage: #example Description: "An organization" * identifier.value = "Ph-1234" @@ -45,7 +45,7 @@ Description: "An organization" Instance: doctor1 InstanceOf: PractitionerRole -Usage: #inline +Usage: #example Description: "Clinical oncologist in a practice" * practitioner = Reference(practitioner1) diff --git a/input/fsh/examples/prescriptions/multiitem-requests.fsh b/input/fsh/examples/prescriptions/multiitem-requests.fsh index f37aa511..dff4ab98 100644 --- a/input/fsh/examples/prescriptions/multiitem-requests.fsh +++ b/input/fsh/examples/prescriptions/multiitem-requests.fsh @@ -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" @@ -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"