FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Procedure |
| Id | Procedure-ma-ma-schema-1-Procedure-6001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Procedure",
"id": "ma-ma-schema-1-Procedure-6001",
"meta": {
"lastUpdated": "2023-12-18T23:07:47Z",
"source": "urn:telus:emr:ma:ma-schema-1",
"profile": [
"https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwProcedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "urn:telus:emr:ma:ma-schema-1:procedure",
"value": "6001"
}
],
"status": "completed",
"category": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387713003",
"display": "Surgical procedure",
"userSelected": false
}
],
"text": "Surgical Hx"
},
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-9-cm",
"code": "47.09",
"display": "Other appendectomy",
"userSelected": true
},
{
"system": "http://snomed.info/sct",
"code": "80146002",
"display": "Appendectomy",
"userSelected": false
}
],
"text": "Appendectomy"
},
"subject": {
"reference": "Patient/ma-ma-schema-1-Patient-12345",
"type": "Patient"
},
"encounter": {
"reference": "Encounter/ma-ma-schema-1-Encounter-2001",
"type": "Encounter"
},
"performedDateTime": "2010-06-15",
"performer": [
{
"actor": {
"reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
"type": "Practitioner",
"display": "Sarah Johnson"
}
}
],
"location": {
"reference": "Location/ma-ma-schema-1-Location-101",
"type": "Location",
"display": "Johnson"
},
"bodySite": [
{
"text": "Right lower quadrant"
}
],
"outcome": {
"text": "Successful, no complications"
},
"note": [
{
"text": "Appendectomy performed without complications; patient recovered fully."
}
]
}