diff --git a/LMDI/input/fsh/profiles/lmdi-AdministrertLegemiddel.fsh b/LMDI/input/fsh/profiles/lmdi-AdministrertLegemiddel.fsh index ec2a4f3b..d01e37e6 100644 --- a/LMDI/input/fsh/profiles/lmdi-AdministrertLegemiddel.fsh +++ b/LMDI/input/fsh/profiles/lmdi-AdministrertLegemiddel.fsh @@ -1,4 +1,3 @@ -// UTKAST - PLACEHOLDER Profile: AdministrertLegemiddel Parent: MedicationAdministration Id: lmdi-administrert-legemiddel diff --git a/LMDI/input/fsh/profiles/lmdi-Condition-Diagnose.fsh b/LMDI/input/fsh/profiles/lmdi-Condition-Diagnose.fsh index f1829af0..c38b487b 100644 --- a/LMDI/input/fsh/profiles/lmdi-Condition-Diagnose.fsh +++ b/LMDI/input/fsh/profiles/lmdi-Condition-Diagnose.fsh @@ -4,6 +4,8 @@ Id: lmdi-condition-diagnose Title: "Diagnose" Description: "Diagnosen som pasienten har fått rekvirert og administrert legemiddelet for" * ^status = #draft -* ^date = "2024-05-23" +* ^date = "2024-05-27" -// Krav: \ No newline at end of file +// Krav: +// MVP: ICPC-2 eller ICD-10 +* code 1..1 \ No newline at end of file diff --git a/LMDI/input/fsh/profiles/lmdi-Encounter-Institusjonsopphold.fsh b/LMDI/input/fsh/profiles/lmdi-Encounter-Institusjonsopphold.fsh index 897aa1c8..ee07dbc0 100644 --- a/LMDI/input/fsh/profiles/lmdi-Encounter-Institusjonsopphold.fsh +++ b/LMDI/input/fsh/profiles/lmdi-Encounter-Institusjonsopphold.fsh @@ -2,7 +2,7 @@ Profile: LmdiEncounterInstitusjonsopphold Parent: Encounter Id: lmdi-encounter-institusjonsopphold -Title: "Lmdi-Institusjonsopphold" +Title: "Institusjonsopphold" Description: "TODO" * ^status = #draft * ^date = "2024-05-23" diff --git a/LMDI/input/fsh/profiles/lmdi-Organization.fsh b/LMDI/input/fsh/profiles/lmdi-Organization.fsh index 32f2de9b..354a1b6c 100644 --- a/LMDI/input/fsh/profiles/lmdi-Organization.fsh +++ b/LMDI/input/fsh/profiles/lmdi-Organization.fsh @@ -1,8 +1,8 @@ Profile: LmdiOrganization Parent: Organization Id: lmdi-organization -Title: "Lmdi-Organization" -Description: "TODO" +Title: "Organisasjon" +Description: "TODO #4" * ^status = #draft * ^date = "2024-05-23" diff --git a/LMDI/input/fsh/profiles/lmdi-patient.fsh b/LMDI/input/fsh/profiles/lmdi-patient.fsh index 057936e6..6afd2737 100644 --- a/LMDI/input/fsh/profiles/lmdi-patient.fsh +++ b/LMDI/input/fsh/profiles/lmdi-patient.fsh @@ -1,19 +1,21 @@ Profile: LmdiPatient Id: lmdi-patient Parent: Patient -Title: "LMDI Patient Profile" -Description: "Kun et eksempel for å vise verktøy" +Title: "Pasient" +Description: "Informasjon om pasienten" * ^status = #draft * ^date = "2024-05-23" // Krav til profil: -// Krav (nasjonalt): Baseres på no-basis-patient <- profileres +// TODO #6 "Pasient" skal baseres på no-basis-Patient // Parent: no-basis-Patient // Krav: MÅ være FNR eller DNR <- profileres // ESS: Må kanskje være MS hvis det er mulighet for kjønn+fdato // Slice med FNR + DNR, TODO usikker på mutual excl. * identifier MS +* identifier ^short = "Identifikator for pasienten." +* identifier ^definition = "Identifikator for pasienten. Skal være fødselsnummer (FNR) eller D-nummer (DNR)." * identifier ^slicing.discriminator.type = #pattern * identifier ^slicing.discriminator.path = "code" * identifier ^slicing.rules = #closed @@ -22,7 +24,9 @@ Description: "Kun et eksempel for å vise verktøy" DNR 0..1 * identifier[FNR].system = "urn:oid:2.16.578.1.12.4.1.4.1" * identifier[DNR].system = "urn:oid:2.16.578.1.12.4.1.4.2" -* identifier.value 1..1 +* identifier[DNR].system ^short = "The identification of the D-nummer" +* identifier[FNR].value 1..1 +* identifier[DNR].value 1..1 // Krav: Hvis ikke ID, bruk // - kjønn diff --git a/LMDI/input/fsh/profiles/lmdi-practitioner.fsh b/LMDI/input/fsh/profiles/lmdi-practitioner.fsh index 4ce3241b..c9757910 100644 --- a/LMDI/input/fsh/profiles/lmdi-practitioner.fsh +++ b/LMDI/input/fsh/profiles/lmdi-practitioner.fsh @@ -1,10 +1,19 @@ Profile: LmdiPractitioner Id: lmdi-practitioner Parent: Practitioner -Title: "LMDI Helsepersonell" +Title: "Helsepersonell" Description: "Helsepersonell som har foreskrevet eller administrert legemiddelet" * ^status = #draft -* ^date = "2024-05-23" +* ^date = "2024-05-27" // Krav til profil: -// Skal baseres på no-basis-practitioner \ No newline at end of file +// TODO #5 "Helsepersonell" skal baseres på no-basis-practitioner + +// Krav: Identifikator +* identifier 1..1 +* identifier.value 1..1 +// MVP: HPR-nummer +* identifier.system = "urn:oid:2.16.578.1.12.4.1.4.4" + +// Krav: Spesialitet (qualification) +* qualification MS \ No newline at end of file