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

FHIR IG analytics

Packagekl.dk.fhir.core
Resource TypeProvenance
IdProvenance-ProvenanceCondition111.json
FHIR VersionR4

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 "ProvenanceCondition111"

target: Condition/Condition111

recorded: 17 Mar 2020, 10.09.27

reason: treatment (ActReason#TREAT)

Agents

-TypeWho
*Legal Authenticator (Provenance participant type#legal)Practitioner/NatasjaFraSygeplejen " PETERSEN"

Source1

{
  "resourceType": "Provenance",
  "id": "ProvenanceCondition111",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "Condition/Condition111"
    }
  ],
  "recorded": "2020-03-17T10:09:27+01:00",
  "reason": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "TREAT"
        }
      ]
    }
  ],
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "legal"
          }
        ]
      },
      "who": {
        "reference": "Practitioner/NatasjaFraSygeplejen"
      }
    }
  ]
}