HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1
1.0.0 - STU1
HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/costateixeira/historytest/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Provenance",
"id" : "MyValueSet-initial-history",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance MyValueSet-initial-history</b></p><a name=\"MyValueSet-initial-history\"> </a><a name=\"hcMyValueSet-initial-history\"> </a><p>Provenance for: </p><ul><li><a href=\"StructureDefinition-MyPatient.html\">StructureDefinition MyPatient</a></li><li><a href=\"StructureDefinition-MyLogicalModel.html\">StructureDefinition MyLogicalModel</a></li><li><a href=\"ValueSet-MyValueSet.html\">ValueSet ValueSet</a></li></ul><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2023-07-01</td></tr><tr><td>Recorded</td><td>2023-01-30 13:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:\">CREATE</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td>Me</td></tr></table></div>"
},
"target" : [
{
🔗 "reference" : "StructureDefinition/MyPatient"
},
{
🔗 "reference" : "StructureDefinition/MyLogicalModel"
},
{
🔗 "reference" : "ValueSet/MyValueSet"
}
],
"occurredDateTime" : "2023-07-01",
"recorded" : "2023-01-30T13:00:00.0000Z",
"reason" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "METAMGT"
}
],
"text" : "Create ValueSet"
}
],
"activity" : {
"coding" : [
{
"code" : "CREATE"
}
]
},
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "author"
}
]
},
"who" : {
"display" : "Me"
}
}
]
}