From 98dfcccf66a6542834f5a8c31288d6834965572d Mon Sep 17 00:00:00 2001 From: Espen Stranger Seland Date: Fri, 31 Jan 2025 14:44:14 +0100 Subject: [PATCH] =?UTF-8?q?Fjernet=20un=C3=B8dvendige=20eksempelinstanser?= =?UTF-8?q?=20fra=20blodpr=C3=B8veprofilen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mal/input/fsh/profiles/mal-Observation-blodprove.fsh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/mal/input/fsh/profiles/mal-Observation-blodprove.fsh b/mal/input/fsh/profiles/mal-Observation-blodprove.fsh index 34c3a84..5b50cd0 100644 --- a/mal/input/fsh/profiles/mal-Observation-blodprove.fsh +++ b/mal/input/fsh/profiles/mal-Observation-blodprove.fsh @@ -10,13 +10,4 @@ Description: "Profil for vanlige blodprøver" * subject only Reference(Patient) 1..1 // Pasienten som blodprøven er tatt av * effectiveDateTime MS // Dato og tid for blodprøve * code MS // Kode for blodprøve -* valueQuantity MS // Resultat av blodprøve - -// Eksempel på en blodprøve -Instance: Blodprøve-1 -InstanceOf: MalObservationBlood -Description: "Eksempel på en blodprøve" -* subject = Reference(Patient/Pasient-1) -* effectiveDateTime = "2025-01-22" -* code = "Kode for blodprøve" -* valueQuantity = 5.0 \ No newline at end of file +* valueQuantity MS // Resultat av blodprøve \ No newline at end of file