FHIR IG analytics| Package | hl7.fhir.uv.ae-research-ig |
| Resource Type | Provenance |
| Id | Provenance-provenance-for-weight.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance
Resource Provenance "provenance-for-weight"
target: Observation/weight-janet
recorded: Apr 12, 2023, 3:26:23 PM
agent
type: Author (Provenance participant type#author)
who: : Provenance Author. Will be reference to the PractitionerRole that authored the measurement. Needs to include a reference to the organization that is responsible for the measurement, at a minimum
agent
type: Informant (Provenance participant type#informant)
who: Patient/JanetPatient: Janet, the patient who informed the system of the weight authored by the ProvanceAuthor " CLINICAL TRIAL PATIENT"
{
"resourceType": "Provenance",
"id": "provenance-for-weight",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"target": [
{
"reference": "Observation/weight-janet"
}
],
"recorded": "2023-04-12T15:26:23.217+00:00",
"agent": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author",
"display": "Author"
}
]
},
"who": {
"display": "Provenance Author. Will be reference to the PractitionerRole that authored the measurement. Needs to include a reference to the organization that is responsible for the measurement, at a minimum"
}
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "informant",
"display": "Informant"
}
]
},
"who": {
"reference": "Patient/JanetPatient",
"display": "Janet, the patient who informed the system of the weight authored by the ProvanceAuthor"
}
}
]
}