forked from minigrrl/dk-core-stu3
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
1,219 additions
and
364 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Profile: DkCoreLocation | ||
Parent: Location | ||
Id: dk-core-location | ||
Title: "Danish Core Location Profile" | ||
Description: "HL7 Denmark core profile for locations" | ||
* managingOrganization only Reference(DkCoreOrganization) | ||
* partOf only Reference(DkCoreLocation) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Profile: DkCorePractitionerRole | ||
Parent: IPAPractitionerRole | ||
Id: dk-core-practitioner-role | ||
Title: "Danish Core PractitionerRole Profile" | ||
Description: "HL7 Denmark core profile for health professional roles" | ||
* organization only Reference(DkCoreOrganization) | ||
* practitioner only Reference(DkCorePractitioner) | ||
* location only Reference(DkCoreLocation) | ||
|
||
|
||
Instance: AbrahamPractitionerRole | ||
InstanceOf: DkCorePractitionerRole | ||
Title: "Licensed physician in primary care" | ||
Description: "This is an example of PractitionerRole profile. The example describes the service which practitioner is performing in a specific location in a specific role." | ||
Usage: #example | ||
* active = true | ||
* practitioner = Reference(AbrahamLaege) | ||
* organization = Reference(CenterForDiabetes) | ||
* code = http://terminology.hl7.org/CodeSystem/v2-0286#RP | ||
* specialty = http://snomed.info/sct/554471000005108/version/20240331#408443003 | ||
//* location = Reference(LocationExample) | ||
* availableTime[0].daysOfWeek[0] = #mon | ||
* availableTime[=].daysOfWeek[+] = #tue | ||
* availableTime[=].daysOfWeek[+] = #wed | ||
* availableTime[=].availableStartTime = "09:00:00" | ||
* availableTime[=].availableEndTime = "15:30:00" | ||
* availableTime[+].daysOfWeek[0] = #thu | ||
* availableTime[=].daysOfWeek[+] = #fri | ||
* availableTime[=].availableStartTime = "09:00:00" | ||
* availableTime[=].availableEndTime = "12:00:00" |
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,51 @@ | ||
Profile: DkCorePersonServiceRequest | ||
Parent: ServiceRequest | ||
Id: dk-core-person-servicerequest | ||
Title: "Danish Core Person ServiceRequest Profile" | ||
Description: "HL7 Denmark core profile for requesting a service, such as diagnostic investigations, nursing services, treatments, and more for a Patient." | ||
* subject only Reference(DkCorePatient) | ||
* requester only Reference(DkCorePractitioner or PractitionerRole or DkCoreOrganization or DkCorePatient or DkCoreRelatedPerson or Device) | ||
* performer only Reference(DkCorePractitioner or PractitionerRole or DkCoreOrganization or DkCorePatient or DkCoreRelatedPerson or HealthcareService or Device or CareTeam) | ||
* category from DkCoreServiceRequestCodes (example) | ||
* priority from DkCorePriorityCodes (required) | ||
* reasonReference only Reference(DkCoreCondition or DkCoreObservation or DiagnosticReport or DocumentReference) | ||
* reasonCode.coding ^slicing.discriminator.type = #value | ||
* ^slicing.discriminator.path = "system" | ||
* ^slicing.rules = #open | ||
* ^slicing.ordered = false | ||
* ^slicing.description = "Slice based on the code.system value which allow different code-systems to represent a reason" | ||
* ^short = "Reason code, [DA] begrundelses-kode" | ||
* reasonCode.coding contains | ||
FSIIIConditionCode 0..1 and | ||
SCTCode 0..1 and | ||
FFBConditionCode 0..1 and | ||
SKS 0..1 and | ||
ICPC2code 0..1 | ||
* reasonCode.coding[FSIIIConditionCode] ^short = "[DA] FSIII tilstandskode" | ||
* system 1.. | ||
* system = "urn:oid:1.2.208.176.2.21" | ||
* reasonCode.coding[SCTCode] | ||
* ^short = "SNOMED CT kode, typisk klinisk fund eller procedure" | ||
* system 1.. | ||
* system = "http://snomed.info/sct" | ||
* reasonCode.coding[FFBConditionCode] ^short = "[DA] FFB undertemakode" | ||
* system 1.. | ||
* system = "urn:oid:1.2.208.176.2.22" | ||
* reasonCode.coding[SKS] ^short = "[DA] Kode fra SKS, typisk diagnose eller procedure" | ||
* system 1.. | ||
* system = "urn:oid:1.2.208.176.2.4.12" | ||
* reasonCode.coding[ICPC2code] ^short = "ICPC2 code" | ||
* system 1.. | ||
* system = "urn:oid:1.2.208.176.2.31" | ||
|
||
|
||
Instance: JohnsServiceRequest | ||
InstanceOf: DkCorePersonServiceRequest | ||
Title: "Request for nursing care of John." | ||
Description: "Request for nursing care of John." | ||
Usage: #example | ||
* status = #active | ||
* intent = #plan | ||
* priority = http://hl7.org/fhir/request-priority#routine | ||
* subject.reference = "Patient/john" | ||
* category = $sct#658161000005107 "hjemmesygepleje" |
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
Oops, something went wrong.