FHIR IG analytics| Package | hl7.fhir.uv.vulcan-rwd |
| Resource Type | Procedure |
| Id | Procedure-RWDProcedure.json |
| FHIR Version | R4 |
No resources found
No resources found
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)
{
"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"
}
]
}
}