Skip to content

Commit

Permalink
prov improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
joofio committed Nov 7, 2024
1 parent 76a854b commit 45fb855
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions input/fsh/examples/provenance.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Alias: $v3-DocumentCompletion = http://terminology.hl7.org/CodeSystem/v3-Documen
Alias: $v3-ParticipationType = http://terminology.hl7.org/CodeSystem/v3-ParticipationType

Instance: signature
InstanceOf: Provenance
InstanceOf: ProvenanceGH
Title: "Example of Provenance to be part of CTF"
Description: "Example of Provenance to be part of CTF"
Usage: #example
Expand All @@ -11,9 +11,5 @@ Usage: #example
* activity = $v3-DocumentCompletion#AU "authenticated"
* agent.role = $v3-ParticipationType#AUT
* agent.who = Reference(Organization/example/42)
* signature.type = urn:iso-astm:E1762-95:2013#1.2.840.10065.1.12.1.1 "Author's Signature"
* signature.when = "2016-05-26T00:41:10-04:00"
* signature.who = Reference(Organization/example/42)
* signature.targetFormat = #application/fhir+xml
* signature.sigFormat = #application/signature+xml
* signature.data = "dGhpcyBibG9iIGlzIHNuaXBwZWQ="
* extension[BlockchainTransactionId].valueString = "xxxxxx"
* occurredDateTime = "2016-05-26T00:41:10-04:00"
4 changes: 2 additions & 2 deletions input/fsh/profiles/provenance.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Title: "Provenance Profile"
Description: "Provenance Profile"


* signature 1..1 MS //?? or extension
//* signature 1..1 MS //?? or extension
* target only Reference(DocumentReference or Bundle or Composition)
* occurred[x] only dateTime
* occurredDateTime 1..1
* activity from http://hl7.org/fhir/ValueSet/provenance-activity-type
* activity 1..1
* signature.type = urn:iso-astm:E1762-95:2013#1.2.840.10065.1.12.1.14 "Source Signature" //???
//* signature.type = urn:iso-astm:E1762-95:2013#1.2.840.10065.1.12.1.14 "Source Signature" //???
* extension contains BlockchainTransactionId named BlockchainTransactionId 1..1

0 comments on commit 45fb855

Please sign in to comment.