-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beispiel: Alle drei Monate am ersten Dienstag
- Loading branch information
Stefan Lang
committed
Feb 16, 2024
1 parent
443ffce
commit 9646662
Showing
2 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
...urces/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"resourceType": "MedicationStatement", | ||
"id": "ExampleISiKMedikationsInformation5", | ||
"meta": { | ||
"profile": [ | ||
"https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation" | ||
] | ||
}, | ||
"dosage": [ | ||
{ | ||
"doseAndRate": [ | ||
{ | ||
"doseQuantity": { | ||
"system": "http://unitsofmeasure.org", | ||
"value": 1, | ||
"unit": "Tabl.", | ||
"code": "1" | ||
} | ||
} | ||
], | ||
"timing": { | ||
"repeat": { | ||
"frequency": 1, | ||
"period": 3, | ||
"periodUnit": "mo", | ||
"dayOfWeek": [ | ||
"tue" | ||
] | ||
} | ||
}, | ||
"patientInstruction": "alle 3 Monate am 1. Dienstag" | ||
} | ||
], | ||
"status": "active", | ||
"medicationCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"code": "07260796", | ||
"system": "http://fhir.de/CodeSystem/ifa/pzn", | ||
"display": "Vitamin-B12-ratiopharm® N Ampullen zur Injektion" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"reference": "Patient/PatientinMusterfrau" | ||
}, | ||
"context": { | ||
"reference": "Encounter/Fachabteilungskontakt" | ||
}, | ||
"effectivePeriod": { | ||
"start": "2024-01-22" | ||
}, | ||
"dateAsserted": "2024-02-16" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters