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

FHIR IG analytics

Packagehl7.fhir.uv.ips
Resource TypeProcedure
IdProcedure-procedure-missing-performed.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 procedure-missing-performed

Language: en

Profile: Procedure (IPS)

status: Completed

category: Surgical procedure

code: Previous balloon angioplasty on mid-LAD stenosis with STENT Implantation

subject: Alexander Heig (inject 39-07)

performed: Absent because : unknown


Source1

{
  "resourceType": "Procedure",
  "id": "procedure-missing-performed",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Procedure-uv-ips"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387713003",
        "display": "Surgical procedure"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "36969009",
        "display": "Placement of stent in coronary artery"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "233258006",
        "display": "Arterial angioplasty"
      }
    ],
    "text": "Previous balloon angioplasty on mid-LAD stenosis with STENT Implantation"
  },
  "subject": {
    "reference": "Patient/eumfh-39-07",
    "display": "Alexander Heig (inject 39-07)"
  },
  "_performedDateTime": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ]
  }
}