-
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.
Merge pull request #138 from fhir-fi/reduce-ipa-dependencies
Reduce ipa dependencies
- Loading branch information
Showing
13 changed files
with
74 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Instance: MedicationStatementInsulin | ||
InstanceOf: FiBaseMedicationStatement | ||
Title: "Simple medication statement example" | ||
Description: "Patient states they are taking long acting insulin (Lantus), but not the amount." | ||
Usage: #example | ||
* id = "medication-statement-insulin" | ||
* medicationCodeableConcept | ||
* coding[0] = http://snomed.info/sct#411529005 "Insulin glargine" | ||
* coding[+] = http://www.whocc.no/atc#A10AE04 "insulin glargine" | ||
* text = "Insulin glargine (Lantus)" | ||
* status = #active | ||
* subject = Reference(PatientOfMunicipality) | ||
* effectiveDateTime = "2023-07-22" | ||
* informationSource = Reference(PatientOfMunicipality) |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Profile: FiBaseMedication | ||
Parent: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication | ||
Parent: Medication | ||
Id: fi-base-medication | ||
Title: "FI Base Medication" | ||
Description: "This is the Finnish base profile for the Medication resource." | ||
Description: "This is the Finnish base profile for the Medication resource for other than patient access use cases." | ||
* ^status = #draft | ||
* manufacturer only Reference(FiBaseOrganization) | ||
* ingredient.itemReference only Reference(Substance or FiBaseMedication) | ||
* ingredient.itemReference only Reference(Substance or FiBaseMedication or FiBasePatientMedication) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Profile: FiBaseMedicationRequest | ||
Parent: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationrequest | ||
Parent: MedicationRequest | ||
Id: fi-base-medication-request | ||
Title: "FI Base MedicationRequest" | ||
Description: "This is the Finnish base profile for the MedicationRequest resource." | ||
Description: "This is the Finnish base profile for the MedicationRequest resource, for other than patient access use cases." | ||
* ^status = #draft | ||
* reportedReference only Reference(FiBasePatient or FiBasePractitioner or FiBasePractitionerRole) | ||
* medicationReference only Reference(FiBaseMedication) | ||
* medicationReference only Reference(FiBaseMedication or FiBasePatientMedication) | ||
* subject only Reference(FiBasePatient) | ||
* encounter only Reference(FiBaseEncounter) | ||
* requester only Reference(FiBasePractitioner or FiBasePractitionerRole or FiBasePatient) | ||
* performer only Reference(FiBasePractitioner or FiBasePractitionerRole or FiBasePatient or FiBaseOrganization or Device or RelatedPerson or CareTeam) | ||
* recorder only Reference(FiBasePractitioner or FiBasePractitionerRole) | ||
* reasonReference only Reference(FiBaseCondition or FiBaseObservation) | ||
* eventHistory only Reference(FiBaseProvenance) | ||
* priorPrescription only Reference(FiBaseMedicationRequest) | ||
* priorPrescription only Reference(FiBaseMedicationRequest or FiBasePatientMedicationRequest) | ||
* dispenseRequest.performer only Reference(FiBaseOrganization) | ||
* basedOn only Reference(CarePlan or FiBaseMedicationRequest or ServiceRequest or ImmunizationRecommendation) | ||
* basedOn only Reference(CarePlan or FiBaseMedicationRequest or FiBasePatientMedicationRequest or ServiceRequest or ImmunizationRecommendation) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Profile: FiBasePatientMedication | ||
Parent: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication | ||
Id: fi-base-patient-medication | ||
Title: "FI Base Patient Medication" | ||
Description: "This is the Finnish base profile for the Medication resource for patient access use case." | ||
* ^status = #draft | ||
* manufacturer only Reference(FiBaseOrganization) | ||
* ingredient.itemReference only Reference(Substance or FiBasePatientMedication) |
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,18 @@ | ||
Profile: FiBasePatientMedicationRequest | ||
Parent: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationrequest | ||
Id: fi-base-patient-medication-request | ||
Title: "FI Base Patient MedicationRequest" | ||
Description: "This is the Finnish base profile for the MedicationRequest resource for the patient access use case." | ||
* ^status = #draft | ||
* reportedReference only Reference(FiBasePatient or FiBasePractitioner or FiBasePractitionerRole) | ||
* medicationReference only Reference(FiBasePatientMedication) | ||
* subject only Reference(FiBasePatient) | ||
* encounter only Reference(FiBaseEncounter) | ||
* requester only Reference(FiBasePractitioner or FiBasePractitionerRole or FiBasePatient) | ||
* performer only Reference(FiBasePractitioner or FiBasePractitionerRole or FiBasePatient or FiBaseOrganization or Device or RelatedPerson or CareTeam) | ||
* recorder only Reference(FiBasePractitioner or FiBasePractitionerRole) | ||
* reasonReference only Reference(FiBaseCondition or FiBaseObservation) | ||
* eventHistory only Reference(FiBaseProvenance) | ||
* priorPrescription only Reference(FiBasePatientMedicationRequest) | ||
* dispenseRequest.performer only Reference(FiBaseOrganization) | ||
* basedOn only Reference(CarePlan or FiBasePatientMedicationRequest or ServiceRequest or ImmunizationRecommendation) |
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: 4 additions & 2 deletions
6
input/pagecontent/StructureDefinition-fi-base-medication-request-intro.md
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
### Scope and Usage | ||
|
||
The FI Base MedicationRequest derives from the MedicationRequest profile of the International | ||
Patient Access specification. | ||
This profile is meant for use cases without patient access perspective. For patient access use | ||
case, please see the | ||
[FI Base Patient Medication Request](StructureDefinition-fi-base-patient-medication-request.html) | ||
profile. | ||
|
||
{% include fragment-medication.md %} |
10 changes: 10 additions & 0 deletions
10
input/pagecontent/StructureDefinition-fi-base-patient-medication-request-intro.md
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,10 @@ | ||
### Scope and Usage | ||
|
||
The FI Base MedicationRequest derives from the MedicationRequest profile of the International | ||
Patient Access specification. | ||
|
||
For use cases with no patient access perspective, please see also the | ||
[FI Base Medication Request](StructureDefinition-fi-base-medication-request.html) profile. | ||
|
||
|
||
{% include fragment-medication.md %} |
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