1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ProvenanceStatusSe Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "698",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/ProvenanceStatusSe/v1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance 698</b></p><a name=\"698\"> </a><a name=\"hc698\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ProvenanceStatusSe.html\">ProvenanceStatusSe</a></p></div><p>Provenance for <a href=\"QuestionnaireResponse/214492\">QuestionnaireResponse/214492</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2021-01-29 08:01:04+0100</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation NULLIFY}\">nullify</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td></tr><tr><td><a href=\"PractitionerRole/1\">PractitionerRole/1</a></td></tr></table></div>"
  },
  "contained" : [
    {
      "resourceType" : "PractitionerRole",
      "id" : "12",
      "practitioner" : {
        "identifier" : {
          "system" : "urn:oid:1.2.752.129.2.1.4.1",
          "value" : "SE-123-231-123"
        }
      },
      "organization" : {
        "identifier" : {
          "system" : "urn:oid:1.2.752.129.2.1.4.1",
          "value" : "SE162321000024-6918"
        }
      }
    }
  ],
  "target" : [
    {
      "reference" : "QuestionnaireResponse/214492",
      "type" : "QuestionnaireResponse"
    }
  ],
  "recorded" : "2021-01-29T08:01:04+01:00",
  "reason" : [
    {
      "text" : "Felaktig information om patienten."
    }
  ],
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code" : "NULLIFY"
      }
    ]
  },
  "agent" : [
    {
      "who" : {
        "reference" : "PractitionerRole/1",
        "type" : "PractitionerRole"
      }
    }
  ]
}