Skip to content

Commit

Permalink
Remove meta.profile from examples [#28]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunmail committed Mar 27, 2023
1 parent fb18a9b commit 65589de
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions input/fsh/examples/Patient.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ Instance: RichardSmith
InstanceOf: Patient
Description: "Example patient Richard Smith"
* id = "57bae551-2c5d-4def-a541-4b156ec49497"
* meta
* profile[+] = Canonical(https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient)
* profile[+] = Canonical(UKCoreAccessPatientIndexPatient)
* identifier[+]
* system = "https://fhir.nhs.uk/Id/nhs-number"
* value = "9912003888"
Expand All @@ -29,9 +26,6 @@ Instance: MichaelSmithies
InstanceOf: Patient
Description: "Example patient Michael Smithies"
* id = "9708ceae-ddc8-49d2-97c1-f6f161e0104a"
* meta
* profile[+] = Canonical(https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient)
* profile[+] = Canonical(UKCoreAccessPatientIndexPatient)
* identifier[+]
* system = "https://fhir.nhs.uk/Id/nhs-number"
* value = "9912003814"
Expand All @@ -53,9 +47,6 @@ Instance: MaryMorris
InstanceOf: Patient
Description: "Example patient MaryMorris"
* id = "b88f0099-5213-4502-a49d-cc3887027bdd"
* meta
* profile[+] = Canonical(https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient)
* profile[+] = Canonical(UKCoreAccessPatientIndexPatient)
* identifier[+]
* system = "https://fhir.nhs.uk/Id/nhs-number"
* value = "4123456879"
Expand Down

0 comments on commit 65589de

Please sign in to comment.