FHIR Chat · NamingSystem · shorthand

Stream: shorthand

Topic: NamingSystem


view this post on Zulip David Hay (Jun 18 2020 at 04:14):

How do you create a naming system? The following code results in an instance in the example folder with just the resourceType and id

Instance: Ns-NHI
InstanceOf: NamingSystem
Title: "NHI number"
Description: "Represents the identifier used by the NHI"
Usage: #definition

* name = "NHI"
* status = #draft
* kind = #identifier
* date = "2020-06-18"

* uniqueId.type = #uri
* uniqueId.value = "https://standards.digital.health.nz/id/nhi"

view this post on Zulip David Hay (Jun 18 2020 at 07:27):

OK cancel that. It was saving it into the Vocabulary folder. I must have run sushi before I finished the fsh-file...


Last updated: Apr 12 2022 at 19:14 UTC