Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed 2 typos #39

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LMDI/input/fsh/profiles/lmdi-Medication.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Description: "Beskrivelse av legemiddel."
* code.coding[FD] ^short = "FEST-id for legemiddel DOSE"
* code.coding[FM] ^short = "FEST-id for legemiddel MERKEVARE"
* code.coding[FP] ^short = "FEST-id for legemiddel PAKNING"
* code.coding[FV] ^short = "FEST-is for legemiddel VIRKESTOFF"
* code.coding[FV] ^short = "FEST-id for legemiddel VIRKESTOFF"
* code.coding[FD] ^comment = "URI for NamingSystem er midlertidig, må normeres som en del av no-basis."
* code.coding[FM] ^comment = "URI for NamingSystem er midlertidig, må normeres som en del av no-basis."
* code.coding[FP] ^comment = "URI for NamingSystem er midlertidig, må normeres som en del av no-basis."
Expand Down
2 changes: 1 addition & 1 deletion LMDI/input/fsh/profiles/lmdi-MedicationAdministration.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Dette er kjerneressursen for denne implementasjonsguiden. Den peker videre legem

* dosage.route MS
* dosage.route ^short = "Administrasjonsvei"
* dosage.route ^definition = "Aministrasjonsvei. Er begrenset til foreslått koding fra SNOMED CT-verdisettet til HL7 og Volven-kodeverket Administrasjonsvei (OID=7477) fra eResept. "
* dosage.route ^definition = "Administrasjonsvei. Er begrenset til foreslått koding fra SNOMED CT-verdisettet til HL7 og Volven-kodeverket Administrasjonsvei (OID=7477) fra eResept. "
* dosage.route ^comment = "TODO #22 Diskuter om det bør være 0..1 hvis man ikke har registret administrasjonsvei."
* dosage.route.coding ^slicing.discriminator.type = #pattern
* dosage.route.coding ^slicing.discriminator.path = "system"
Expand Down
Loading