-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lagt til endose på pakning og oppdatert alle eksempler
- Loading branch information
Stine JOHANSEN
committed
Mar 12, 2020
1 parent
7f27bf2
commit eca913b
Showing
10 changed files
with
125 additions
and
19 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
6 changes: 3 additions & 3 deletions
6
StructureDefinition/safest-RetailPack.StructureDefinition-extension.xml
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
46 changes: 46 additions & 0 deletions
46
StructureDefinition/safest-SingleUnit.StructureDefinition-extension.xml
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,46 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<StructureDefinition xmlns="http://hl7.org/fhir"> | ||
<id value="f2c44480-5d34-40c0-98d0-bce7f0bbbc4b" /> | ||
<meta> | ||
<versionId value="5" /> | ||
<lastUpdated value="2020-03-12T05:51:29.506+00:00" /> | ||
</meta> | ||
<url value="http://legemiddelverket.no/fhir/StructureDefinition/safest-singleUnit" /> | ||
<name value="safest-singleUnit" /> | ||
<status value="draft" /> | ||
<date value="2020-03-12T05:51:26.9765698Z" /> | ||
<fhirVersion value="4.0.0" /> | ||
<mapping> | ||
<identity value="rim" /> | ||
<uri value="http://hl7.org/v3" /> | ||
<name value="RIM Mapping" /> | ||
</mapping> | ||
<kind value="complex-type" /> | ||
<abstract value="false" /> | ||
<context> | ||
<type value="element" /> | ||
<expression value="MedicinalProductPackaged.packageItem" /> | ||
</context> | ||
<type value="Extension" /> | ||
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> | ||
<derivation value="constraint" /> | ||
<differential> | ||
<element id="Extension"> | ||
<path value="Extension" /> | ||
<short value="Is item singl unit" /> | ||
<definition value="Bool value extension for use on packgeItem on MedicinalProductPackaged" /> | ||
</element> | ||
<element id="Extension.url"> | ||
<path value="Extension.url" /> | ||
<fixedUri value="http://legemiddelverket.no/fhir/StructureDefinition/safest-singleUnit" /> | ||
</element> | ||
<element id="Extension.value[x]"> | ||
<path value="Extension.value[x]" /> | ||
<min value="1" /> | ||
<type> | ||
<code value="boolean" /> | ||
</type> | ||
<isModifier value="false" /> | ||
</element> | ||
</differential> | ||
</StructureDefinition> |