FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-ig
Resource TypeProvenance
IdProvenance-provenance-for-weight.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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"


Source1

{
  "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"
      }
    }
  ]
}