Skip to content

Commit

Permalink
Fix more bugs with ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Tanjga committed May 6, 2024
1 parent ffa1e3f commit b85548a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions input/fsh/11_Example_eMedPrescriptionAsRequestOrchestration.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ Instance: Example-eMedPrescriptionAsRequestOrchestration
InstanceOf: eMedPrescriptionAsRequestOrchestration
Description: "Example of a eMedPrescription as RequestOrchestration with data as similar as possible to https://gitlab.com/elga-gmbh/cda-beispielbefunde/-/blob/master/Basisleitf%C3%A4den_(2.06.2)/ELGA-083-e-Medikation_1-Rezept_mit_Verordnungen1-4%20Dosierungsvarianten%20an%20EINEM%20Tag.xml?ref_type=headshttps://gitlab.com/elga-gmbh/cda-beispielbefunde/-/blob/master/Basisleitf%C3%A4den_(2.06.2)/ELGA-083-e-Medikation_1-Rezept_mit_Verordnungen1-4%20Dosierungsvarianten%20an%20EINEM%20Tag.xml"
Usage: #example
* id = WYE82A2G8EE1
* id = "WYE82A2G8EE1"
* contained = Example-eMedRequest
* status = #completed
* intent = #order
* code = https://termgit.elga.gv.at/ValueSet/elga-medikationrezeptart#KASSEN "Kassenrezept"
* subject.reference = https://fhir.hl7.at/r5-core-main/Patient-HL7ATCorePatientExample05-FullElga
* subject.reference = "https://fhir.hl7.at/r5-core-main/Patient-HL7ATCorePatientExample05-FullElga"
* authoredOn = "2013-03-24T08:20:15+01:00"
* author.reference = https://fhir.hl7.at/r5-core-main/Practitioner-HL7ATCorePractitionerExample01
* author.reference = "https://fhir.hl7.at/r5-core-main/Practitioner-HL7ATCorePractitionerExample01"

Instance: Example-eMedRequest
InstanceOf: eMedRequest
Description: "Example of a eMedRequest as MedicationRequest with data as similar as possible to the first entry/'Verordnung' of https://gitlab.com/elga-gmbh/cda-beispielbefunde/-/blob/master/Basisleitf%C3%A4den_(2.06.2)/ELGA-083-e-Medikation_1-Rezept_mit_Verordnungen1-4%20Dosierungsvarianten%20an%20EINEM%20Tag.xml?ref_type=headshttps://gitlab.com/elga-gmbh/cda-beispielbefunde/-/blob/master/Basisleitf%C3%A4den_(2.06.2)/ELGA-083-e-Medikation_1-Rezept_mit_Verordnungen1-4%20Dosierungsvarianten%20an%20EINEM%20Tag.xml"
Usage: #example
* identifier = WYE82A2G8EEW-4711
* groupIdentifier = WYE82A2G8EE1
* identifier.value = WYE82A2G8EEW-4711
* groupIdentifier.value = WYE82A2G8EE1
* status = #completed
* intent = #order
* medication.concept = $asp-liste#981417 "CIPROXIN FTBL 500MG"
* subject.reference = https://fhir.hl7.at/r5-core-main/Patient-HL7ATCorePatientExample05-FullElga
* requester.reference = https://fhir.hl7.at/r5-core-main/Practitioner-HL7ATCorePractitionerExample01
* subject.reference = "https://fhir.hl7.at/r5-core-main/Patient-HL7ATCorePatientExample05-FullElga"
* requester.reference = "https://fhir.hl7.at/r5-core-main/Practitioner-HL7ATCorePractitionerExample01"
* note.text = "Dosierung genau einhalten!"
* effectiveDosePeriod.start = "2013-03-24T08:20:15+01:00"
* effectiveDosePeriod.end = "2013-04-07T00:00:00+01:00"
Expand Down

0 comments on commit b85548a

Please sign in to comment.