Skip to content

Commit

Permalink
Update mal-Patient.fsh
Browse files Browse the repository at this point in the history
  • Loading branch information
rockphotog authored Jan 23, 2025
1 parent 57228b6 commit d32dca9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions mal/input/fsh/profiles/mal-Patient.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ Description: "Informasjon om pasienten, basert på no-basis."
* identifier MS
* name.family MS

// Eksempler
// EKSEMPLER

Instance: Pasient-1
InstanceOf: MalPatient
Description: "Eksempel på pasient med etternavn og fødselsnummer"
* identifier[FNR].system = "urn:oid:2.16.578.1.12.4.1.4.1"
* identifier[FNR].value = "13031353453"
* identifier.system = "urn:oid:2.16.578.1.12.4.1.4.1"
* identifier.value = "13031353453"
* name.family = "Lin"
* name.given = "Rita"
// * name.given = "Rita"

0 comments on commit d32dca9

Please sign in to comment.