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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeProcedure
IdProcedure-Dialysis.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: Procedure Dialysis

version: 10; Last updated: 2022-08-02 18:25:27+0000;

Information Source: #a5RkjLxbIWy2ffIt

Profile: Multiple Chronic Condition Care Plan Procedure

status: Completed

code: Hemodialysis

subject: Patricia Noelle

performed: 2012-08-05

recorder: Dr Henry Levin

asserter: Dr Henry Levin

Performers

-Actor
*Dr Henry Levin

reasonReference: Chronic Kidney Disease


Source1

{
  "resourceType": "Procedure",
  "id": "Dialysis",
  "meta": {
    "versionId": "10",
    "lastUpdated": "2022-08-02T18:25:27.353+00:00",
    "source": "#a5RkjLxbIWy2ffIt",
    "profile": [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCProcedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "302497006",
        "display": "Hemodialysis (procedure)"
      }
    ],
    "text": "Hemodialysis"
  },
  "subject": {
    "reference": "Patient/cc-pat-pnoelle",
    "display": "Patricia Noelle"
  },
  "performedDateTime": "2012-08-05",
  "recorder": {
    "reference": "Practitioner/practitionerMCC-1",
    "display": "Dr Henry Levin"
  },
  "asserter": {
    "reference": "Practitioner/practitionerMCC-1",
    "display": "Dr Henry Levin"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitionerMCC-1",
        "display": "Dr Henry Levin"
      }
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/ConditionCKD",
      "display": "Chronic Kidney Disease"
    }
  ]
}