FHIR IG analytics| Package | hl7.fhir.uv.ips |
| Resource Type | Procedure |
| Id | Procedure-procedure-missing-performed.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
]
}
}