FHIR IG analytics| Package | hl7.fhir.us.davinci-hrex |
| Resource Type | Provenance |
| Id | Provenance-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance min
Language: en
Profile: HRex Provenance Profile
Summary
| Recorded | 2020-07-30 20:07:15-0600 |
Agents
| Type | who | On Behalf Of |
| Author | http://example.org/new-payer/fhir/Practitioner/pract1 | Organization New Health Plan |
{
"resourceType": "Provenance",
"id": "min",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-provenance"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"target": [
{
"reference": "Coverage/full"
}
],
"recorded": "2020-07-30T20:07:15-06:00",
"agent": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author"
}
]
},
"who": {
"reference": "http://example.org/new-payer/fhir/Practitioner/pract1"
},
"onBehalfOf": {
"reference": "Organization/full"
}
}
]
}