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

FHIR IG analytics

Packagehl7.fhir.uv.vulcan-rwd
Resource TypeProcedure
IdProcedure-RWDProcedure.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

Resource Procedure "RWDProcedure"

Profile: ProcedureRwd

status: completed

code: Angioplasty (SNOMED CT#418285008)

subject: Patient/RWDPatient " PATIENT"

performed: 2022-07-02

outcome: Successful (SNOMED CT#385669000)


Source1

{
  "resourceType": "Procedure",
  "id": "RWDProcedure",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ProcedureRwd"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "418285008",
        "display": "Angioplasty"
      }
    ]
  },
  "subject": {
    "reference": "Patient/RWDPatient"
  },
  "performedDateTime": "2022-07-02",
  "outcome": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385669000",
        "display": "Successful"
      }
    ]
  }
}