Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion input/fsh/EX_Provenance.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Usage: #example
* recorded = "2016-06-09T08:12:14+10:00"
* activity = http://terminology.hl7.org/CodeSystem/v3-DataOperation#CREATE "create"
* activity.text = "antiviral resistance detection"
* reason[+] = http://terminology.hl7.org/CodeSystem/v3-ObservationValue|4.0.0#AIAST
* reason[AIReason] = http://terminology.hl7.org/CodeSystem/v3-ObservationValue|4.0.0#AIAST
* agent[+].type = http://terminology.hl7.org/CodeSystem/provenance-participant-type#verifier "Verifier"
* agent[=].who.reference = "http://server.example.org/fhir/Practitioner/pract"
* agent[+].type = http://terminology.hl7.org/CodeSystem/provenance-participant-type#author "Author"
Expand Down
15 changes: 8 additions & 7 deletions input/fsh/LM_AI.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ Description: "Subset from HL7, plus those defined here"
CodeSystem: AIdeviceTypeCS
Title: "Added Device.type for AI/LLM"
Description: "This CodeSystem contains codes for the Device.type that indicate that the Device is an AI. The codes here were created by AI."
* ^meta.security = http://terminology.hl7.org/CodeSystem/v3-ObservationValue|4.0.0#AIAST "Artificial Intelligence asserted"
* ^caseSensitive = true
* ^experimental = false
* ^status = #active
Expand Down Expand Up @@ -305,18 +306,18 @@ Description: "This CodeSystem contains codes for the Device.type that indicate t
* #Artificial-Intelligence "All kinds of Artificial Intelligence" "Any type of Artificial Intelligence system, undifferentiated."

Instance: AIdeviceTypeCS-initial-history
InstanceOf: Provenance
InstanceOf: AIProvenance
Title: "Initial creation of AIdeviceTypeCS CodeSystem"
Description: "Provenance record for the initial creation of the AIdeviceTypeCS CodeSystem by GitHub Copilot AI."
Usage: #definition
* target[+] = Reference(CodeSystem/AIdeviceTypeCS)
* recorded = "2025-09-15T13:00:00.0000Z"
* occurredDateTime = "2025-09-15"
* reason = http://terminology.hl7.org/CodeSystem/v3-ActReason#METAMGT
* reason.text = "Initial CodeSystem created by Co-Pilot AI"
* reason[+] = http://terminology.hl7.org/CodeSystem/v3-ActReason#METAMGT
* reason[=].text = "Initial CodeSystem created by Co-Pilot AI"
* reason[AIReason] = http://terminology.hl7.org/CodeSystem/v3-ObservationValue|4.0.0#AIAST
* activity = http://terminology.hl7.org/CodeSystem/v3-DataOperation#CREATE
* agent[+].type = http://terminology.hl7.org/CodeSystem/provenance-participant-type#author
* agent[=].who.display = "GitHub Copilot AI"
* agent[AIModelAgent].type = http://terminology.hl7.org/CodeSystem/provenance-participant-type#author
* agent[AIModelAgent].who.display = "GitHub Copilot AI"
* agent[+].type = http://terminology.hl7.org/CodeSystem/provenance-participant-type#verifier
* agent[=].who.display = "John F. Moehrke"