Skip to content

Commit

Permalink
Merge pull request #74 from fhir-fi/fix-provenance-example
Browse files Browse the repository at this point in the history
Fix Provenance example
  • Loading branch information
mrinnetmaki authored Feb 20, 2023
2 parents 5e2bb5e + 0b72ae5 commit e17009e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion input/fsh/examples/provenanceWithCustodianInformation.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Usage: #example
Description: "Example of provenance that communicates custodian information for an episode of care."
* id = "id-for-provenance-1"
* target = Reference(EpisodeOfCare/id-for-episode-1)
* recorded.value = "2015-02-07T13:28:17.239+02:00"
* recorded = "2015-02-07T13:28:17.239+02:00"
* agent[0].who.type = #Organization
* agent[0].who.identifier.value = "1.2.246.10.32213043.19.0"
* agent[0].type.coding[0].system = "http://hl7.org/fhir/ValueSet/participation-role-type"
Expand Down
4 changes: 2 additions & 2 deletions input/pagecontent/Provenance-id-for-provenance-1-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ an organization resource.

RegisterTypeCode requires the registerTypeCode extension. It's a coded value from following code systems:

* 1.2.246.537.5.40150.2009 for healthcare
* 1.2.246.537.6.1264.201701 for social care
* Code `1.2.246.537.5.40150.2009` for healthcare
* Code `1.2.246.537.6.1264.201701` for social care

RegisterSpecifier requires the registerSpecifier extension.

Expand Down

0 comments on commit e17009e

Please sign in to comment.